[git pull] drm fixes for 5.17-rc7

From: Dave Airlie
Date: Thu Mar 03 2022 - 22:36:00 EST


Hi Linus,

Things are quieting down as expected, just a small set of fixes, i915,
exynos, amdgpu, vrr, bridge and hdlcd. Nothing scary at all.

Dave.

drm-fixes-2022-03-04:
drm fixes for 5.17-rc7

i915:
- Fix GuC SLPC unset command
- Fix misidentification of some Apple MacBook Pro laptops as Jasper Lake.

amdgpu:
- Suspend regression fix

exynos:
- irq handling fixes.
- Fix two regressions to TE-gpio handling.

arm/hdlcd:
- Select DRM_GEM_CMEA_HELPER for HDLCD

bridge:
- ti-sn65dsi86: Properly undo autosuspend

vrr:
- Fix potential NULL-pointer deref
The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-03-04

for you to fetch changes up to 8fdb19679722a02fe21642d39710c701d2ed567a:

Merge tag 'drm-misc-fixes-2022-03-03' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2022-03-04
13:04:11 +1000)

----------------------------------------------------------------
drm fixes for 5.17-rc7

i915:
- Fix GuC SLPC unset command
- Fix misidentification of some Apple MacBook Pro laptops as Jasper Lake.

amdgpu:
- Suspend regression fix

exynos:
- irq handling fixes.
- Fix two regressions to TE-gpio handling.

arm/hdlcd:
- Select DRM_GEM_CMEA_HELPER for HDLCD

bridge:
- ti-sn65dsi86: Properly undo autosuspend

vrr:
- Fix potential NULL-pointer deref

----------------------------------------------------------------
Carsten Haitzler (1):
drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER

Dave Airlie (4):
Merge tag 'exynos-drm-fixes-v5.17-rc6' of
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into
drm-fixes
Merge tag 'drm-intel-fixes-2022-03-03' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge tag 'amd-drm-fixes-5.17-2022-03-02' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2022-03-03' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Douglas Anderson (1):
drm/bridge: ti-sn65dsi86: Properly undo autosuspend

Lad Prabhakar (5):
drm/exynos/exynos7_drm_decon: Use platform_get_irq_byname() to
get the interrupt
drm/exynos: mixer: Use platform_get_irq() to get the interrupt
drm/exynos/exynos_drm_fimd: Use platform_get_irq_byname() to get
the interrupt
drm/exynos/fimc: Use platform_get_irq() to get the interrupt
drm/exynos: gsc: Use platform_get_irq() to get the interrupt

Manasi Navare (1):
drm/vrr: Set VRR capable prop only if it is attached to connector

Marek Szyprowski (2):
drm/exynos: Don't fail if no TE-gpio is defined for DSI driver
drm/exynos: Search for TE-gpio in DSI panel's node

Qiang Yu (1):
drm/amdgpu: fix suspend/resume hang regression

Ville Syrjälä (1):
drm/i915: s/JSP2/ICP2/ PCH

Vinay Belgaumkar (1):
drm/i915/guc/slpc: Correct the param count for unset param

drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 ++-
drivers/gpu/drm/arm/Kconfig | 1 +
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 5 +++--
drivers/gpu/drm/drm_connector.c | 3 +++
drivers/gpu/drm/exynos/exynos7_drm_decon.c | 12 +++---------
drivers/gpu/drm/exynos/exynos_drm_dsi.c | 6 ++++--
drivers/gpu/drm/exynos/exynos_drm_fimc.c | 13 +++++--------
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 13 ++++---------
drivers/gpu/drm/exynos/exynos_drm_gsc.c | 10 +++-------
drivers/gpu/drm/exynos/exynos_mixer.c | 14 ++++++--------
drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c | 2 +-
drivers/gpu/drm/i915/intel_pch.c | 2 +-
drivers/gpu/drm/i915/intel_pch.h | 2 +-
13 files changed, 37 insertions(+), 49 deletions(-)