[Intel-gfx] [PULL] drm-misc-fixes
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Wed Aug 26 07:40:44 UTC 2020
drm-misc-fixes-2020-08-26:
Fixes for v5.9-rc2:
- Take modeset bkl for legacy drivers.
- Allow null crtc in dp_mst.
- Omap locking state fix.
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-08-26
for you to fetch changes up to 7fd5b25499bcec157dd4de9a713425efcf4571cd:
drm/omap: fix incorrect lock state (2020-08-25 12:05:15 +0300)
----------------------------------------------------------------
Fixes for v5.9-rc2:
- Take modeset bkl for legacy drivers.
- Allow null crtc in dp_mst.
- Omap locking state fix.
----------------------------------------------------------------
Bhawanpreet Lakha (1):
drm/dp_mst: Don't return error code when crtc is null
Daniel Vetter (1):
drm/modeset-lock: Take the modeset BKL for legacy drivers
Maarten Lankhorst (1):
Merge tag 'v5.9-rc2' into drm-misc-fixes
Tomi Valkeinen (1):
drm/omap: fix incorrect lock state
drivers/gpu/drm/drm_atomic_helper.c | 7 ++++---
drivers/gpu/drm/drm_color_mgmt.c | 2 +-
drivers/gpu/drm/drm_crtc.c | 4 +---
drivers/gpu/drm/drm_dp_mst_topology.c | 4 ++--
drivers/gpu/drm/drm_mode_object.c | 4 ++--
drivers/gpu/drm/drm_plane.c | 2 +-
drivers/gpu/drm/omapdrm/omap_crtc.c | 3 ++-
include/drm/drm_modeset_lock.h | 9 +++++++--
8 files changed, 20 insertions(+), 15 deletions(-)
More information about the Intel-gfx
mailing list