Searched refs:GEN6_RP_CONTROL (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | debugfs_gt_pm.c | 265 rpmodectl = intel_uncore_read(uncore, GEN6_RP_CONTROL); in frequency_show() 334 rpmodectl = intel_uncore_read(uncore, GEN6_RP_CONTROL); in frequency_show()
|
H A D | intel_rps.c | 675 set(uncore, GEN6_RP_CONTROL, in rps_set_power() 1143 intel_uncore_write_fw(uncore, GEN6_RP_CONTROL, in chv_rps_enable() 1244 intel_uncore_write_fw(uncore, GEN6_RP_CONTROL, in vlv_rps_enable() 1382 set(rps_to_uncore(rps), GEN6_RP_CONTROL, 0); in gen6_rps_disable() local
|
H A D | selftest_rps.c | 278 intel_uncore_write_fw(gt->uncore, GEN6_RP_CONTROL, in live_rps_clock_interval() 314 intel_uncore_write_fw(gt->uncore, GEN6_RP_CONTROL, 0); in live_rps_clock_interval()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps.c | 727 set(uncore, GEN6_RP_CONTROL, in rps_set_power() 1342 intel_uncore_write_fw(uncore, GEN6_RP_CONTROL, in chv_rps_enable() 1444 intel_uncore_write_fw(uncore, GEN6_RP_CONTROL, in vlv_rps_enable() 1588 set(rps_to_uncore(rps), GEN6_RP_CONTROL, 0); in gen6_rps_disable() local 2285 rpmodectl = intel_uncore_read(uncore, GEN6_RP_CONTROL); in rps_frequency_dump() 2639 intel_uncore_write(uncore, GEN6_RP_CONTROL, state); in intel_rps_set_manual()
|
H A D | selftest_rps.c | 285 intel_uncore_write_fw(gt->uncore, GEN6_RP_CONTROL, in live_rps_clock_interval() 321 intel_uncore_write_fw(gt->uncore, GEN6_RP_CONTROL, 0); in live_rps_clock_interval()
|
H A D | intel_gt_pm_debugfs.c | 358 rpmodectl = intel_uncore_read(uncore, GEN6_RP_CONTROL); in intel_gt_pm_frequency_dump()
|
H A D | intel_gt_regs.h | 828 #define GEN6_RP_CONTROL _MMIO(0xa024) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_debugfs.c | 806 rpmodectl = I915_READ(GEN6_RP_CONTROL); in i915_frequency_info() 875 rpmodectl = I915_READ(GEN6_RP_CONTROL); in i915_frequency_info()
|
H A D | i915_reg.h | 9071 #define GEN6_RP_CONTROL _MMIO(0xA024) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 558 MMIO_D(GEN6_RP_CONTROL); in iterate_generic_mmio()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 2577 MMIO_D(GEN6_RP_CONTROL, D_ALL); in init_generic_mmio_info()
|
Completed in 93 milliseconds