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