summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-0/+2
2023-12-12drm/xe/guc: Add support GuC MMIO send / recvMatthew Brost1-1/+17
2023-12-12drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_sendMatthew Brost1-3/+3
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi1-4/+5
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi1-4/+5
2023-12-12drm/xe: Wait for success on guc done.Rodrigo Vivi1-17/+8
2023-12-12drm/xe: Convert guc_ready to regular xe_mmio_wait32Rodrigo Vivi1-19/+5
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi1-7/+6
2023-12-12drm/xe: Stop using i915's range_overflows_t macro.Rodrigo Vivi1-2/+3
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi1-0/+7
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+875