summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-10drm/xe/configfs: Add enable_multi_queue attributeShuicheng Lin1-0/+8
2026-07-10drm/xe/guc: toggle paging engine support for NVL-S+Matthew Auld1-2/+2
2026-07-10drm/xe/vf: wire up NUM_PAGING_ENGINE_INSTANCESMatthew Auld1-0/+6
2026-07-10drm/xe/guc: handle guc logical instance for paging engineMatthew Auld1-0/+31
2026-07-10drm/xe/guc: add the plumbing for GUC_PAGING_CLASSMatthew Auld1-0/+15
2026-07-09drm/xe/guc: Handle GuC local uncorrectable error notificationsZhanjun Dong1-0/+10
2026-05-18drm/xe/guc: Use xe_device_is_l2_flush_optimized()Gustavo Sousa1-1/+1
2026-04-27drm/xe/guc_pc: Make xe_guc_pc_stop() voidRaag Jadav1-7/+2
2026-04-03drm/xe: Enable Wa_14025515070Julia Filipchuk1-0/+8
2026-03-23drm/xe/xe3p_lpg: Restrict UAPI to enable L2 flush optimizationTejas Upadhyay1-0/+3
2026-03-13drm/xe: Forcefully tear down exec queues in GuC submit finiMatthew Brost1-2/+24
2026-03-13drm/xe/guc: Fail immediately on GuC load errorDaniele Ceraolo Spurio1-3/+3
2026-03-06drm/xe: Don't disable GuCRC in suspend pathVinay Belgaumkar1-1/+0
2026-02-23drm/xe/pvc: Drop pre-prod workaroundsMatt Roper1-3/+0
2026-02-09drm/xe/guc: Add Wa_14025883347 for GuC DMA failure on resetSk Anirban1-0/+38
2026-02-05drm/xe: Decouple GuC RC code from xe_guc_pcVinay Belgaumkar1-0/+6
2026-02-02drm/xe/guc: Allow second H2G retry on FLRMichal Wajdeczko1-3/+11
2026-02-02drm/xe/guc: Wait before retrying sending H2GMichal Wajdeczko1-0/+4
2026-02-02drm/xe/guc: Drop redundant register readMichal Wajdeczko1-5/+4
2026-02-02drm/xe/guc: Fix CFI violation in debugfs access.Daniele Ceraolo Spurio1-2/+4
2026-01-27drm/xe/vf: Reset VF GuC state on finiMichal Wajdeczko1-0/+11
2025-12-22drm/xe/gt: Add engine masks for each classDaniele Ceraolo Spurio1-1/+1
2025-12-15drm/xe/guc: Fix version check for page-reclaim featureMichal Wajdeczko1-1/+1
2025-12-12drm/xe/guc: Add page reclamation interface to GuCBrian Nguyen1-0/+4
2025-12-02drm/xe/vf: Requeue recovery on GuC MIGRATION error during VF post-migrationSatyanarayana K V P1-0/+6
2025-11-27drm/xe/gt: Introduce runtime suspend/resumeRaag Jadav1-0/+34
2025-11-24drm/xe/guc: Cleanup GuC log buffer macros and helpersZhanjun Dong1-11/+12
2025-11-19drm/xe/guc: Use scope-based cleanupMatt Roper1-9/+4
2025-11-13drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migrationMichaƂ Winiarski1-1/+12
2025-10-20drm/xe/xe3p_lpm: Add special check in Media GT for Main GAMCTRLBalasubramani Vivekanandan1-0/+19
2025-10-20drm/xe/xe3p_lpm: Configure MAIN_GAMCTRL_QUEUE_SELECTBrian Welty1-0/+27
2025-10-09drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuCSatyanarayana K V P1-1/+1
2025-09-24drm/xe/guc: Refactor GuC load to use poll_timeout_us()Lucas De Marchi1-118/+92
2025-09-24drm/xe/guc: Extract function to print load errorLucas De Marchi1-51/+52
2025-09-24drm/xe/guc: Drop helper to read freqLucas De Marchi1-12/+4
2025-09-16drm/xe/guc: Return an error code if the GuC load failsJohn Harrison1-4/+9
2025-09-15drm/xe/guc: Add test for G2G communicationsJohn Harrison1-0/+4
2025-09-11drm/xe/guc: Set RCS/CCS yield policyDaniele Ceraolo Spurio1-4/+2
2025-09-05drm/xe/guc: Clean up of GuC 'CTL' definesJohn Harrison1-15/+6
2025-09-02drm/xe/guc: Add devm release action to safely tear down CTSatyanarayana K V P1-4/+4
2025-08-22drm/xe/psmi: Add Wa_16023683509Vinay Belgaumkar1-0/+3
2025-08-22drm/xe/psmi: Add GuC flag to enable PSMILucas De Marchi1-1/+6
2025-08-08drm/xe: rename XE_WA to XE_GT_WAMatt Atwood1-7/+7
2025-07-28drm/xe/guc: Add more GuC load error status codesJohn Harrison1-2/+17
2025-07-08drm/xe/uc: Disable GuC communication on hardware initialization errorZhanjun Dong1-2/+6
2025-06-27drm/xe: Drop bo->sizeMatthew Brost1-2/+2
2025-06-27drm/xe/guc: Enable the Dynamic Inhibit Context Switch optimizationDaniele Ceraolo Spurio1-0/+29
2025-06-27drm/xe/guc: Enable extended CAT error reportingDaniele Ceraolo Spurio1-0/+56
2025-06-26drm/xe: Remove xe_uc_fini_hwMaarten Lankhorst1-1/+1
2025-06-26drm/xe: Simplify GuC early initializationMaarten Lankhorst1-19/+32