This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a634dda26186 Merge tag 'io_uring-6.13-20250116' of git://git.kernel.dk/linux new b9097e4c8bf3 drm/tests: helpers: Fix compiler warning new 35243fc77756 drm/nouveau/disp: Fix missing backlight control on Macbook 5,1 new d102ac39fbe1 drm/bridge: Prioritize supported_formats over ycbcr_420_allowed new 1bd1562d3522 drm/bridge-connector: Sync supported_formats with computed [...] new f2f96619590f drm/connector: hdmi: Validate supported_formats matches yc [...] new 93801b8c2d18 drm/tests: connector: Add ycbcr_420_allowed tests new 1f9910b41c85 nouveau/fence: handle cross device fences properly new cb343ded122e drm/vmwgfx: Unreserve BO on error new 9cdebfa97d58 drm/vmwgfx: Remove busy_places new b7d406278137 drm/vmwgfx: Add new keep_resv BO param new e4b5ccd392b9 drm/v3d: Ensure job pointer is set to NULL after job completion new ef84aee151bd drm/bridge: ite-it6263: Prevent error pointer dereference [...] new fa6493440f08 Merge tag 'drm-misc-fixes-2025-01-15' of https://gitlab.fr [...] new 11510e67d0bd drm/amdgpu/smu13: update powersave optimizations new b5cd418f016f drm/amd/display: Validate mdoe under MST LCT=1 case as well new adb4998f4928 drm/amd/display: Reduce accessing remote DPCD overhead new 3412860cc4c0 Revert "drm/amd/display: Enable urgent latency adjustments [...] new ff2e4d874726 drm/amd/display: Do not wait for PSR disable on vbl enable new 35ca53b7b0f0 drm/amd/display: Do not elevate mem_type change to full update new 470d4f05c771 drm/amd/display: Remove unnecessary eDP power down new b5c764d6ed55 drm/amd/display: Use HW lock mgr for PSR1 new 36b23e3baf91 drm/amd/display: Initialize denominator defaults to 1 new b0a3e840ad28 drm/amd/display: Fix PSR-SU not support but still call the [...] new 67edb81d6e9a drm/amd/display: Disable replay and psr while VRR is enabled new 1e8c193f8ca7 drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX [...] new 90505894c4ed drm/amdgpu: disable gfxoff with the compute workload on gfx12 new af04b320c71c drm/amdgpu: always sync the GFX pipe on ctx switch new bd275e6cfc97 drm/amdgpu: fix fw attestation for MP0_14_0_{2/3} new cf8182d33798 Merge tag 'amd-drm-fixes-6.13-2025-01-15' of https://gitla [...] new 1a5401ec3018 drm/i915/fb: Relax clear color alignment to 64 bytes new cfaf51adaf4e Merge tag 'drm-intel-fixes-2025-01-15' of https://gitlab.f [...] new 64192bb2e52d drm/xe/guc: Adding steering info support for GuC register lists new 5db89168c408 drm/xe: introduce xe_gt_reset and xe_gt_wait_for_reset new b26de02cf903 drm/xe: make change ccs_mode a synchronous action new 79a21fc921d7 drm/xe/oa: Add missing VISACTL mux registers new b1231ff7ea06 drm/xe: Mark ComputeCS read mode as UC on iGPU new 9b1c673a1648 Merge tag 'drm-xe-fixes-2025-01-16' of https://gitlab.free [...] new 9bffa1ad25b8 Merge tag 'drm-fixes-2025-01-17' of https://gitlab.freedes [...]
The 38 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_amdkfd.c | 5 +- drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 12 ++++- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 4 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 41 +++++++++++---- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 + .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 25 +++++---- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 4 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.h | 2 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 2 +- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 48 ++++++++++++----- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 35 +++++++++++-- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.h | 3 +- .../gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 3 +- .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 4 +- .../dml21/src/dml2_core/dml2_core_dcn4_calcs.c | 4 +- .../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c | 12 ++--- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 11 ++-- drivers/gpu/drm/bridge/ite-it6263.c | 4 +- drivers/gpu/drm/display/drm_bridge_connector.c | 8 ++- drivers/gpu/drm/drm_bridge.c | 4 ++ drivers/gpu/drm/drm_connector.c | 3 ++ drivers/gpu/drm/i915/display/intel_fb.c | 2 +- drivers/gpu/drm/nouveau/nouveau_fence.c | 6 ++- drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c | 1 + drivers/gpu/drm/tests/drm_connector_test.c | 60 ++++++++++++++++++++++ drivers/gpu/drm/tests/drm_kunit_helpers.c | 3 +- drivers/gpu/drm/v3d/v3d_irq.c | 4 ++ drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_bo.h | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 7 +-- drivers/gpu/drm/vmwgfx/vmwgfx_gem.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 20 ++++++-- drivers/gpu/drm/vmwgfx/vmwgfx_shader.c | 7 +-- drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c | 5 +- drivers/gpu/drm/xe/tests/xe_bo.c | 7 ++- drivers/gpu/drm/xe/tests/xe_mocs.c | 3 +- drivers/gpu/drm/xe/xe_gt.h | 25 +++++++++ drivers/gpu/drm/xe/xe_gt_ccs_mode.c | 2 +- drivers/gpu/drm/xe/xe_gt_debugfs.c | 4 +- drivers/gpu/drm/xe/xe_gt_mcr.c | 6 +-- drivers/gpu/drm/xe/xe_gt_mcr.h | 4 ++ drivers/gpu/drm/xe/xe_guc_ads.c | 15 ++++++ drivers/gpu/drm/xe/xe_hw_engine.c | 2 +- drivers/gpu/drm/xe/xe_oa.c | 1 + 45 files changed, 324 insertions(+), 109 deletions(-)