summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/guc: Split GuC params used for "hwconfig" and "post-hwconfig"MichaƂ Winiarski1-0/+22
2023-12-21drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko1-0/+2
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi1-1/+1
2023-12-21drm/xe/guc: Use valid scratch register for posting readMichal Wajdeczko1-1/+1
2023-12-21drm/xe/guc: Fix handling of GUC_HXG_TYPE_NO_RESPONSE_BUSYMichal Wajdeczko1-3/+14
2023-12-21drm/xe/guc: Copy response data from proper registersMichal Wajdeczko1-1/+1
2023-12-21drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko1-12/+0
2023-12-21drm/xe/uc: Fix uC status trackingDaniele Ceraolo Spurio1-0/+3
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-11/+13
2023-12-21drm/xe: nuke GuC on unloadMatthew Auld1-0/+17
2023-12-21drm/xe/xe2: Program GuC's MOCS on Xe2 and beyondMatt Roper1-1/+1
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-11/+11
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi1-15/+10
2023-12-21drm/xe: Cleanup style warnings and errorsFrancois Dugast1-8/+6
2023-12-21drm/xe/pm: Init pcode and restore vram on power lostAnshuman Gupta1-0/+27
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast1-1/+1
2023-12-21drm/xe: Fix typosFrancois Dugast1-1/+1
2023-12-21drm/xe/slpc: Start SLPC before GuC submission on resetDaniele Ceraolo Spurio1-5/+1
2023-12-21drm/xe/guc: Normalize error messages with %#xLucas De Marchi1-3/+3
2023-12-20drm/xe: Don't hardcode GuC's MOCS index in register headerMatt Roper1-1/+1
2023-12-20drm/xe/irq: Ensure primary GuC won't clobber media GuC's interrupt maskMatt Roper1-4/+7
2023-12-20drm/xe/guc: Port Wa_14014475959 to xe_wa and fix itLucas De Marchi1-3/+1
2023-12-20drm/xe/guc: Port Wa_1509372804 to xe_waLucas De Marchi1-2/+1
2023-12-20drm/xe/guc: Port Wa_16015675438/Wa_18020744125 to xe_waLucas De Marchi1-2/+2
2023-12-20drm/xe/guc: Port Wa_22012727170/Wa_22012727685 to xe_waLucas De Marchi1-7/+1
2023-12-20drm/xe/guc: Port Wa_16011777198 to xe_waLucas De Marchi1-4/+1
2023-12-20drm/xe/guc: Port Wa_14012197797/Wa_22011391025 to xe_waLucas De Marchi1-8/+1
2023-12-20drm/xe/guc: Port Wa_16011759253 to xe_waLucas De Marchi1-3/+1
2023-12-20drm/xe/guc: Port Wa_22012773006 to xe_waLucas De Marchi1-3/+3
2023-12-20drm/xe: Fix Wa_22011802037 annotationLucas De Marchi1-2/+4
2023-12-20drm/xe: Change GuC interrupt dataMichal Wajdeczko1-1/+7
2023-12-20drm/xe: Move Media GuC register definition to regs/Michal Wajdeczko1-3/+1
2023-12-20drm/xe: Convert GuC CT print to snapshot capture and print.Rodrigo Vivi1-1/+1
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-1/+1
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-30/+31
2023-12-20drm/xe/guc: Remove special handling for PVC A*Lucas De Marchi1-11/+3
2023-12-20drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi1-2/+2
2023-12-20drm/xe: Drop gen afixes from registersLucas De Marchi1-5/+5
2023-12-20drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BITLucas De Marchi1-4/+4
2023-12-20drm/xe/guc: Move GuC registers to regs/Lucas De Marchi1-1/+1
2023-12-20drm/xe/guc: Rename GEN11_SOFT_SCRATCH for clarityLucas De Marchi1-15/+11
2023-12-20drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixesMatt Roper1-3/+3
2023-12-20drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi1-8/+0
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-6/+8
2023-12-20drm/xe: Make local functions staticLucas De Marchi1-2/+2
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