This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 38a2c275c3d3 Merge tag 'parisc-for-6.18-rc5' of git://git.kernel.org/pu [...] new b4cd8f94ae7e drm/imagination: Optionally depend on POWER_SEQUENCING new 487df8b69834 drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb new ebe755605082 drm/nouveau: set DMA mask before creating the flush page new 1cf52a0d4ba0 drm: define NVIDIA DRM format modifiers for GB20x new 664ce10246ba drm/nouveau: Advertise correct modifiers on GB20x new b750f5a9d64d drm/tiny: pixpaper: add explicit dependency on MMU new faf66a71079b Merge tag 'drm-misc-fixes-2025-11-06' of https://gitlab.fr [...] new 84bbe327a5cb drm/i915: Avoid lock inversion when pinning to GGTT on CHV [...] new 7d44ad6b43d0 drm/i915: Fix conversion between clock ticks and nanoseconds new 6ec8a47c5530 Merge tag 'drm-intel-fixes-2025-11-06' of https://gitlab.f [...] new 90b75e12a6e8 drm/amdgpu: set default gfx reset masks for gfx6-8 new 37e3567dee27 drm/amd/pm: fix missing device_attr cleanup in amdgpu_pm_s [...] new 3362692fea91 drm/amd/display: Don't stretch non-native images by defaul [...] new fdc93beeadc2 drm/amd/display: Fix black screen with HDMI outputs new c81f5cebe849 drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend() new 7c5609b72bfe drm/amdgpu/smu: Handle S0ix for vangogh new 597eb70f7ff7 drm/amdkfd: Don't clear PT after process killed new 6dd97ceb645c drm/amd/display: Fix NULL deref in debugfs odm_combine_segments new eb6e7f520d6e drm/amdgpu: fix gpu page fault after hibernation on PF pas [...] new b09cb2996cdf drm/amd: Fix suspend failure with secure display TA new 570a66b48c22 drm/amdgpu: Fix wait after reset sequence in S3 new 3c6a743c6961 drm/amd/display: Enable mst when it's detected but yet to [...] new b57b47741ec1 Merge tag 'amd-drm-fixes-6.18-2025-11-06' of https://gitla [...] new 9882a4064003 drm/mediatek: Disable AFBC support on Mediatek DRM driver new afcfb6c8474d drm/mediatek: Add pm_runtime support for GCE power control new a18033f1309c Merge tag 'mediatek-drm-fixes-20251105' of https://git.ker [...] new 95af8f4fdce8 drm/xe/guc: Synchronize Dead CT worker with unbind new 9cd27eec872f drm/xe: Move declarations under conditional branch new b11a020d914c drm/xe: Do clean shutdown also when using flr new 0995c2fc39b0 drm/xe: Enforce correct user fence signaling order using new d439acbbfb9a Merge tag 'drm-xe-fixes-2025-11-07' of https://gitlab.free [...] new e811c33b1f13 Merge tag 'drm-fixes-2025-11-08' of https://gitlab.freedes [...]
The 32 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_gpuvm.c | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 -- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 9 ++++- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 5 ++- drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c | 3 +- drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 5 +++ drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 5 +++ drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 5 +++ drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 4 +- drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 26 ++++++++++++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +++++- .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 3 +- .../gpu/drm/amd/display/dc/link/link_detection.c | 1 + drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 18 --------- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +- drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h | 2 - drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 6 +++ drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 3 ++ drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c | 4 +- drivers/gpu/drm/i915/i915_vma.c | 16 +++++++- drivers/gpu/drm/imagination/Kconfig | 1 + drivers/gpu/drm/mediatek/mtk_crtc.c | 7 ++++ drivers/gpu/drm/mediatek/mtk_plane.c | 24 +----------- drivers/gpu/drm/nouveau/dispnv50/disp.c | 4 +- drivers/gpu/drm/nouveau/dispnv50/disp.h | 1 + drivers/gpu/drm/nouveau/dispnv50/wndw.c | 24 +++++++++++- drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c | 33 ++++++++++++++++ drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 24 ++++++------ drivers/gpu/drm/scheduler/sched_entity.c | 34 ++++++++-------- drivers/gpu/drm/tiny/Kconfig | 1 + drivers/gpu/drm/xe/xe_device.c | 14 +++---- drivers/gpu/drm/xe/xe_exec.c | 3 +- drivers/gpu/drm/xe/xe_exec_queue.c | 14 +++++++ drivers/gpu/drm/xe/xe_exec_queue_types.h | 7 ++++ drivers/gpu/drm/xe/xe_guc_ct.c | 3 ++ drivers/gpu/drm/xe/xe_oa.c | 45 ++++++++++++++-------- drivers/gpu/drm/xe/xe_oa_types.h | 8 ++++ drivers/gpu/drm/xe/xe_sync.c | 17 +++++++- drivers/gpu/drm/xe/xe_sync.h | 3 ++ drivers/gpu/drm/xe/xe_sync_types.h | 3 ++ drivers/gpu/drm/xe/xe_vm.c | 4 ++ include/uapi/drm/drm_fourcc.h | 25 +++++++----- 42 files changed, 312 insertions(+), 126 deletions(-)