[git pull] drm fixes for 6.0-rc5

From: Dave Airlie
Date: Fri Sep 09 2022 - 11:58:15 EST


Hi Linus,

>From a train in the Irish countryside, regular drm fixes for 6.0-rc5.
This is mostly amdgpu/amdkfd and i915 fixes, then one panfrost, one
ttm and one edid fix. Nothing too major going on. Hopefully a quiet
week next week for LPC.

Dave.

drm-fixes-2022-09-10:
drm fixes for 6.0-rc5

edid:
- Fix EDID 1.4 range-descriptor parsing

ttm:
- Fix ghost-object bulk moves

i915:
- Fix MIPI sequence block copy from BIOS' table
- Fix PCODE min freq setup when GuC's SLPC is in use
- Implement Workaround for eDP
- Fix has_flat_ccs selection for DG1

amdgpu:
- Firmware header fix
- SMU 13.x fix
- Debugfs memory leak fix
- NBIO 7.7 fix
- Firmware memory leak fix

amdkfd:
- Debug output fix

panfrost:
- Fix devfreq OPP
The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-09-10

for you to fetch changes up to 2edb79a5fb303dff577d6a0c7d571c3bab1d1455:

Merge tag 'drm-intel-fixes-2022-09-08' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-09-10
01:42:47 +1000)

----------------------------------------------------------------
drm fixes for 6.0-rc5

edid:
- Fix EDID 1.4 range-descriptor parsing

ttm:
- Fix ghost-object bulk moves

i915:
- Fix MIPI sequence block copy from BIOS' table
- Fix PCODE min freq setup when GuC's SLPC is in use
- Implement Workaround for eDP
- Fix has_flat_ccs selection for DG1

amdgpu:
- Firmware header fix
- SMU 13.x fix
- Debugfs memory leak fix
- NBIO 7.7 fix
- Firmware memory leak fix

amdkfd:
- Debug output fix

panfrost:
- Fix devfreq OPP

----------------------------------------------------------------
Chengming Gui (1):
drm/amd/amdgpu: add rlc_firmware_header_v2_4 to amdgpu_firmware_header

Christian König (1):
drm/ttm: cleanup the resource of ghost objects after locking them

Clément Péron (1):
drm/panfrost: devfreq: set opp to the recommended one to
configure regulator

Dave Airlie (3):
Merge tag 'amd-drm-fixes-6.0-2022-09-07' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2022-09-08' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Merge tag 'drm-intel-fixes-2022-09-08' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Evan Quan (1):
drm/amd/pm: add missing SetMGpuFanBoostLimitRpm mapping for SMU 13.0.7

Greg Kroah-Hartman (1):
drm/amd/display: fix memory leak when using debugfs_lookup()

Guchun Chen (1):
drm/amdgpu: prevent toc firmware memory leak

Matthew Auld (1):
drm/i915: consider HAS_FLAT_CCS() in needs_ccs_pages

Rodrigo Vivi (1):
drm/i915/slpc: Let's fix the PCODE min freq table setup for SLPC

Ville Syrjälä (3):
drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsets
drm/i915/bios: Copy the whole MIPI sequence block
drm/i915: Implement WaEdpLinkRateDataReload

Yifan Zhang (2):
drm/amdkfd: print address in hex format rather than decimal
drm/amdgpu: correct doorbell range/size value for CSDMA_DOORBELL_RANGE

ZhenGuo Yin (1):
drm/ttm: update bulk move object of ghost BO

drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 7 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 1 +
drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c | 6 ---
.../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 1 +
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 +
drivers/gpu/drm/drm_debugfs.c | 4 +-
drivers/gpu/drm/drm_edid.c | 24 ++++++++---
drivers/gpu/drm/i915/display/intel_bios.c | 7 +++
.../gpu/drm/i915/display/intel_dp_link_training.c | 22 ++++++++++
drivers/gpu/drm/i915/gem/i915_gem_object.c | 3 ++
drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 2 +-
drivers/gpu/drm/i915/gt/intel_llc.c | 19 ++++----
drivers/gpu/drm/i915/gt/intel_rps.c | 50 ++++++++++++++++++++++
drivers/gpu/drm/i915/gt/intel_rps.h | 2 +
drivers/gpu/drm/panfrost/panfrost_devfreq.c | 11 +++++
drivers/gpu/drm/ttm/ttm_bo_util.c | 13 +++---
include/drm/drm_connector.h | 4 +-
include/drm/drm_edid.h | 5 +++
19 files changed, 149 insertions(+), 35 deletions(-)