Searched refs:PORT_CLK_SEL (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/gvt/ |
| D | display.c | 227 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_B)) &= in emulate_monitor_status_change() 229 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_B)) |= in emulate_monitor_status_change() 247 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) &= in emulate_monitor_status_change() 249 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) |= in emulate_monitor_status_change() 267 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) &= in emulate_monitor_status_change() 269 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) |= in emulate_monitor_status_change()
|
| D | handlers.c | 2406 MMIO_D(PORT_CLK_SEL(PORT_A), D_ALL); in init_generic_mmio_info() 2407 MMIO_D(PORT_CLK_SEL(PORT_B), D_ALL); in init_generic_mmio_info() 2408 MMIO_D(PORT_CLK_SEL(PORT_C), D_ALL); in init_generic_mmio_info() 2409 MMIO_D(PORT_CLK_SEL(PORT_D), D_ALL); in init_generic_mmio_info() 2410 MMIO_D(PORT_CLK_SEL(PORT_E), D_ALL); in init_generic_mmio_info()
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_ddi.c | 1103 I915_WRITE(PORT_CLK_SEL(PORT_E), ddi_pll_sel); in hsw_fdi_link_train() 2965 I915_WRITE(PORT_CLK_SEL(port), hsw_pll_to_ddi_pll_sel(pll)); in intel_ddi_clk_select() 2988 I915_WRITE(PORT_CLK_SEL(port), PORT_CLK_SEL_NONE); in intel_ddi_clk_disable()
|
| D | intel_display.c | 10169 u32 ddi_pll_sel = I915_READ(PORT_CLK_SEL(port)); in haswell_get_ddi_pll()
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_reg.h | 9568 #define PORT_CLK_SEL(port) _MMIO_PORT(port, _PORT_CLK_SEL_A, _PORT_CLK_SEL_B) macro 9580 #define DDI_CLK_SEL(port) PORT_CLK_SEL(port)
|