drm fixes for 5.3-rc9

From: Dave Airlie
Date: Thu Sep 12 2019 - 11:56:43 EST


Hey Linus,

>From the maintainer summit, just some last minute fixes for final,
details in the tag.

Dave.

drm-fixes-2019-09-13:
drm fixes for 5.3-rc9

lima:
- fix gem_wait ioctl

core:
- constify modes list

i915:
- DP MST high color depth regression
- GPU hangs on vulkan compute workloads
The following changes since commit f74c2bb98776e2de508f4d607cd519873065118e:

Linux 5.3-rc8 (2019-09-08 13:33:15 -0700)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-09-13

for you to fetch changes up to e6bb711600db23eef2fa0c16a2d361e17b45bb28:

Merge tag 'drm-misc-fixes-2019-09-12' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2019-09-12
23:14:35 +1000)

----------------------------------------------------------------
drm fixes for 5.3-rc8

lima:
- fix gem_wait ioctl

core:
- constify modes list

i915:
- DP MST high color depth regression
- GPU hangs on vulkan compute workloads

----------------------------------------------------------------
Chris Wilson (1):
drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+

Dave Airlie (2):
Merge tag 'drm-intel-fixes-2019-09-11' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge tag 'drm-misc-fixes-2019-09-12' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Maxime Ripard (1):
drm/modes: Make the whitelist more const

Vasily Khoruzhick (1):
drm/lima: fix lima_gem_wait() return value

Ville SyrjÃlà (1):
drm/i915: Limit MST to <= 8bpc once again

drivers/gpu/drm/drm_modes.c | 2 +-
drivers/gpu/drm/i915/display/intel_dp_mst.c | 10 +++++++++-
drivers/gpu/drm/i915/gt/intel_workarounds.c | 5 -----
drivers/gpu/drm/lima/lima_gem.c | 2 +-
4 files changed, 11 insertions(+), 8 deletions(-)