Searched refs:PLANE_B (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/gvt/ |
D | cmd_parser.c | 1218 [2] = {PIPE_A, PLANE_B, SPRITE_A_FLIP_DONE}, in gen8_decode_mi_display_flip() 1219 [3] = {PIPE_B, PLANE_B, SPRITE_B_FLIP_DONE}, in gen8_decode_mi_display_flip() 1221 [5] = {PIPE_C, PLANE_B, SPRITE_C_FLIP_DONE}, in gen8_decode_mi_display_flip() 1246 } else if (info->plane == PLANE_B) { in gen8_decode_mi_display_flip()
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_display.h | 151 PLANE_B, enumerator
|
D | intel_display.c | 3729 return i9xx_plane == PLANE_B; in i9xx_plane_has_windowing() 3735 return i9xx_plane == PLANE_B || in i9xx_plane_has_windowing() 3814 } else if (IS_CHERRYVIEW(dev_priv) && i9xx_plane == PLANE_B) { in i9xx_update_plane() 14831 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B || in i9xx_plane_has_fbc() 14834 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B; in i9xx_plane_has_fbc() 16363 WARN_ON(I915_READ(DSPCNTR(PLANE_B)) & DISPLAY_PLANE_ENABLE); in i830_disable_pipe()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | intel_pm.c | 539 if (i9xx_plane == PLANE_B) in i9xx_get_fifo_size() 555 if (i9xx_plane == PLANE_B) in i830_get_fifo_size() 2326 fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_B); in i9xx_update_wm() 2327 crtc = intel_get_crtc_for_plane(dev_priv, PLANE_B); in i9xx_update_wm()
|