Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c403 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_B); in emulate_monitor_status_change()
429 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_C); in emulate_monitor_status_change()
455 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_D); in emulate_monitor_status_change()
H A Dhandlers.c605 if (!(vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)) && in skl_vgpu_get_dp_bitrate()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c1882 DPLL_CTRL2_DDI_CLK_OFF(port) | in skl_ddi_enable_clock()
1898 0, DPLL_CTRL2_DDI_CLK_OFF(port)); in skl_ddi_disable_clock()
1912 return !(intel_de_read(i915, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)); in skl_ddi_is_clock_enabled()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h5979 #define DPLL_CTRL2_DDI_CLK_OFF(port) (1 << ((port) + 15)) macro