Searched refs:PLANE_A (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/i915/gvt/ |
| D | cmd_parser.c | 1252 [0] = {PIPE_A, PLANE_A, PRIMARY_A_FLIP_DONE}, in gen8_decode_mi_display_flip() 1253 [1] = {PIPE_B, PLANE_A, PRIMARY_B_FLIP_DONE}, in gen8_decode_mi_display_flip() 1256 [4] = {PIPE_C, PLANE_A, PRIMARY_C_FLIP_DONE}, in gen8_decode_mi_display_flip() 1278 if (info->plane == PLANE_A) { in gen8_decode_mi_display_flip()
|
| /Linux-v5.10/drivers/gpu/drm/i915/display/ |
| D | intel_display.h | 155 PLANE_A, enumerator
|
| D | intel_display.c | 16353 return i9xx_plane == PLANE_A; /* tied to pipe A */ in i9xx_plane_has_fbc() 16355 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B || in i9xx_plane_has_fbc() 16358 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B; in i9xx_plane_has_fbc() 16360 return i9xx_plane == PLANE_A; in i9xx_plane_has_fbc() 18142 intel_de_read(dev_priv, DSPCNTR(PLANE_A)) & in i830_disable_pipe()
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | intel_pm.c | 2345 fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_A); in i9xx_update_wm() 2346 crtc = intel_get_crtc_for_plane(dev_priv, PLANE_A); in i9xx_update_wm() 2488 dev_priv->display.get_fifo_size(dev_priv, PLANE_A), in i845_update_wm()
|