Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c407 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_B); in emulate_monitor_status_change()
433 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_C); in emulate_monitor_status_change()
459 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_D); in emulate_monitor_status_change()
H A Dhandlers.c606 (vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_SEL_OVERRIDE(port))) { in skl_vgpu_get_dp_bitrate()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c1885 DPLL_CTRL2_DDI_SEL_OVERRIDE(port)); in skl_ddi_enable_clock()
1928 if ((tmp & DPLL_CTRL2_DDI_SEL_OVERRIDE(port)) == 0) in skl_ddi_get_pll()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h5983 #define DPLL_CTRL2_DDI_SEL_OVERRIDE(port) (1 << ((port) * 3)) macro