]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc...
authorDave Airlie <airlied@redhat.com>
Wed, 21 Feb 2018 22:39:26 +0000 (08:39 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 21 Feb 2018 22:39:26 +0000 (08:39 +1000)
commitfb653638a2c545b709e9f460e6c0ca5f91fc01bd
treea2d0d68121caad20e1cd01ca9707c03d92d8adb9
parentc81aaf4f9a9c085cabc155231a5c8145f1a4e3a7
parentafae48c3f58b5a0b00efe511c9212310e1a59f75
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Fixes for 4.16. I contains fixes for deadlock on runtime suspend on few
drivers, a memory leak on non-blocking commits, a crash on color-eviction.
The is also meson and edid fixes, plus a fix for a doc warning.

* tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc:
  drm/tve200: fix kernel-doc documentation comment include
  drm/meson: fix vsync buffer update
  drm: Handle unexpected holes in color-eviction
  drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
  drm/amdgpu: Fix deadlock on runtime suspend
  drm/radeon: Fix deadlock on runtime suspend
  drm/nouveau: Fix deadlock on runtime suspend
  drm: Allow determining if current task is output poll worker
  workqueue: Allow retrieval of current task's work struct
  drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
drivers/gpu/drm/drm_atomic_helper.c
drivers/gpu/drm/drm_edid.c
drivers/gpu/drm/drm_mm.c
drivers/gpu/drm/drm_probe_helper.c
drivers/gpu/drm/meson/meson_plane.c
drivers/gpu/drm/radeon/radeon_connectors.c
include/drm/drm_atomic.h
kernel/workqueue.c