summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2026-03-04drm/xe: Only toggle scheduling in TDR if GuC is runningMatthew Brost1-1/+2
2026-03-04drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138Matt Roper1-10/+8
2026-03-04drm/xe/xe2_hpg: Add set of workaroundsShekhar Chauhan2-21/+29
2026-03-04drm/xe/ptl: Apply Wa_13011645652Vinay Belgaumkar1-0/+1
2026-03-04drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin1-5/+5
2026-03-04drm/xe: Switch MMIO interface to take xe_mmio instead of xe_gtMatt Roper3-88/+126
2026-03-04drm/xe: Adjust mmio code to pass VF substructure to SRIOV codeMatt Roper2-0/+13
2026-03-04drm/xe: Add xe_tile backpointer to xe_mmioMatt Roper3-0/+8
2026-03-04drm/xe: Switch mmio_ext to use 'struct xe_mmio'Matt Roper2-8/+2
2026-03-04drm/xe: Populate GT's mmio iomap from tile during initMatt Roper1-0/+4
2026-03-04drm/xe: Move GSI offset adjustment fields into 'struct xe_mmio'Matt Roper6-13/+12
2026-03-04drm/xe: Clarify size of MMIO regionMatt Roper2-4/+16
2026-03-04drm/xe: Create dedicated xe_mmio structureMatt Roper1-7/+17
2026-03-04drm/xe: Move forcewake to 'gt.pm' substructureMatt Roper3-8/+18
2026-03-04drm/xe: Unregister drm device on probe errorShuicheng Lin1-0/+1
2026-02-11drm/xe/pm: Disable D3Cold for BMG only on specific platformsKarthik Poosa1-3/+10
2026-02-11drm/xe/pm: Also avoid missing outer rpm warning on system suspendRodrigo Vivi1-1/+3
2026-02-11drm/xe/query: Fix topology query pointer advanceShuicheng Lin1-1/+1
2026-01-17drm/xe: Ensure GT is in C0 during resumesXin Wang1-1/+7
2026-01-17drm/xe: make xe_gt_idle_disable_c6() handle the forcewake internallyXin Wang3-17/+15
2026-01-08drm/xe: Drop preempt-fences when destroying imported dma-bufs.Thomas Hellström1-11/+4
2026-01-08drm/xe: Use usleep_range for accurate long-running workload timeslicingMatthew Brost1-1/+19
2026-01-08drm/xe: Adjust long-running workload timeslices to reasonable valuesMatthew Brost2-2/+5
2026-01-08drm/xe/oa: Disallow 0 OA property valuesAshutosh Dixit1-1/+1
2026-01-08drm/xe/bo: Don't include the CCS metadata in the dma-buf sg-tableThomas Hellström1-1/+1
2026-01-08drm/xe/oa: Fix potential UAF in xe_oa_add_config_ioctl()Sanjay Yadav1-3/+5
2026-01-08drm/xe/oa: Limit num_syncs to prevent oversized allocationsShuicheng Lin1-0/+3
2026-01-08drm/xe: Limit num_syncs to prevent oversized allocationsShuicheng Lin2-1/+5
2026-01-08drm/xe: Restore engine registers before restarting schedulers after GT resetJan Maslak1-3/+4
2026-01-08drm/me/gsc: mei interrupt top half should be in irq disabled contextJunxiao Chang1-2/+2
2025-12-07drm/xe: Fix conversion from clock ticks to millisecondsHarish Chegondi1-6/+1
2025-12-01drm/xe: Prevent BIT() overflow when handling invalid prefetch regionShuicheng Lin1-2/+2
2025-11-24drm/xe: Do clean shutdown also when using flrJouni Högander1-9/+9
2025-11-24drm/xe: Move declarations under conditional branchTejas Upadhyay1-3/+3
2025-11-24drm/xe/guc: Synchronize Dead CT worker with unbindBalasubramani Vivekanandan1-0/+3
2025-11-13drm/xe/guc: Return an error code if the GuC load failsJohn Harrison1-4/+9
2025-11-13drm/xe/guc: Set upper limit of H2G retries over CTBMichal Wajdeczko1-0/+10
2025-11-13drm/xe/guc: Increase GuC crash dump buffer sizeZhanjun Dong1-1/+1
2025-11-13drm/xe: Fix oops in xe_gem_fault when running core_hotunplug test.Maarten Lankhorst1-12/+16
2025-11-13drm/xe/guc: Add more GuC load error status codesJohn Harrison2-2/+20
2025-11-13drm/xe: Do not wake device during a GT resetMatthew Brost1-7/+12
2025-10-23drm/xe/guc: Check GuC running state before deregistering exec queueShuicheng Lin1-1/+12
2025-10-19drm/xe/uapi: loosen used tracking restrictionMatthew Auld1-9/+6
2025-10-19drm/xe/hw_engine_group: Fix double write lock release in error pathShuicheng Lin1-5/+1
2025-09-25drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()Dan Carpenter1-2/+2
2025-09-25drm/xe/tile: Release kobject for the failure pathShuicheng Lin1-5/+7
2025-09-19drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström5-16/+16
2025-09-04drm/xe/vm: Clear the scratch_pt pointer on errorThomas Hellström1-2/+6
2025-09-04drm/xe: Don't trigger rebind on initial dma-buf validationMatthew Brost1-1/+2
2025-09-04drm/xe/xe_sync: avoid race during ufence signalingZbigniew Kempczyński1-1/+1