Searched refs:PLANE_A (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.h | 82 PLANE_A, enumerator
|
D | vlv_dsi.c | 1698 i9xx_plane = PLANE_A; in intel_dsi_get_panel_orientation()
|
D | intel_display.c | 13603 return i9xx_plane == PLANE_A; /* tied to pipe A */ in i9xx_plane_has_fbc() 13605 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B || in i9xx_plane_has_fbc() 13608 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B; in i9xx_plane_has_fbc() 13610 return i9xx_plane == PLANE_A; in i9xx_plane_has_fbc() 15353 WARN_ON(I915_READ(DSPCNTR(PLANE_A)) & DISPLAY_PLANE_ENABLE); in i830_disable_pipe()
|
D | intel_pm.c | 2280 fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_A); in i9xx_update_wm() 2281 crtc = intel_get_crtc_for_plane(dev_priv, PLANE_A); in i9xx_update_wm() 2420 dev_priv->display.get_fifo_size(dev_priv, PLANE_A), in i845_update_wm()
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | cmd_parser.c | 1174 [0] = {PIPE_A, PLANE_A, PRIMARY_A_FLIP_DONE}, in gen8_decode_mi_display_flip() 1175 [1] = {PIPE_B, PLANE_A, PRIMARY_B_FLIP_DONE}, in gen8_decode_mi_display_flip() 1178 [4] = {PIPE_C, PLANE_A, PRIMARY_C_FLIP_DONE}, in gen8_decode_mi_display_flip() 1200 if (info->plane == PLANE_A) { in gen8_decode_mi_display_flip()
|