Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-20 | drm/xe: Use GuC to do GGTT invalidations for the GuC firmware | Matthew Brost | 1 | -0/+2 |
2023-12-12 | drm/xe/guc: Add support GuC MMIO send / recv | Matthew Brost | 1 | -1/+17 |
2023-12-12 | drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_send | Matthew Brost | 1 | -3/+3 |
2023-12-12 | drm/xe: Remove i915_utils dependency from xe_pcode. | Rodrigo Vivi | 1 | -4/+5 |
2023-12-12 | drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us. | Rodrigo Vivi | 1 | -4/+5 |
2023-12-12 | drm/xe: Wait for success on guc done. | Rodrigo Vivi | 1 | -17/+8 |
2023-12-12 | drm/xe: Convert guc_ready to regular xe_mmio_wait32 | Rodrigo Vivi | 1 | -19/+5 |
2023-12-12 | drm/xe: Let's return last value read on xe_mmio_wait32. | Rodrigo Vivi | 1 | -7/+6 |
2023-12-12 | drm/xe: Stop using i915's range_overflows_t macro. | Rodrigo Vivi | 1 | -2/+3 |
2023-12-12 | drm/xe: Implement a local xe_mmio_wait32 | Rodrigo Vivi | 1 | -0/+7 |
2023-12-12 | drm/xe: Introduce a new DRM driver for Intel GPUs | Matthew Brost | 1 | -0/+875 |