[PULL] drm-misc-fixes
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Fri Jun 14 08:13:41 UTC 2024
Hi Dave, Sima,
Got a bit distracted with drm-misc-next-fixes yesterday, so here's a
slightly late drm-misc-fixes.
Cheers,
~Maarten
drm-misc-fixes-2024-06-14:
drm-misc-fixes for v6.10-rc4:
- Kconfig fix for WERROR.
- Add panel quirk for Aya Neo KUN
- Small bugfixes in komeda, bridge/panel, amdgpu, nouveau.
- Remove unused nouveau struct.
- Call drm_atomic_helper_shutdown for shmobile and mediatek on shutdown.
- Remove DEBUGFS ifdefs from komeda.
The following changes since commit f1909e859753c9bda87c6d2b82a7f832ef80aa2d:
Merge tag 'drm-xe-fixes-2024-06-13' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes (2024-06-14
11:08:06 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git
tags/drm-misc-fixes-2024-06-14
for you to fetch changes up to 14731a640e5513bd514adcf35e96c84ad42f540d:
Merge drm/drm-fixes into drm-misc-fixes (2024-06-14 09:55:46 +0200)
----------------------------------------------------------------
drm-misc-fixes for v6.10-rc4:
- Kconfig fix for WERROR.
- Add panel quirk for Aya Neo KUN
- Small bugfixes in komeda, bridge/panel, amdgpu, nouveau.
- Remove unused nouveau struct.
- Call drm_atomic_helper_shutdown for shmobile and mediatek on shutdown.
- Remove DEBUGFS ifdefs from komeda.
----------------------------------------------------------------
Adam Miotk (1):
drm/bridge/panel: Fix runtime warning on panel bridge release
Amjad Ouled-Ameur (1):
drm/komeda: check for error-valued pointer
Arunpravin Paneer Selvam (1):
drm/amdgpu: Fix the BO release clear memory warning
Douglas Anderson (2):
drm: renesas: shmobile: Call drm_atomic_helper_shutdown() at
shutdown time
drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time
Dr. David Alan Gilbert (1):
drm/nouveau: remove unused struct 'init_exec'
Jani Nikula (1):
drm: have config DRM_WERROR depend on !WERROR
Maxime Ripard (1):
Merge drm/drm-fixes into drm-misc-fixes
Tobias Jakobi (1):
drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
Vasily Khoruzhick (1):
drm/nouveau: don't attempt to schedule hpd_work on headless cards
pengfuyuan (1):
arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilations
drivers/gpu/drm/Kconfig | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 --
drivers/gpu/drm/arm/display/komeda/komeda_dev.c | 8 --------
drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c | 2 +-
drivers/gpu/drm/bridge/panel.c | 7 +++++--
drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++++++
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 8 ++++++++
drivers/gpu/drm/nouveau/dispnv04/disp.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_bios.c | 5 -----
drivers/gpu/drm/nouveau/nouveau_display.c | 6 +++++-
drivers/gpu/drm/nouveau/nouveau_drv.h | 1 +
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c | 8 ++++++++
14 files changed, 38 insertions(+), 21 deletions(-)
More information about the Intel-gfx
mailing list