summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_pc.c
AgeCommit message (Expand)AuthorFilesLines
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-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-2/+3
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-16/+16
2023-12-20drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi1-7/+7
2023-12-20drm/xe: Drop gen afixes from registersLucas De Marchi1-6/+6
2023-12-20drm/xe: Rename RC0/RC6 macrosLucas De Marchi1-2/+2
2023-12-20drm/xe/guc_pc: Reorder forcewake and xe_pm_runtime callsRiana Tauro1-12/+12
2023-12-20drm/xe: Remove dependency on intel_mchbar_regs.hLucas De Marchi1-5/+5
2023-12-20drm/xe/guc_pc: Move gt register to the proper placeLucas De Marchi1-6/+0
2023-12-20drm/xe: Remove dependency on i915_reg.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-5/+8
2023-12-20drm/xe/guc_pc: Fix Meteor Lake registers.Rodrigo Vivi1-4/+66
2023-12-12drm/xe: Remove i915_utils dependency from xe_guc_pc.Rodrigo Vivi1-11/+22
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi1-0/+7
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+843