Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Ddisplay.c247 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_B); in emulate_monitor_status_change()
273 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_C); in emulate_monitor_status_change()
299 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_D); in emulate_monitor_status_change()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_ddi.c3100 DPLL_CTRL2_DDI_SEL_OVERRIDE(port)); in intel_ddi_clk_select()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h10227 #define DPLL_CTRL2_DDI_SEL_OVERRIDE(port) (1 << ((port) * 3)) macro