Home
last modified time | relevance | path

Searched refs:PORT_CLK_SEL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c417 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_B)) &= in emulate_monitor_status_change()
419 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_B)) |= in emulate_monitor_status_change()
443 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) &= in emulate_monitor_status_change()
445 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) |= in emulate_monitor_status_change()
469 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) &= in emulate_monitor_status_change()
471 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) |= in emulate_monitor_status_change()
H A Dhandlers.c463 u32 ddi_pll_sel = vgpu_vreg_t(vgpu, PORT_CLK_SEL(port)); in bdw_vgpu_get_dp_bitrate()
527 vgpu->id, port_name(port), vgpu_vreg_t(vgpu, PORT_CLK_SEL(port))); in bdw_vgpu_get_dp_bitrate()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c482 MMIO_D(PORT_CLK_SEL(PORT_A)); in iterate_generic_mmio()
483 MMIO_D(PORT_CLK_SEL(PORT_B)); in iterate_generic_mmio()
484 MMIO_D(PORT_CLK_SEL(PORT_C)); in iterate_generic_mmio()
485 MMIO_D(PORT_CLK_SEL(PORT_D)); in iterate_generic_mmio()
486 MMIO_D(PORT_CLK_SEL(PORT_E)); in iterate_generic_mmio()
H A Di915_reg.h5854 #define PORT_CLK_SEL(port) _MMIO_PORT(port, _PORT_CLK_SEL_A, _PORT_CLK_SEL_B)
5865 /* On ICL+ this is the same as PORT_CLK_SEL, but all bits change. */
5866 #define DDI_CLK_SEL(port) PORT_CLK_SEL(port)
5852 #define PORT_CLK_SEL( global() macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c1947 intel_de_write(i915, PORT_CLK_SEL(port), hsw_pll_to_ddi_pll_sel(pll)); in hsw_ddi_enable_clock()
1955 intel_de_write(i915, PORT_CLK_SEL(port), PORT_CLK_SEL_NONE); in hsw_ddi_disable_clock()
1963 return intel_de_read(i915, PORT_CLK_SEL(port)) != PORT_CLK_SEL_NONE; in hsw_ddi_is_clock_enabled()
1973 tmp = intel_de_read(i915, PORT_CLK_SEL(port)); in hsw_ddi_get_pll()