summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld1-1/+2
2024-02-20drm/xe/guc: Move GuC power control init to "post-hwconfig"Michał Winiarski1-5/+7
2024-02-20drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski1-0/+34
2024-01-30drm/xe/guc: Reduce a print from warn to debugKarthik Poosa1-2/+2
2024-01-26drm/xe/guc: Add more GuC CT statesMatthew Brost1-2/+2
2024-01-19drm/xe: Do not flood dmesg with guc logRodrigo Vivi1-3/+0
2024-01-18drm/xe/guc: Enable WA 14018913170Karthik Poosa1-0/+13
2024-01-11drm/xe/guc: Treat non-response message after BUSY as unexpectedMichal Wajdeczko1-1/+5
2024-01-11drm/xe: Split GuC communication initializationMichal Wajdeczko1-4/+17
2024-01-10drm/xe: Check skip_guc_pc before setting SLPC flagVinay Belgaumkar1-1/+6
2024-01-05drm/xe/guc: Introduce Relay Communication for SR-IOVMichal Wajdeczko1-0/+5
2023-12-22drm/xe/vf: Setup memory based interrupts in GuCMichal Wajdeczko1-0/+12
2023-12-22drm/xe/dg2: Drop pre-production workaroundsMatt Roper1-7/+1
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