Searched refs:PORT_CLK_SEL (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | display.c | 412 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_B)) &= in emulate_monitor_status_change() 414 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_B)) |= in emulate_monitor_status_change() 438 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) &= in emulate_monitor_status_change() 440 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) |= in emulate_monitor_status_change() 464 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) &= in emulate_monitor_status_change() 466 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) |= in emulate_monitor_status_change()
|
H A D | handlers.c | 2482 MMIO_D(PORT_CLK_SEL(PORT_A), D_ALL); in init_generic_mmio_info() 2483 MMIO_D(PORT_CLK_SEL(PORT_B), D_ALL); in init_generic_mmio_info() 2484 MMIO_D(PORT_CLK_SEL(PORT_C), D_ALL); in init_generic_mmio_info() 2485 MMIO_D(PORT_CLK_SEL(PORT_D), D_ALL); in init_generic_mmio_info() 2486 MMIO_D(PORT_CLK_SEL(PORT_E), D_ALL); in init_generic_mmio_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | display.c | 417 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 D | handlers.c | 463 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 482 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 D | i915_reg.h | 5852 #define PORT_CLK_SEL(port) _MMIO_PORT(port, _PORT_CLK_SEL_A, _PORT_CLK_SEL_B) macro 5863 /* On ICL+ this is the same as PORT_CLK_SEL, but all bits change. */ 5864 #define DDI_CLK_SEL(port) PORT_CLK_SEL(port)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi.c | 1947 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi.c | 1417 intel_de_write(dev_priv, PORT_CLK_SEL(PORT_E), ddi_pll_sel); in hsw_fdi_link_train() 3110 intel_de_write(dev_priv, PORT_CLK_SEL(port), in intel_ddi_clk_select() 3135 intel_de_write(dev_priv, PORT_CLK_SEL(port), in intel_ddi_clk_disable() 3789 * and step 18 (after clearing PORT_CLK_SEL). Based on a BUN, in intel_ddi_fdi_post_disable()
|
H A D | intel_display.c | 10943 u32 ddi_pll_sel = intel_de_read(dev_priv, PORT_CLK_SEL(port)); in hsw_get_ddi_pll()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 10129 #define PORT_CLK_SEL(port) _MMIO_PORT(port, _PORT_CLK_SEL_A, _PORT_CLK_SEL_B) macro 10140 /* On ICL+ this is the same as PORT_CLK_SEL, but all bits change. */ 10141 #define DDI_CLK_SEL(port) PORT_CLK_SEL(port)
|
Completed in 105 milliseconds