Hi Linus,
Mostly amdgpu fixes this week scattered around the driver, otherwise one i915, one ast, one simpledrm. There is a revert in the fb-helper for places userspace was using a string that we tried to change.
Regards, Dave.
drm-fixes-2021-12-17-1: drm fixes for 5.16-rc6
i915: - Fix a bound check in the DMC fw load.
ast: - NULL ptr deref fix
simpledrm: - pixel clock units fix
fb-helper: - userspace regression revert
amdgpu: - Fix RLC register offset - GMC fix - Properly cache SMU FW version on Yellow Carp - Fix missing callback on DCN3.1 - Reset DMCUB before HW init - Fix for GMC powergating on PCO - Fix a possible memory leak in GPU metrics table handling on RN The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:
Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-12-17-1
for you to fetch changes up to a2fbfd517117157e99160ff1b39b171872dcba07:
Merge tag 'amd-drm-fixes-5.16-2021-12-15' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-12-17 15:01:01 +1000)
---------------------------------------------------------------- drm fixes for 5.16-rc6
i915: - Fix a bound check in the DMC fw load.
ast: - NULL ptr deref fix
simpledrm: - pixel clock units fix
fb-helper: - userspace regression revert
amdgpu: - Fix RLC register offset - GMC fix - Properly cache SMU FW version on Yellow Carp - Fix missing callback on DCN3.1 - Reset DMCUB before HW init - Fix for GMC powergating on PCO - Fix a possible memory leak in GPU metrics table handling on RN
---------------------------------------------------------------- Alejandro Concepcion-Rodriguez (1): drm: simpledrm: fix wrong unit with pixel clock
Dave Airlie (3): Merge tag 'drm-intel-fixes-2021-12-15' of ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes Merge tag 'drm-misc-fixes-2021-12-16-1' of ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes Merge tag 'amd-drm-fixes-5.16-2021-12-15' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Evan Quan (1): drm/amdgpu: correct the wrong cached state for GMC on PICASSO
Harshit Mogalapalli (1): drm/i915/display: Fix an unsigned subtraction which can never be negative.
Hawking Zhang (1): drm/amdgpu: don't override default ECO_BITs setting
Javier Martinez Canillas (1): Revert "drm/fb-helper: improve DRM fbdev emulation device names"
Jiasheng Jiang (1): drm/ast: potential dereference of null pointer
Lang Yu (1): drm/amd/pm: fix a potential gpu_metrics_table memory leak
Le Ma (1): drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE
Mario Limonciello (1): drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC
Nicholas Kazlauskas (2): drm/amd/display: Set exit_optimized_pwr_state for DCN31 drm/amd/display: Reset DMCUB before HW init
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 ++-- drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 1 - drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c | 1 - drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c | 1 - drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 8 ++++++++ drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 9 ++++----- drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c | 1 - drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c | 1 - drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c | 1 - drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c | 2 -- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 5 +++++ drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 1 + drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c | 7 ++++++- drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c | 3 +++ drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 3 +++ drivers/gpu/drm/ast/ast_mode.c | 5 ++++- drivers/gpu/drm/drm_fb_helper.c | 8 +++++++- drivers/gpu/drm/i915/display/intel_dmc.c | 2 +- drivers/gpu/drm/tiny/simpledrm.c | 2 +- 19 files changed, 45 insertions(+), 20 deletions(-)