Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gvt/
H A Ddisplay.c382 DPLL_CTRL1_OVERRIDE(DPLL_ID_SKL_DPLL0); in emulate_monitor_status_change()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_cdclk.c897 DPLL_CTRL1_OVERRIDE(SKL_DPLL0))) != in skl_dpll0_update()
898 DPLL_CTRL1_OVERRIDE(SKL_DPLL0))) in skl_dpll0_update()
1021 DPLL_CTRL1_OVERRIDE(SKL_DPLL0) | in skl_dpll0_enable()
H A Dintel_dpll_mgr.c1712 ctrl1 = DPLL_CTRL1_OVERRIDE(0); in skl_ddi_hdmi_pll_dividers()
1750 ctrl1 = DPLL_CTRL1_OVERRIDE(0); in skl_ddi_dp_set_dpll_hw_state()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h5970 #define DPLL_CTRL1_OVERRIDE(id) (1 << ((id) * 6)) macro