This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e3a854b577cb Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new df1e82e7acd3 drm/amdgpu/display: Allow DCC for video formats on GFX12 new e204aab79e01 drm/amd/display: fix missing .is_two_pixels_per_container new 4afacc9948e1 drm/amd: Keep display off while going into S4 new 40b8c14936bd drm/amd/display: Disable unneeded hpd interrupts during dm_init new b5a981e1b34e drm/amd/display: fix default brightness new 5760388d9681 drm/amd/display: Restore correct backlight brightness afte [...] new 79e31396fdd7 drm/amd/display: Assign normalized_pix_clk when color depth = 14 new e65e7bea220c drm/amd/display: Fix slab-use-after-free on hdcp_work new ded6ad4c6e20 drm/amdgpu/vce2: fix ip block reference new 0882ca4eecfe drm/amd/amdkfd: Evict all queues even HWS remove queue failed new 6cc30748e17e drm/amdgpu: NULL-check BO's backing store when determining [...] new 385b64321c4e Merge tag 'amd-drm-fixes-6.14-2025-03-12' of https://gitla [...] new 9af152dcf1a0 drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() new 986c2e9ca818 drm/panic: use `div_ceil` to clean Clippy warning new cba3b86974a3 drm/panic: fix overindented list items in documentation new de93ddf88088 drm/atomic: Filter out redundant DPMS calls new 12d8f318347b drm/dp_mst: Fix locking when skipping CSN before topology probing new d703575aded2 Merge tag 'drm-misc-fixes-2025-03-13' of https://gitlab.fr [...] new 6266f4a78131 drm/i915/cdclk: Do cdclk post plane programming later new a8045e46c508 drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to [...] new c8a74954cde6 Merge tag 'drm-intel-fixes-2025-03-13' of https://gitlab.f [...] new 10c7988418d8 drm/xe: Release guc ids before cancelling work new 9106713bd2ab drm/xe/userptr: Fix an incorrect assert new 3e331a6715ee drm/xe/pm: Temporarily disable D3Cold on BMG new c605acb53f44 drm/xe/guc_pc: Retry and wait longer for GuC PC start new f5d4e81774c4 drm/xe: remove redundant check in xe_vm_create_ioctl() new d1d77326f585 Merge tag 'drm-xe-fixes-2025-03-13' of https://gitlab.free [...] new 00ddc3f951e2 Merge tag 'drm-fixes-2025-03-14' of https://gitlab.freedes [...] new c72e455b89f2 leds: leds-st1202: Fix NULL pointer access on race condition new 695caca9345a Merge tag 'leds-fixes-6.14' of git://git.kernel.org/pub/sc [...]
The 30 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 | 11 +++- drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 5 +- drivers/gpu/drm/amd/amdgpu/vce_v2_0.c | 2 +- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 8 ++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 17 +++++- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 1 + .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c | 64 +++++++++++++++------- .../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 7 ++- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 7 ++- .../amd/display/dc/dce60/dce60_timing_generator.c | 1 + drivers/gpu/drm/display/drm_dp_mst_topology.c | 40 ++++++++------ drivers/gpu/drm/drm_atomic_uapi.c | 4 ++ drivers/gpu/drm/drm_connector.c | 4 ++ drivers/gpu/drm/drm_panic_qr.rs | 16 +++--- drivers/gpu/drm/gma500/mid_bios.c | 5 ++ drivers/gpu/drm/i915/display/intel_display.c | 5 +- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 5 +- drivers/gpu/drm/xe/xe_guc_pc.c | 53 +++++++++++++----- drivers/gpu/drm/xe/xe_guc_submit.c | 2 +- drivers/gpu/drm/xe/xe_hmm.c | 6 +- drivers/gpu/drm/xe/xe_pm.c | 13 ++++- drivers/gpu/drm/xe/xe_vm.c | 3 - drivers/leds/leds-st1202.c | 21 ++++--- 23 files changed, 210 insertions(+), 90 deletions(-)