Home
last modified time | relevance | path

Searched refs:GEN8_CHICKEN_DCPR_1 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_display_power_well.c345 intel_de_rmw(dev_priv, GEN8_CHICKEN_DCPR_1, 0, DISABLE_FLR_SRC); in hsw_power_well_enable()
822 intel_de_write(dev_priv, GEN8_CHICKEN_DCPR_1, in gen9_enable_dc5()
823 intel_de_read(dev_priv, GEN8_CHICKEN_DCPR_1) | SKL_SELECT_ALTERNATE_DC_EXIT); in gen9_enable_dc5()
849 intel_de_write(dev_priv, GEN8_CHICKEN_DCPR_1, in skl_enable_dc6()
850 intel_de_read(dev_priv, GEN8_CHICKEN_DCPR_1) | SKL_SELECT_ALTERNATE_DC_EXIT); in skl_enable_dc6()
Dintel_psr.c1196 intel_de_rmw(dev_priv, GEN8_CHICKEN_DCPR_1, 0, in intel_psr_enable_source()
1366 intel_de_rmw(dev_priv, GEN8_CHICKEN_DCPR_1, in intel_psr_disable_locked()
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_pm.c71 intel_uncore_write(&dev_priv->uncore, GEN8_CHICKEN_DCPR_1, in gen9_init_clock_gating()
72 intel_uncore_read(&dev_priv->uncore, GEN8_CHICKEN_DCPR_1) | MASK_WAKEMEM); in gen9_init_clock_gating()
4353 intel_uncore_rmw(&dev_priv->uncore, GEN8_CHICKEN_DCPR_1, in icl_init_clock_gating()
4383 intel_de_rmw(dev_priv, GEN8_CHICKEN_DCPR_1, DDI_CLOCK_REG_ACCESS, 0); in adlp_init_clock_gating()
Di915_reg.h5813 #define GEN8_CHICKEN_DCPR_1 _MMIO(0x46430) macro