summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_guc_pc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Simplify function return using drmm_add_action_or_reset()Himal Prasad Ghimiray2024-04-181-5/+1
* drm/xe: Normalize bo flags macrosLucas De Marchi2024-04-021-3/+3
* drm/xe/guc: Remove explicit shutdown of SLPCVinay Belgaumkar2024-03-261-29/+0
* drm/xe/guc: Add some failure checksVinay Belgaumkar2024-03-221-5/+9
* drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio2024-03-201-1/+1
* drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost2024-03-201-1/+2
* drm/xe: Remove mem_access from guc_pc callsRodrigo Vivi2024-02-261-54/+10
* drm/xe/guc: Move GuC power control init to "post-hwconfig"Michał Winiarski2024-02-201-4/+15
* drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platformsMatt Roper2024-01-291-0/+2
* drm/xe: Check skip_guc_pc before disabling gucrcVinay Belgaumkar2023-12-211-3/+5
* drm/xe: Create a xe_gt_freq component for raw management and sysfsRodrigo Vivi2023-12-211-104/+101
* drm/xe: Change the name of frequency sysfs attributesSujaritha Sundaresan2023-12-211-30/+30
* drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski2023-12-211-6/+3
* drm/xe: Manually setup C6 when skip_guc_pc is setVinay Belgaumkar2023-12-211-3/+32
* drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko2023-12-211-0/+2
* drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi2023-12-211-9/+9
* drm/xe: Raise GT frequency before GuC/HuC loadVinay Belgaumkar2023-12-211-2/+47
* drm/xe/mtl: Use 16.67 Mhz freq scale factor to get rpXBadal Nilawar2023-12-211-5/+5
* drm/xe: Extend rpX values extraction for future platformsBadal Nilawar2023-12-211-3/+3
* drm/xe: Ensure mutex are destroyedBommithi Sakeena2023-12-211-0/+1
* drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio2023-12-211-1/+1
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-1/+1
* drm/xe: nuke GuC on unloadMatthew Auld2023-12-211-7/+1
* drm/xe: Fix error path in xe_guc_pc_start()Lucas De Marchi2023-12-211-1/+2
* drm/xe: Fix error path in xe_guc_pc_gucrc_disable()Lucas De Marchi2023-12-211-4/+6
* drm/xe: ensure correct access_put orderingMatthew Auld2023-12-211-1/+1
* drm/xe/guc_pc: add missing mem_access for freq_rpe_showMatthew Auld2023-12-211-0/+4
* drm/xe: remove gucrc disable from suspend pathRiana Tauro2023-12-211-7/+13
* drm/xe/mtl: Add support to get C6 residency/status of MTLBadal Nilawar2023-12-211-10/+31
* drm/xe: add a new sysfs directory for gtidle propertiesRiana Tauro2023-12-211-29/+16
* drm/xe: Donot apply forcewake while reading actual frequencyBadal Nilawar2023-12-211-11/+3
* drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper2023-12-191-2/+3
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-191-16/+16
* drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi2023-12-191-7/+7
* drm/xe: Drop gen afixes from registersLucas De Marchi2023-12-191-6/+6
* drm/xe: Rename RC0/RC6 macrosLucas De Marchi2023-12-191-2/+2
* drm/xe/guc_pc: Reorder forcewake and xe_pm_runtime callsRiana Tauro2023-12-191-12/+12
* drm/xe: Remove dependency on intel_mchbar_regs.hLucas De Marchi2023-12-191-5/+5
* drm/xe/guc_pc: Move gt register to the proper placeLucas De Marchi2023-12-191-6/+0
* drm/xe: Remove dependency on i915_reg.hLucas De Marchi2023-12-191-2/+1
* drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi2023-12-191-1/+1
* drm/xe: Sort includesLucas De Marchi2023-12-191-5/+8
* drm/xe/guc_pc: Fix Meteor Lake registers.Rodrigo Vivi2023-12-191-4/+66
* drm/xe: Remove i915_utils dependency from xe_guc_pc.Rodrigo Vivi2023-12-121-11/+22
* drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi2023-12-121-0/+7
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+843