summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo1-3/+3
2026-06-05Merge tag 'drm-rust-next-2026-06-04' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie62-1182/+5183
2026-06-05Merge tag 'drm-xe-fixes-2026-06-04' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-80/+10
2026-06-04drm/panel: novatek-nt36672a: Inline panel init sequencesChintan Patel1-336/+186
2026-06-04drm/amd/display: Consult MCCS FreeSync cap only if requested & supportedMichel Dänzer1-8/+6
2026-06-04drm/amdkfd: Unwind debug trap enable on copy_to_user failureYongqiang Sun1-0/+6
2026-06-04drm/amdkfd: Add bounds check for AMDKFD_IOC_WAIT_EVENTSSunday Clement1-0/+2
2026-06-04drm/amdgpu: restart the CS if some parts of the VM are still invalidatedChristian König1-1/+3
2026-06-04drm/amdgpu/userq: Fix reading timeline points in wait ioctlDavid Rosca1-4/+5
2026-06-04drm/amdkfd: fix SMI event cross-process information leakYongqiang Sun1-3/+5
2026-06-04drm/amdkfd: always resume_all after suspend_allAlex Deucher1-14/+6
2026-06-04drm/amdgpu/gfx: move fault and EOP IRQ get/put to hw_init/hw_finiYunxiang Li6-236/+314
2026-06-04drm/amd/display: Consult MCCS FreeSync cap only if requested & supportedMichel Dänzer1-8/+6
2026-06-04drm/amd/pm: Use strscpy in profile mode parsingLijo Lazar1-6/+5
2026-06-04drm/amdkfd: Fix infinite loop parsing CRAT with zero subtype lengthYongqiang Sun1-0/+8
2026-06-04drm/amdkfd: fix sysfs topology prop length on buffer truncationYongqiang Sun1-2/+1
2026-06-04drm/amdgpu: drop retry loop in amdgpu_hmm_range_get_pagesHonglei Huang1-8/+1
2026-06-04drm/amd/pm: bound OD parameter parsing to stack array sizeCandice Li1-0/+7
2026-06-04drm/amd/pm: Stop pp_od_clk_voltage emit at PAGE_SIZEAsad Kamal1-0/+2
2026-06-04drm/amdkfd: Unwind debug trap enable on copy_to_user failureYongqiang Sun1-0/+6
2026-06-04drm/amdgpu: validate the mes firmware version for gfx12.1Sunil Khatri1-0/+1
2026-06-04drm/amdgpu: validate the mes firmware version for gfx12Sunil Khatri1-0/+1
2026-06-04drm/amdgpu: compare MES firmware version ucode for gfx11Sunil Khatri3-0/+14
2026-06-04drm/amdkfd: Add bounds check for AMDKFD_IOC_WAIT_EVENTSSunday Clement1-0/+2
2026-06-04drm/amdgpu: restart the CS if some parts of the VM are still invalidatedChristian König1-1/+3
2026-06-04drm/amd/display: use unsigned types for local pipe and REG_GET countersAurabindo Pillai2-3/+3
2026-06-04drm/amd/display: widen dc_hdmi_frl_flags.force_frl_rate to unsigned intAurabindo Pillai1-1/+1
2026-06-04drm/amdgpu/userq: Fix reading timeline points in wait ioctlDavid Rosca1-4/+5
2026-06-04drm/amdgpu/vcn5.0.0: enable secure submission on unified ring for VCN 5.3.0Jeevana Muthyala1-1/+38
2026-06-04drm/amdgpu: deprecate guilty handlingChristian König4-12/+24
2026-06-04drm/amdgpu: Add lockdep annotations for lock ordering validationVitaly Prosyak6-1/+242
2026-06-04drm/amdkfd: fix SMI event cross-process information leakYongqiang Sun1-3/+5
2026-06-04drm/amd/display: Add DCN42B to dml21_translation_helperMatthew Stewart1-0/+1
2026-06-04drm/amd/display: Fix DCN42B version detectionMatthew Stewart1-2/+2
2026-06-04drm/amdgpu: Fix user-triggerable BUG()/BUG_ON() callsCe Sun4-7/+18
2026-06-04drm/v3d: Fix global performance monitor reference countingMaíra Canal1-5/+19
2026-06-04Merge drm/drm-next into drm-xe-nextThomas Hellström925-13489/+137264
2026-06-04drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura1-1/+4
2026-06-04drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh1-1/+1
2026-06-04Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh3-77/+5
2026-06-04drm/{i915, xe}: move more stuff to __intel_display_driver_pm_suspend()Jani Nikula3-27/+8
2026-06-04drm/xe/display: use intel_display_driver_pm_shutdown()Jani Nikula1-10/+1
2026-06-04drm/i915/display: deduplicate suspend and shutdown a bitJani Nikula1-22/+23
2026-06-04drm/i915: add intel_display_driver_shutdown()Jani Nikula3-23/+30
2026-06-04drm/{i915,xe}: add intel_display_driver_shutdown_late()Jani Nikula4-11/+17
2026-06-04drm/{i915, xe}: add intel_display_driver_pm_{suspend_late, resume_early}()Jani Nikula4-5/+23
2026-06-04drm/{i915, xe}: move more calls inside intel_display_driver_pm_resume()Jani Nikula3-40/+19
2026-06-04drm/{i915, xe}: move more calls inside intel_display_driver_pm_suspend()Jani Nikula3-29/+13
2026-06-04drm/xe/display: relocate the xe_display_pm_runtime_*() functionsJani Nikula1-80/+80
2026-06-04drm/xe/display: relocate the xe_display_shutdown*() functionsJani Nikula1-45/+45