summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_pc.c
AgeCommit message (Expand)Author
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-03-26drm/xe/guc: Remove explicit shutdown of SLPCVinay Belgaumkar
2024-03-22drm/xe/guc: Add some failure checksVinay Belgaumkar
2024-03-20drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost
2024-02-26drm/xe: Remove mem_access from guc_pc callsRodrigo Vivi
2024-02-20drm/xe/guc: Move GuC power control init to "post-hwconfig"Michał Winiarski
2024-01-29drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platformsMatt Roper
2023-12-21drm/xe: Check skip_guc_pc before disabling gucrcVinay Belgaumkar
2023-12-21drm/xe: Create a xe_gt_freq component for raw management and sysfsRodrigo Vivi
2023-12-21drm/xe: Change the name of frequency sysfs attributesSujaritha Sundaresan
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski
2023-12-21drm/xe: Manually setup C6 when skip_guc_pc is setVinay Belgaumkar
2023-12-21drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi
2023-12-21drm/xe: Raise GT frequency before GuC/HuC loadVinay Belgaumkar
2023-12-21drm/xe/mtl: Use 16.67 Mhz freq scale factor to get rpXBadal Nilawar
2023-12-21drm/xe: Extend rpX values extraction for future platformsBadal Nilawar
2023-12-21drm/xe: Ensure mutex are destroyedBommithi Sakeena
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe: nuke GuC on unloadMatthew Auld
2023-12-21drm/xe: Fix error path in xe_guc_pc_start()Lucas De Marchi
2023-12-21drm/xe: Fix error path in xe_guc_pc_gucrc_disable()Lucas De Marchi
2023-12-21drm/xe: ensure correct access_put orderingMatthew Auld
2023-12-21drm/xe/guc_pc: add missing mem_access for freq_rpe_showMatthew Auld
2023-12-21drm/xe: remove gucrc disable from suspend pathRiana Tauro
2023-12-21drm/xe/mtl: Add support to get C6 residency/status of MTLBadal Nilawar
2023-12-21drm/xe: add a new sysfs directory for gtidle propertiesRiana Tauro
2023-12-21drm/xe: Donot apply forcewake while reading actual frequencyBadal Nilawar
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi
2023-12-19drm/xe: Rename RC0/RC6 macrosLucas De Marchi
2023-12-19drm/xe/guc_pc: Reorder forcewake and xe_pm_runtime callsRiana Tauro
2023-12-19drm/xe: Remove dependency on intel_mchbar_regs.hLucas De Marchi
2023-12-19drm/xe/guc_pc: Move gt register to the proper placeLucas De Marchi
2023-12-19drm/xe: Remove dependency on i915_reg.hLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe/guc_pc: Fix Meteor Lake registers.Rodrigo Vivi
2023-12-12drm/xe: Remove i915_utils dependency from xe_guc_pc.Rodrigo Vivi
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost