Searched refs:GEN6_RC_CONTROL (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_rc6.c | 444 rc_ctl = intel_uncore_read(uncore, GEN6_RC_CONTROL); in bxt_check_bios_rc6_setup() 577 intel_uncore_write_fw(uncore, GEN6_RC_CONTROL, 0); in __intel_rc6_disable() 689 intel_uncore_write_fw(uncore, GEN6_RC_CONTROL, rc6->ctl_enable); in intel_rc6_unpark() 709 intel_uncore_write_fw(uncore, GEN6_RC_CONTROL, GEN6_RC_CTL_RC6_ENABLE); in intel_rc6_park()
|
H A D | selftest_rc6.c | 110 intel_uncore_read_fw(gt->uncore, GEN6_RC_CONTROL), in live_rc6_manual()
|
H A D | intel_gt_regs.h | 833 #define GEN6_RC_CONTROL _MMIO(0xa090) macro
|
/linux/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 561 MMIO_D(GEN6_RC_CONTROL); in iterate_generic_mmio()
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 2392 MMIO_DH(GEN6_RC_CONTROL, D_ALL, NULL, NULL); in init_generic_mmio_info()
|