Hi Linus, Another relatively quiet week, amdgpu leads the way, some i915 display fixes, and a single sunxi fix. Regards, Dave. drm-fixes-2022-04-29: drm fixes for 5.18-rc5 amdgpu: - Runtime pm fix - DCN memory leak fix in error path - SI DPM deadlock fix - S0ix fix amdkfd: - GWS fix - GWS support for CRIU i915: - Fix #5284: Backlight control regression on XMG Core 15 e21 - Fix black display plane on Acer One AO532h - Two smaller display fixes sunxi: - Single fix removing applying PHYS_OFFSET twice The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b: Linux 5.18-rc4 (2022-04-24 14:51:22 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-04-29 for you to fetch changes up to 9d9f720733b7e8d11e4cc53b53f461b117dab839: Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2022-04-29 10:27:05 +1000) ---------------------------------------------------------------- drm fixes for 5.18-rc5 amdgpu: - Runtime pm fix - DCN memory leak fix in error path - SI DPM deadlock fix - S0ix fix amdkfd: - GWS fix - GWS support for CRIU i915: - Fix #5284: Backlight control regression on XMG Core 15 e21 - Fix black display plane on Acer One AO532h - Two smaller display fixes sunxi: - Single fix removing applying PHYS_OFFSET twice ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu: don't runtime suspend if there are displays attached (v3) Dave Airlie (3): Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes David Yat Sin (2): drm/amdkfd: Fix GWS queue count drm/amdkfd: CRIU add support for GWS queues Evan Quan (1): drm/amd/pm: fix the deadlock issue observed on SI Hans de Goede (1): drm/i915: Fix DISP_POS_Y and DISP_HEIGHT defines Imre Deak (1): drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses Jouni Högander (1): drm/i915: Check EDID for HDR static metadata when choosing blc Miaoqian Lin (1): drm/amd/display: Fix memory leak in dcn21_clock_source_create Prike Liang (1): drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend Samuel Holland (1): drm/sun4i: Remove obsolete references to PHYS_OFFSET Ville Syrjälä (1): drm/i915/fbc: Consult hw.crtc instead of uapi.crtc drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 105 ++++++++++++++------- drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 10 ++ .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 83 ++++++++-------- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +- .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 10 +- .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 1 + drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 39 ++++++++ drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c | 10 -- drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 35 ------- drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c | 10 -- .../gpu/drm/i915/display/intel_dp_aux_backlight.c | 34 +++++-- drivers/gpu/drm/i915/display/intel_fbc.c | 2 +- drivers/gpu/drm/i915/i915_reg.h | 6 +- drivers/gpu/drm/sun4i/sun4i_frontend.c | 3 - 14 files changed, 195 insertions(+), 155 deletions(-)