Searched refs:PORT_CLK_SEL (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | display.c | 226 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_B)) &= in emulate_monitor_status_change() 228 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_B)) |= in emulate_monitor_status_change() 246 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) &= in emulate_monitor_status_change() 248 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) |= in emulate_monitor_status_change() 266 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) &= in emulate_monitor_status_change() 268 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) |= in emulate_monitor_status_change()
|
D | handlers.c | 2347 MMIO_D(PORT_CLK_SEL(PORT_A), D_ALL); in init_generic_mmio_info() 2348 MMIO_D(PORT_CLK_SEL(PORT_B), D_ALL); in init_generic_mmio_info() 2349 MMIO_D(PORT_CLK_SEL(PORT_C), D_ALL); in init_generic_mmio_info() 2350 MMIO_D(PORT_CLK_SEL(PORT_D), D_ALL); in init_generic_mmio_info() 2351 MMIO_D(PORT_CLK_SEL(PORT_E), D_ALL); in init_generic_mmio_info()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_ddi.c | 1145 I915_WRITE(PORT_CLK_SEL(PORT_E), ddi_pll_sel); in hsw_fdi_link_train() 2645 I915_WRITE(PORT_CLK_SEL(port), hsw_pll_to_ddi_pll_sel(pll)); in intel_ddi_clk_select() 2666 I915_WRITE(PORT_CLK_SEL(port), PORT_CLK_SEL_NONE); in intel_ddi_clk_disable()
|
D | i915_reg.h | 9161 #define PORT_CLK_SEL(port) _MMIO_PORT(port, _PORT_CLK_SEL_A, _PORT_CLK_SEL_B) macro 9173 #define DDI_CLK_SEL(port) PORT_CLK_SEL(port)
|
D | intel_display.c | 9311 uint32_t ddi_pll_sel = I915_READ(PORT_CLK_SEL(port)); in haswell_get_ddi_pll()
|