Searched refs:PLANE_B (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.h | 83 PLANE_B, enumerator
|
D | vlv_dsi.c | 1696 i9xx_plane = PLANE_B; in intel_dsi_get_panel_orientation()
|
D | intel_pm.c | 519 if (i9xx_plane == PLANE_B) in i9xx_get_fifo_size() 535 if (i9xx_plane == PLANE_B) in i830_get_fifo_size() 2307 fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_B); in i9xx_update_wm() 2308 crtc = intel_get_crtc_for_plane(dev_priv, PLANE_B); in i9xx_update_wm()
|
D | intel_display.c | 3342 } else if (IS_CHERRYVIEW(dev_priv) && i9xx_plane == PLANE_B) { in i9xx_update_plane() 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() 15354 WARN_ON(I915_READ(DSPCNTR(PLANE_B)) & DISPLAY_PLANE_ENABLE); in i830_disable_pipe()
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | cmd_parser.c | 1176 [2] = {PIPE_A, PLANE_B, SPRITE_A_FLIP_DONE}, in gen8_decode_mi_display_flip() 1177 [3] = {PIPE_B, PLANE_B, SPRITE_B_FLIP_DONE}, in gen8_decode_mi_display_flip() 1179 [5] = {PIPE_C, PLANE_B, SPRITE_C_FLIP_DONE}, in gen8_decode_mi_display_flip() 1204 } else if (info->plane == PLANE_B) { in gen8_decode_mi_display_flip()
|