Searched refs:PLANE_B (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | i9xx_plane.c | 118 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B || in i9xx_plane_has_fbc() 121 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B; in i9xx_plane_has_fbc() 141 return i9xx_plane == PLANE_B; in i9xx_plane_has_windowing() 147 return i9xx_plane == PLANE_B || in i9xx_plane_has_windowing() 464 if (IS_CHERRYVIEW(dev_priv) && i9xx_plane == PLANE_B) { in i9xx_plane_update_arm()
|
D | intel_display.h | 103 PLANE_B, enumerator
|
D | intel_display_irq.c | 1597 DE_PLANE_FLIP_DONE_IVB(PLANE_B) | in ilk_de_irq_postinstall() 1607 DE_PLANE_FLIP_DONE(PLANE_B) | in ilk_de_irq_postinstall()
|
D | i9xx_wm.c | 308 if (i9xx_plane == PLANE_B) in i9xx_get_fifo_size() 324 if (i9xx_plane == PLANE_B) in i830_get_fifo_size() 2140 fifo_size = i830_get_fifo_size(dev_priv, PLANE_B); in i9xx_update_wm() 2142 fifo_size = i9xx_get_fifo_size(dev_priv, PLANE_B); in i9xx_update_wm() 2143 crtc = intel_crtc_for_plane(dev_priv, PLANE_B); in i9xx_update_wm()
|
D | intel_display.c | 7969 intel_de_read(dev_priv, DSPCNTR(PLANE_B)) & DISP_ENABLE); in i830_disable_pipe()
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | cmd_parser.c | 1291 [2] = {PIPE_A, PLANE_B, SPRITE_A_FLIP_DONE}, in gen8_decode_mi_display_flip() 1292 [3] = {PIPE_B, PLANE_B, SPRITE_B_FLIP_DONE}, in gen8_decode_mi_display_flip() 1294 [5] = {PIPE_C, PLANE_B, SPRITE_C_FLIP_DONE}, in gen8_decode_mi_display_flip() 1319 } else if (info->plane == PLANE_B) { in gen8_decode_mi_display_flip()
|