summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-06-17drm/amdgpu/vcn: handle pipe reset more gracefullyAlex Deucher1-24/+40
2026-06-17drm/amdgpu: amdgpu_ring_set_fence_errors_and_reemit() handle NULL fenceAlex Deucher1-1/+2
2026-06-17drm/amdgpu/fence: add helper to extract the guilty fenceAlex Deucher2-0/+33
2026-06-17drm/amdgpu: track guilty fence for queue resetAlex Deucher2-0/+12
2026-06-17drm/amdgpu: don't reemit if there is nothing to reemitAlex Deucher1-0/+9
2026-06-17drm/ttm: Drop tt->restore after successful restoreMatthew Brost1-3/+12
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-10/+41
2026-06-17drm/ttm/pool: Try harder for beneficial ordersMatthew Brost1-0/+5
2026-06-17gpu: nova-core: consolidate GSP boot parameters into GspBootContextZhi Wang6-62/+64
2026-06-17drm/i915/display: Mask RO bits in gen9_write_dc_state()Dibin Moolakadan Subrahmanian2-4/+24
2026-06-17drm/i915/display: Enable DC3CO DC stateDibin Moolakadan Subrahmanian1-1/+3
2026-06-17drm/i915/display: Guard CMTG function callsDibin Moolakadan Subrahmanian1-4/+2
2026-06-17drm/i915/display: Add DC3CO count and residency in dmc debugfsDibin Moolakadan Subrahmanian2-1/+10
2026-06-17drm/i915/display: Add helper to enable DC counterDibin Moolakadan Subrahmanian4-0/+16
2026-06-17drm/i915/display: PSR Add delayed work to exit DC3CODibin Moolakadan Subrahmanian2-1/+62
2026-06-17drm/i915/display: Enable DC3CO idle protocol in ALPMDibin Moolakadan Subrahmanian2-0/+6
2026-06-17drm/i915/display: PSR2: Set idle_frames to 0 for DC3CODibin Moolakadan Subrahmanian1-4/+5
2026-06-17drm/i915/display: Store DC3CO eligibility in PSR stateDibin Moolakadan Subrahmanian2-0/+8
2026-06-17drm/i915/display: Add DC3CO compute and set target state in commit tailDibin Moolakadan Subrahmanian4-5/+181
2026-06-17drm/i915/psr: Add psr2 deep sleep helper APIDibin Moolakadan Subrahmanian2-0/+22
2026-06-17drm/i915/display: Add DC3CO support checkDibin Moolakadan Subrahmanian2-0/+11
2026-06-17drm/i915/display: Add HAS_DC3CO() macroDibin Moolakadan Subrahmanian1-0/+1
2026-06-17drm/i915/display: Add DC3CO DC_STATE enable/disable supportDibin Moolakadan Subrahmanian1-1/+26
2026-06-17drm/i915/display: Use FIELD_PREP() for DC state enable bitsDibin Moolakadan Subrahmanian1-4/+5
2026-06-17drm/i915/display: Switch DC3CO enable from standalone bit to DC level encodingDibin Moolakadan Subrahmanian4-10/+10
2026-06-17drm/i915/display: Remove TGL DC3CO supportDibin Moolakadan Subrahmanian4-205/+0
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2026-06-17drm/xe: Remove redundant exec_queue_suspended() check in submit_exec_queue()Lu Yao1-1/+1
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1740-27497/+236177
2026-06-17drm: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)4-47/+52
2026-06-17drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()Francois Dugast1-2/+10
2026-06-17gpu: nova-core: fb: remove duplicated SysmemFlush doc linkJohn Hubbard1-1/+1
2026-06-17gpu: nova-core: fb: fix Blackwell flush address compositionJohn Hubbard1-1/+1
2026-06-17gpu: nova-core: Hopper: use correct sysmem flush registersJohn Hubbard2-3/+47
2026-06-17gpu: nova-core: Blackwell: use absolute FBHUB0 flush registersJohn Hubbard2-30/+15
2026-06-16drm: bridge: ti-sn65dsi83: Remove NO_HFP and NO_HBP mode flags for LVDS stabi...Sudarshan Shetty1-1/+0
2026-06-16drm/bridge: sii902x: inline i2c_check_functionality checkThorsten Blum1-3/+1
2026-06-16drm/xe: Add compact-PT and addr mask handling for page reclaimBrian Nguyen2-55/+82
2026-06-16drm/xe/guc: Fix buffer overflow in steered register list allocationTejas Upadhyay1-2/+8
2026-06-16drm/xe: Set TTM device beneficial_order to 9 (2M)Matthew Brost1-1/+2
2026-06-16drm/xe: Fix wa_oob codegen recipe for external module buildsThomas Hellström1-2/+2
2026-06-16drm/xe: fix job timeout recovery for unstarted jobs and kernel queuesRodrigo Vivi1-14/+35
2026-06-16drm/xe: fix refcount leak in xe_range_fence_insert()Wentao Liang1-0/+2
2026-06-16drm/xe: include all registered queues in TLB invalidationTangudu Tilak Tirumalesh1-4/+3
2026-06-16drm/xe/hw_error: Use HW_ERR prefix in logRaag Jadav1-6/+6
2026-06-16drm/xe/drm_ras: Add per node cleanup actionRaag Jadav1-35/+23
2026-06-16drm/xe/drm_ras: Make counter allocation drm managedRaag Jadav1-2/+1
2026-06-16drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura1-1/+4
2026-06-16drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh1-1/+1
2026-06-16Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh3-77/+5