aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_pc.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-30drm/xe/pcode: Treat pcode as per-tile rather than per-GTMatt Roper1-1/+1
2024-08-23drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc finiMatthew Brost1-1/+1
2024-07-02drm/xe/bmg: Apply Wa_22019338487Vinay Belgaumkar1-3/+8
2024-07-02drm/xe/guc: Prevent use of uninitialized mutexVinay Belgaumkar1-0/+4
2024-06-26drm/xe/guc: Request max GT freq during resumeVinay Belgaumkar1-2/+13
2024-06-26drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar1-1/+70
2024-06-18drm/xe/oa: Override GuC RC with OA on PVCAshutosh Dixit1-0/+57
2024-06-10drm/xe/guc: Prefer GT oriented messages in xe_guc_pcMichal Wajdeczko1-9/+10
2024-06-10drm/xe/guc: Add pc_to_ct() helperMichal Wajdeczko1-19/+18
2024-06-10drm/xe/guc: Move H2G SETUP_PC_GUCRC definition to SLPC ABIMichal Wajdeczko1-4/+3
2024-06-06drm/xe: move disable_c6 callRiana Tauro1-5/+0
2024-05-22drm/xe/guc_pc: s/pc_fini/pc_fini_hw/Matthew Auld1-3/+3
2024-05-22drm/xe/guc_pc: move pc_fini to devmMatthew Auld1-3/+2
2024-05-07drm/xe: Don't rely on xe_force_wake.h to be included elsewhereMichal Wajdeczko1-0/+1
2024-04-24drm/xe: Introduce a simple wedged stateRodrigo Vivi1-0/+3
2024-04-18drm/xe: Simplify function return using drmm_add_action_or_reset()Himal Prasad Ghimiray1-5/+1
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-3/+3
2024-03-26drm/xe/guc: Remove explicit shutdown of SLPCVinay Belgaumkar1-29/+0
2024-03-22drm/xe/guc: Add some failure checksVinay Belgaumkar1-5/+9
2024-03-20drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio1-1/+1
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost1-1/+2
2024-02-26drm/xe: Remove mem_access from guc_pc callsRodrigo Vivi1-54/+10
2024-02-20drm/xe/guc: Move GuC power control init to "post-hwconfig"Michał Winiarski1-4/+15
2024-01-29drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platformsMatt Roper1-0/+2
2023-12-21drm/xe: Check skip_guc_pc before disabling gucrcVinay Belgaumkar1-3/+5
2023-12-21drm/xe: Create a xe_gt_freq component for raw management and sysfsRodrigo Vivi1-104/+101
2023-12-21drm/xe: Change the name of frequency sysfs attributesSujaritha Sundaresan1-30/+30
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski1-6/+3
2023-12-21drm/xe: Manually setup C6 when skip_guc_pc is setVinay Belgaumkar1-3/+32
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-9/+9
2023-12-21drm/xe: Raise GT frequency before GuC/HuC loadVinay Belgaumkar1-2/+47
2023-12-21drm/xe/mtl: Use 16.67 Mhz freq scale factor to get rpXBadal Nilawar1-5/+5
2023-12-21drm/xe: Extend rpX values extraction for future platformsBadal Nilawar1-3/+3
2023-12-21drm/xe: Ensure mutex are destroyedBommithi Sakeena1-0/+1
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-1/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-1/+1
2023-12-21drm/xe: nuke GuC on unloadMatthew Auld1-7/+1
2023-12-21drm/xe: Fix error path in xe_guc_pc_start()Lucas De Marchi1-1/+2
2023-12-21drm/xe: Fix error path in xe_guc_pc_gucrc_disable()Lucas De Marchi1-4/+6
2023-12-21drm/xe: ensure correct access_put orderingMatthew Auld1-1/+1
2023-12-21drm/xe/guc_pc: add missing mem_access for freq_rpe_showMatthew Auld1-0/+4
2023-12-21drm/xe: remove gucrc disable from suspend pathRiana Tauro1-7/+13
2023-12-21drm/xe/mtl: Add support to get C6 residency/status of MTLBadal Nilawar1-10/+31
2023-12-21drm/xe: add a new sysfs directory for gtidle propertiesRiana Tauro1-29/+16
2023-12-21drm/xe: Donot apply forcewake while reading actual frequencyBadal Nilawar1-11/+3
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-2/+3
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi1-16/+16
2023-12-19drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi1-7/+7
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi1-6/+6