Searched refs:ecochk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | gen6_ppgtt.c | 32 u32 ecochk; in gen7_ppgtt_enable() local 36 ecochk = intel_uncore_read(uncore, GAM_ECOCHK); in gen7_ppgtt_enable() 38 ecochk |= ECOCHK_PPGTT_WB_HSW; in gen7_ppgtt_enable() 40 ecochk |= ECOCHK_PPGTT_LLC_IVB; in gen7_ppgtt_enable() 41 ecochk &= ~ECOCHK_PPGTT_GFDT_IVB; in gen7_ppgtt_enable() 43 intel_uncore_write(uncore, GAM_ECOCHK, ecochk); in gen7_ppgtt_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | gen6_ppgtt.c | 34 u32 ecochk; in gen7_ppgtt_enable() local 38 ecochk = intel_uncore_read(uncore, GAM_ECOCHK); in gen7_ppgtt_enable() 40 ecochk |= ECOCHK_PPGTT_WB_HSW; in gen7_ppgtt_enable() 42 ecochk |= ECOCHK_PPGTT_LLC_IVB; in gen7_ppgtt_enable() 43 ecochk &= ~ECOCHK_PPGTT_GFDT_IVB; in gen7_ppgtt_enable() 45 intel_uncore_write(uncore, GAM_ECOCHK, ecochk); in gen7_ppgtt_enable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | vlv_suspend.c | 28 u32 ecochk; member 128 s->ecochk = intel_uncore_read(uncore, GAM_ECOCHK); in vlv_save_gunit_s0ix_state() 214 intel_uncore_write(uncore, GAM_ECOCHK, s->ecochk); in vlv_restore_gunit_s0ix_state()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | vlv_suspend.c | 31 u32 ecochk; member 131 s->ecochk = intel_uncore_read(uncore, GAM_ECOCHK); in vlv_save_gunit_s0ix_state() 216 intel_uncore_write(uncore, GAM_ECOCHK, s->ecochk); in vlv_restore_gunit_s0ix_state()
|
Completed in 3 milliseconds