This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 249aca0d3d63 Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/l [...] new dc3ae06c5f21 drm/sun4i: Remove obsolete references to PHYS_OFFSET new 43f2c104f0e8 Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.fre [...] new ed911c9f9dcb drm/i915: Fix DISP_POS_Y and DISP_HEIGHT defines new c05d8332f5d2 drm/i915: Check EDID for HDR static metadata when choosing blc new 4ae4dd2e26fd drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses new f7e1089f4376 drm/i915/fbc: Consult hw.crtc instead of uapi.crtc new 22c73ba44bb0 Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.fr [...] new 7c6b6e18c890 drm/amdkfd: Fix GWS queue count new f567656f8ab8 drm/amdkfd: CRIU add support for GWS queues new f95af4a92366 drm/amdgpu: don't runtime suspend if there are displays at [...] new 65e54987508b drm/amd/display: Fix memory leak in dcn21_clock_source_create new a71849cdeaec drm/amd/pm: fix the deadlock issue observed on SI new fb8cc3318e47 drm/amdgpu: keep mmhub clock gating being enabled during s [...] new 9d9f720733b7 Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitla [...] new 38d741cb70b3 Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesk [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)