Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gvt/
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()
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()
/linux-6.6.21/drivers/gpu/drm/i915/
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()
Di915_reg.h5852 #define PORT_CLK_SEL(port) _MMIO_PORT(port, _PORT_CLK_SEL_A, _PORT_CLK_SEL_B) macro
5864 #define DDI_CLK_SEL(port) PORT_CLK_SEL(port)
/linux-6.6.21/drivers/gpu/drm/i915/display/
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()