aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gsc.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-29drm/xe/gsc: Wedge the device if the GSCCS reset failsDaniele Ceraolo Spurio1-1/+3
2024-08-29drm/xe/gsc: Add debugfs to print GSC infoDaniele Ceraolo Spurio1-0/+33
2024-08-29drm/xe/gsc: Track the platform in the compatibility versionDaniele Ceraolo Spurio1-3/+4
2024-08-29drm/xe/gsc: Fix FW status if the firmware is already loadedDaniele Ceraolo Spurio1-1/+4
2024-08-29drm/xe/gsc: Do not attempt to load the GSC multiple timesDaniele Ceraolo Spurio1-0/+12
2024-08-16drm/xe/uc: Use devm to register cleanup that includes exec_queuesDaniele Ceraolo Spurio1-2/+2
2024-08-16drm/xe/uc: Use managed bo for HuC and GSC objectsDaniele Ceraolo Spurio1-9/+3
2024-08-08drm/xe: fix WA 14018094691Daniele Ceraolo Spurio1-2/+2
2024-06-26drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar1-0/+5
2024-05-22drm/xe: Don't rely on indirect includes from xe_mmio.hMichal Wajdeczko1-0/+2
2024-05-07drm/xe: Don't rely on xe_force_wake.h to be included elsewhereMichal Wajdeczko1-0/+1
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-4/+4
2024-03-28drm/xe/gsc: Implement WA 14018094691Daniele Ceraolo Spurio1-0/+22
2024-03-20drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio1-1/+1
2024-03-14drm/xe/gsc: Handle GSCCS ER interruptDaniele Ceraolo Spurio1-0/+63
2024-02-26drm/xe: Convert gsc_work from mem_access to xe_pm_runtimeRodrigo Vivi1-2/+3
2024-02-21drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld1-1/+2
2024-01-18drm/xe/gsc: add support for GSC proxy interruptDaniele Ceraolo Spurio1-5/+21
2024-01-18drm/xe/gsc: Initialize GSC proxyDaniele Ceraolo Spurio1-11/+41
2024-01-10drm/xe: Finish refactoring of exec_queue_createBrian Welty1-1/+1
2023-12-21drm/xe/huc: HuC authentication via GSCDaniele Ceraolo Spurio1-3/+11
2023-12-21drm/xe/gsc: Query GSC compatibility versionDaniele Ceraolo Spurio1-0/+82
2023-12-21drm/xe/gsc: Trigger a driver flr to cleanup the GSC on unloadDaniele Ceraolo Spurio1-0/+17
2023-12-21drm/xe/gsc: Implement WA 14015076503Daniele Ceraolo Spurio1-0/+29
2023-12-21drm/xe/gsc: GSC FW loadDaniele Ceraolo Spurio1-0/+250
2023-12-21drm/xe/gsc: Introduce GSC FWDaniele Ceraolo Spurio1-0/+52