summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc.c
AgeCommit message (Expand)Author
2023-12-21drm/xe/slpc: Start SLPC before GuC submission on resetDaniele Ceraolo Spurio
2023-12-21drm/xe/guc: Normalize error messages with %#xLucas De Marchi
2023-12-19drm/xe: Don't hardcode GuC's MOCS index in register headerMatt Roper
2023-12-19drm/xe/irq: Ensure primary GuC won't clobber media GuC's interrupt maskMatt Roper
2023-12-19drm/xe/guc: Port Wa_14014475959 to xe_wa and fix itLucas De Marchi
2023-12-19drm/xe/guc: Port Wa_1509372804 to xe_waLucas De Marchi
2023-12-19drm/xe/guc: Port Wa_16015675438/Wa_18020744125 to xe_waLucas De Marchi
2023-12-19drm/xe/guc: Port Wa_22012727170/Wa_22012727685 to xe_waLucas De Marchi
2023-12-19drm/xe/guc: Port Wa_16011777198 to xe_waLucas De Marchi
2023-12-19drm/xe/guc: Port Wa_14012197797/Wa_22011391025 to xe_waLucas De Marchi
2023-12-19drm/xe/guc: Port Wa_16011759253 to xe_waLucas De Marchi
2023-12-19drm/xe/guc: Port Wa_22012773006 to xe_waLucas De Marchi
2023-12-19drm/xe: Fix Wa_22011802037 annotationLucas De Marchi
2023-12-19drm/xe: Change GuC interrupt dataMichal Wajdeczko
2023-12-19drm/xe: Move Media GuC register definition to regs/Michal Wajdeczko
2023-12-19drm/xe: Convert GuC CT print to snapshot capture and print.Rodrigo Vivi
2023-12-19drm/xe: Rename reg field to addrLucas De Marchi
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe/guc: Remove special handling for PVC A*Lucas De Marchi
2023-12-19drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi
2023-12-19drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BITLucas De Marchi
2023-12-19drm/xe/guc: Move GuC registers to regs/Lucas De Marchi
2023-12-19drm/xe/guc: Rename GEN11_SOFT_SCRATCH for clarityLucas De Marchi
2023-12-19drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixesMatt Roper
2023-12-19drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe: Make local functions staticLucas De Marchi
2023-12-19drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost
2023-12-12drm/xe/guc: Add support GuC MMIO send / recvMatthew Brost
2023-12-12drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_sendMatthew Brost
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi
2023-12-12drm/xe: Wait for success on guc done.Rodrigo Vivi
2023-12-12drm/xe: Convert guc_ready to regular xe_mmio_wait32Rodrigo Vivi
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi
2023-12-12drm/xe: Stop using i915's range_overflows_t macro.Rodrigo Vivi
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost