Home
last modified time | relevance | path

Searched refs:PCH_PP_CONTROL (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_lvds.c220 ctl_reg = PCH_PP_CONTROL; in intel_enable_lvds()
247 ctl_reg = PCH_PP_CONTROL; in intel_disable_lvds()
923 I915_WRITE(PCH_PP_CONTROL, in intel_lvds_init()
924 I915_READ(PCH_PP_CONTROL) | PANEL_UNLOCK_REGS); in intel_lvds_init()
Di915_suspend.c207 dev_priv->regfile.savePP_CONTROL = I915_READ(PCH_PP_CONTROL); in i915_save_display()
274 I915_WRITE(PCH_PP_CONTROL, dev_priv->regfile.savePP_CONTROL); in i915_restore_display()
Dintel_dp.c495 return PCH_PP_CONTROL; in _pp_ctrl_reg()
4686 pp_ctrl_reg = PCH_PP_CONTROL; in intel_dp_init_panel_power_sequencer()
Di915_reg.h5407 #define PCH_PP_CONTROL 0xc7204 macro
Dintel_display.c1207 pp_reg = PCH_PP_CONTROL; in assert_panel_unlocked()
/drivers/pci/
Dquirks.c3396 val = ioread32(mmio_base + PCH_PP_CONTROL) & 0xfffffffe; in reset_ivb_igd()
3397 iowrite32(val, mmio_base + PCH_PP_CONTROL); in reset_ivb_igd()