This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 68763b29e0a6 Merge tag 'spi-fix-v6.14-rc2' of git://git.kernel.org/pub/ [...] new fb97bc2e47f6 drm/tests: hdmi: Fix WW_MUTEX_SLOWPATH failures new bb4f929a8875 drm/tests: hdmi: Remove redundant assignments new 6b6bfd63e162 drm/tests: hdmi: Reorder DRM entities variables assignment new 5d14c08a4746 drm/tests: hdmi: Fix recursive locking new 02458fbfaa01 gpu: host1x: Fix a use of uninitialized mutex new 3b32b7f638fe drm/panthor: avoid garbage value in panthor_ioctl_dev_query() new 9ab127a18018 drm/hisilicon/hibmc: select CONFIG_DRM_DISPLAY_DP_HELPER new e00a2e5d485f drm: Fix DSC BPP increment decoding new 79f9efa085f9 Merge tag 'drm-misc-fixes-2025-02-13' of https://gitlab.fr [...] new 960a62877466 drm/amdgpu/pm: fix UVD handing in amdgpu_dpm_set_powergati [...] new b35eb9128ebe drm/amdgpu/gfx9: manually control gfxoff for CS on RV new 55ed2b1b50d0 drm/amdgpu: bump version for RV/PCO compute fix new a33f7f966070 amdkfd: properly free gang_ctx_bo when failed to init user queue new a0a455b4bc74 drm/amdgpu: bail out when failed to load fw in psp_init_ca [...] new d584198a6fe4 drm/amdkfd: Ensure consistent barrier state saved in gfx12 [...] new 1abb2648698b drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp [...] new 981724b46314 Merge tag 'amd-drm-fixes-6.14-2025-02-13' of https://gitla [...] new 53139b3f9998 drm/i915/selftests: avoid using uninitialized context new d70c6ae53d79 Merge tag 'drm-intel-fixes-2025-02-13' of https://gitlab.f [...] new fc876c9524e2 drm/xe/client: bo->client does not need bos_lock new e97749982078 drm/xe: Carve out wopcm portion from the stolen memory new 04485cc34868 Merge tag 'drm-xe-fixes-2025-02-13' of https://gitlab.free [...] new 128c8f96eb86 Merge tag 'drm-fixes-2025-02-14' of https://gitlab.freedes [...]
The 23 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 | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 5 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 36 +++- drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h | 3 +- .../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm | 4 + .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +- drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 2 +- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 3 +- drivers/gpu/drm/display/drm_dp_helper.c | 2 +- drivers/gpu/drm/hisilicon/hibmc/Kconfig | 2 + drivers/gpu/drm/i915/selftests/i915_gem_gtt.c | 4 +- drivers/gpu/drm/panthor/panthor_drv.c | 1 + drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c | 200 +++++++++++---------- drivers/gpu/drm/xe/xe_drm_client.c | 2 +- drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c | 54 +++--- drivers/gpu/host1x/dev.c | 2 + drivers/gpu/host1x/intr.c | 2 - include/drm/display/drm_dp.h | 1 + 18 files changed, 192 insertions(+), 136 deletions(-)