index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_guc_pc.c
Age
Commit message (
Expand
)
Author
2024-02-20
drm/xe/guc: Move GuC power control init to "post-hwconfig"
Michał Winiarski
2024-01-29
drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms
Matt Roper
2023-12-21
drm/xe: Check skip_guc_pc before disabling gucrc
Vinay Belgaumkar
2023-12-21
drm/xe: Create a xe_gt_freq component for raw management and sysfs
Rodrigo Vivi
2023-12-21
drm/xe: Change the name of frequency sysfs attributes
Sujaritha Sundaresan
2023-12-21
drm/xe: Add a helper for DRM device-lifetime BO create
Michał Winiarski
2023-12-21
drm/xe: Manually setup C6 when skip_guc_pc is set
Vinay Belgaumkar
2023-12-21
drm/xe/guc: Include only required GuC ABI headers
Michal Wajdeczko
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
2023-12-21
drm/xe: Raise GT frequency before GuC/HuC load
Vinay Belgaumkar
2023-12-21
drm/xe/mtl: Use 16.67 Mhz freq scale factor to get rpX
Badal Nilawar
2023-12-21
drm/xe: Extend rpX values extraction for future platforms
Badal Nilawar
2023-12-21
drm/xe: Ensure mutex are destroyed
Bommithi Sakeena
2023-12-21
drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()
Daniele Ceraolo Spurio
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe: nuke GuC on unload
Matthew Auld
2023-12-21
drm/xe: Fix error path in xe_guc_pc_start()
Lucas De Marchi
2023-12-21
drm/xe: Fix error path in xe_guc_pc_gucrc_disable()
Lucas De Marchi
2023-12-21
drm/xe: ensure correct access_put ordering
Matthew Auld
2023-12-21
drm/xe/guc_pc: add missing mem_access for freq_rpe_show
Matthew Auld
2023-12-21
drm/xe: remove gucrc disable from suspend path
Riana Tauro
2023-12-21
drm/xe/mtl: Add support to get C6 residency/status of MTL
Badal Nilawar
2023-12-21
drm/xe: add a new sysfs directory for gtidle properties
Riana Tauro
2023-12-21
drm/xe: Donot apply forcewake while reading actual frequency
Badal Nilawar
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
2023-12-19
drm/xe: Use XE_REG/XE_REG_MCR
Lucas De Marchi
2023-12-19
drm/xe: Drop gen afixes from registers
Lucas De Marchi
2023-12-19
drm/xe: Rename RC0/RC6 macros
Lucas De Marchi
2023-12-19
drm/xe/guc_pc: Reorder forcewake and xe_pm_runtime calls
Riana Tauro
2023-12-19
drm/xe: Remove dependency on intel_mchbar_regs.h
Lucas De Marchi
2023-12-19
drm/xe/guc_pc: Move gt register to the proper place
Lucas De Marchi
2023-12-19
drm/xe: Remove dependency on i915_reg.h
Lucas De Marchi
2023-12-19
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe/guc_pc: Fix Meteor Lake registers.
Rodrigo Vivi
2023-12-12
drm/xe: Remove i915_utils dependency from xe_guc_pc.
Rodrigo Vivi
2023-12-12
drm/xe: Implement a local xe_mmio_wait32
Rodrigo Vivi
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost