-
- Downloads
Merge tag 'drm-fixes-2025-02-14' of https://gitlab.freedesktop.org/drm/kernel
Pull drm fixes from Dave Airlie: "Weekly drm fixes pull request, nothing too unusual, the hdmi tests needs a bit of refactoring after lockdep shouted at them, otherwise amdgpu and xe lead and a few misc otherwise. amdgpu: - Fix shutdown regression on old APUs - Fix compute queue hang on gfx9 APUs - Fix possible invalid access in PSP failure path - Avoid possible buffer overflow in pptable override amdkfd: - Properly free gang bo in failure path - GFX12 trap handler fix i915: - selftest fix: avoid using uninitialized context xe: - Remove bo->clients out of bos_lock area - Carve out wopcm portion from the stolen memory tests: - fix lockdep with hdmi infrastructure tests host1x: - fix uninitialised mutex usage panthor: - fix uninit variable hibmc: - fix missing Kconfig select" * tag 'drm-fixes-2025-02-14' of https://gitlab.freedesktop.org/drm/kernel: drm: Fix DSC BPP increment decoding drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table() drm/amdkfd: Ensure consistent barrier state saved in gfx12 trap handler drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode() amdkfd: properly free gang_ctx_bo when failed to init user queue drm/amdgpu: bump version for RV/PCO compute fix drm/amdgpu/gfx9: manually control gfxoff for CS on RV drm/amdgpu/pm: fix UVD handing in amdgpu_dpm_set_powergating_by_smu() drm/xe: Carve out wopcm portion from the stolen memory drm/i915/selftests: avoid using uninitialized context drm/xe/client: bo->client does not need bos_lock drm/hisilicon/hibmc: select CONFIG_DRM_DISPLAY_DP_HELPER drm/panthor: avoid garbage value in panthor_ioctl_dev_query() gpu: host1x: Fix a use of uninitialized mutex drm/tests: hdmi: Fix recursive locking drm/tests: hdmi: Reorder DRM entities variables assignment drm/tests: hdmi: Remove redundant assignments drm/tests: hdmi: Fix WW_MUTEX_SLOWPATH failures
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 3 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 34 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h 2 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h
- drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm 4 additions, 0 deletionsdrivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm
- drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
- drivers/gpu/drm/amd/pm/amdgpu_dpm.c 1 addition, 1 deletiondrivers/gpu/drm/amd/pm/amdgpu_dpm.c
- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c 2 additions, 1 deletiondrivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
- drivers/gpu/drm/display/drm_dp_helper.c 1 addition, 1 deletiondrivers/gpu/drm/display/drm_dp_helper.c
- drivers/gpu/drm/hisilicon/hibmc/Kconfig 2 additions, 0 deletionsdrivers/gpu/drm/hisilicon/hibmc/Kconfig
- drivers/gpu/drm/i915/selftests/i915_gem_gtt.c 2 additions, 2 deletionsdrivers/gpu/drm/i915/selftests/i915_gem_gtt.c
- drivers/gpu/drm/panthor/panthor_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/panthor/panthor_drv.c
- drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c 103 additions, 97 deletionsdrivers/gpu/drm/tests/drm_hdmi_state_helper_test.c
- drivers/gpu/drm/xe/xe_drm_client.c 1 addition, 1 deletiondrivers/gpu/drm/xe/xe_drm_client.c
- drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c 30 additions, 24 deletionsdrivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
- drivers/gpu/host1x/dev.c 2 additions, 0 deletionsdrivers/gpu/host1x/dev.c
- drivers/gpu/host1x/intr.c 0 additions, 2 deletionsdrivers/gpu/host1x/intr.c
- include/drm/display/drm_dp.h 1 addition, 0 deletionsinclude/drm/display/drm_dp.h
Loading
Please register or sign in to comment