summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-23drm/xe: Set firmware state to loadable before registering guc_fini_hwMatthew Brost1-2/+2
2024-07-17drm/xe: Wedge the entire deviceMatthew Brost1-0/+16
2024-06-27drm/xe/vf: Skip attempt to start GuC PC if VFMichal Wajdeczko1-4/+13
2024-06-27drm/xe/guc: Request max GT freq during resumeVinay Belgaumkar1-1/+3
2024-06-20drm/xe/guc: Move ARAT interrupts enabling to the upload stepMichal Wajdeczko1-3/+3
2024-06-18drm/xe/vf: Don't touch GuC irq registers if using memory irqsMichal Wajdeczko1-2/+2
2024-06-15drm/xe/uc: Fix and start using xe_uc_fw_sanitize()Michal Wajdeczko1-1/+1
2024-06-06drm/xe/vf: Custom GuC resetMichal Wajdeczko1-0/+3
2024-05-29drm/xe/guc: Fix uninitialised count in GuC load debug printsJohn Harrison1-7/+9
2024-05-23drm/xe/guc: Port over the slow GuC loading support from i915John Harrison1-32/+171
2024-05-23drm/xe: Stop checking for power_lost on D3ColdRodrigo Vivi1-27/+0
2024-05-22drm/xe/guc: s/guc_fini/guc_fini_hw/Matthew Auld1-2/+2
2024-05-22drm/xe/guc: move guc_fini over to devmMatthew Auld1-2/+2
2024-05-22drm/xe/vf: Custom GuC initialization if VFMichal Wajdeczko1-0/+40
2024-05-22drm/xe/guc: Allow to initialize submission with limited set of IDsMichal Wajdeczko1-1/+1
2024-05-16drm/xe/vf: Custom hardware config load step if VFMichal Wajdeczko1-0/+36
2024-05-15drm/xe/uc: Move GuC submission init to post hwconfig stepMichal Wajdeczko1-0/+9
2024-04-26drm/xe: Change xe_guc_submit_stop return to voidHimal Prasad Ghimiray1-8/+2
2024-04-24drm/xe: declare wedged upon GuC load failureRodrigo Vivi1-23/+17
2024-04-08drm/xe/vf: Don't try to read legacy GuC MMIO notification if VFMichal Wajdeczko1-0/+3
2024-04-05drm/xe/guc: Reuse code while debugging GuC paramsMichal Wajdeczko1-10/+11
2024-04-05drm/xe/guc: Prefer GT oriented logs for GuC messagesMichal Wajdeczko1-43/+36
2024-03-27drm/xe: Move HW GGTT definitions to dedicated fileMichal Wajdeczko1-2/+2
2024-03-21drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio1-2/+3
2024-03-19drm/xe/guc: Don't support older GuC 70.x releasesDaniele Ceraolo Spurio1-12/+2
2024-03-06drm/xe: Drop WA 16015675438Lucas De Marchi1-1/+1
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