Messages in this thread |  | | From | Dave Airlie <> | | Date | Sat, 10 Aug 2024 06:00:08 +1000 | | Subject | [git pull] drm fixes for 6.11-rc3 |
| |
Hi Linus,
Weekly regular fixes, mostly amdgpu with i915/xe having a few each, and then some misc bits across the board, seems about right for rc3 time.
Regards, Dave.
drm-fixes-2024-08-10: drm fixes for 6.11-rc3
client: - fix null ptr deref
bridge: - connector: fix double free
atomic: - fix async flip update
panel: - document panel
omap: - add config dependency
tests: - fix gem shmem test
drm buddy: - Add start address to trim function
amdgpu: - DMCUB fix - Fix DET programming on some DCNs - DCC fixes - DCN 4.0.1 fixes - SMU 14.0.x update - MMHUB fix - DCN 3.1.4 fix - GC 12.0 fixes - Fix soft recovery error propogation - SDMA 7.0 fixes - DSC fix
xe: - Fix off-by-one when processing RTP rules - Use dma_fence_chain_free in chain fence unused as a sync - Fix PL1 disable flow in xe_hwmon_power_max_write - Take ref to VM in delayed dump snapshot
i915: - correct dual pps handling for MTL_PCH+ [display] - Adjust vma offset for framebuffer mmap offset [gem] - Fix Virtual Memory mapping boundaries calculation [gem] - Allow evicting to use the requested placement - Attempt to get pages without eviction first The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:
Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-08-10
for you to fetch changes up to 06f5b920d1d0b686d794426264dc39aa8582db14:
Merge tag 'drm-intel-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes (2024-08-09 17:16:29 +1000)
---------------------------------------------------------------- drm fixes for 6.11-rc3
client: - fix null ptr deref
bridge: - connector: fix double free
atomic: - fix async flip update
panel: - document panel
omap: - add config dependency
tests: - fix gem shmem test
drm buddy: - Add start address to trim function
amdgpu: - DMCUB fix - Fix DET programming on some DCNs - DCC fixes - DCN 4.0.1 fixes - SMU 14.0.x update - MMHUB fix - DCN 3.1.4 fix - GC 12.0 fixes - Fix soft recovery error propogation - SDMA 7.0 fixes - DSC fix
xe: - Fix off-by-one when processing RTP rules - Use dma_fence_chain_free in chain fence unused as a sync - Fix PL1 disable flow in xe_hwmon_power_max_write - Take ref to VM in delayed dump snapshot
i915: - correct dual pps handling for MTL_PCH+ [display] - Adjust vma offset for framebuffer mmap offset [gem] - Fix Virtual Memory mapping boundaries calculation [gem] - Allow evicting to use the requested placement - Attempt to get pages without eviction first
---------------------------------------------------------------- Andi Shyti (2): drm/i915/gem: Adjust vma offset for framebuffer mmap offset drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
Arnd Bergmann (1): drm/omap: add CONFIG_MMU dependency
Arunpravin Paneer Selvam (3): drm/buddy: Add start address support to trim function drm/amdgpu: Add address alignment support to DCC buffers drm/amdgpu: Add DCC GFX12 flag to enable address alignment
Cristian Ciocaltea (1): drm/bridge-connector: Fix double free in error handling paths
Dave Airlie (5): drm/test: fix the gem shmem test to map the sg table. Merge tag 'drm-misc-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes Merge tag 'amd-drm-fixes-6.11-2024-08-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Merge tag 'drm-xe-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes Merge tag 'drm-intel-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
David Gow (2): drm/i915: Allow evicting to use the requested placement drm/i915: Attempt to get pages without eviction first
Dnyaneshwar Bhadane (1): drm/i915/display: correct dual pps handling for MTL_PCH+
Fangzhi Zuo (1): drm/amd/display: Skip Recompute DSC Params if no Stream on Link
Frank Min (2): drm/amdgpu: change non-dcc buffer copy configuration drm/amdgpu: correct sdma7 max dw
Joshua Ashton (1): drm/amdgpu: Forward soft recovery errors to userspace
Karthik Poosa (1): drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write
Kenneth Feng (1): drm/amd/pm: update powerplay structure on smu v14.0.2/3
Likun Gao (2): drm/amdgpu: force to use legacy inv in mmhub drm/amdgpu: add golden setting for gc v12
Lucas De Marchi (1): drm/xe/rtp: Fix off-by-one when processing rules
Ma Ke (1): drm/client: fix null pointer dereference in drm_client_modeset_probe
Matthew Brost (2): drm/xe: Use dma_fence_chain_free in chain fence unused as a sync drm/xe: Take ref to VM in delayed snapshot
Rob Clark (1): dt-bindings: display: panel: samsung,atna45dc02: Document ATNA45DC02
Rodrigo Siqueira (6): drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd drm/amd/display: Add missing DET segments programming drm/amd/display: Add dcc propagation value drm/amd/display: Add missing mcache registers drm/amd/display: Add missing DCN314 to the DML Makefile drm/amd/display: Add missing program DET segment call to pipe init
Simon Ser (1): drm/atomic: allow no-op FB_ID updates for async flips
.../bindings/display/panel/samsung,atna33xc20.yaml | 9 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | 6 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 36 +++++++++++++- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 27 +++++++++++ drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 18 +++++++ drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c | 7 +-- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 ++ drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c | 3 +- drivers/gpu/drm/amd/display/dc/dml/Makefile | 2 + .../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 2 + .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 2 + .../display/dc/resource/dcn401/dcn401_resource.c | 1 + .../display/dc/resource/dcn401/dcn401_resource.h | 4 +- .../gpu/drm/amd/pm/swsmu/inc/smu_v14_0_2_pptable.h | 52 +++++++++++++++++--- drivers/gpu/drm/drm_atomic_uapi.c | 15 ++---- drivers/gpu/drm/drm_bridge_connector.c | 8 +--- drivers/gpu/drm/drm_buddy.c | 25 +++++++++- drivers/gpu/drm/drm_client_modeset.c | 5 ++ drivers/gpu/drm/i915/display/intel_backlight.c | 3 ++ drivers/gpu/drm/i915/display/intel_pps.c | 3 ++ drivers/gpu/drm/i915/gem/i915_gem_mman.c | 55 +++++++++++++++++++--- drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 13 ++--- drivers/gpu/drm/omapdrm/Kconfig | 1 + drivers/gpu/drm/tests/drm_gem_shmem_test.c | 11 +++++ drivers/gpu/drm/xe/xe_hwmon.c | 3 +- drivers/gpu/drm/xe/xe_lrc.c | 15 +++++- drivers/gpu/drm/xe/xe_rtp.c | 2 +- drivers/gpu/drm/xe/xe_sync.c | 2 +- drivers/gpu/drm/xe/xe_ttm_vram_mgr.c | 2 +- include/drm/drm_buddy.h | 2 + 32 files changed, 287 insertions(+), 56 deletions(-)
|  |