Searched refs:PLANE_B (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_limits.h | 58 PLANE_B, enumerator
|
| H A D | i9xx_plane.c | 121 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B || in i9xx_plane_has_fbc() 124 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B; in i9xx_plane_has_fbc() 144 return i9xx_plane == PLANE_B; in i9xx_plane_has_windowing() 150 return i9xx_plane == PLANE_B || in i9xx_plane_has_windowing() 478 if (display->platform.cherryview && i9xx_plane == PLANE_B) { in i9xx_plane_update_arm()
|
| H A D | i9xx_wm.c | 320 if (i9xx_plane == PLANE_B) in i9xx_get_fifo_size() 336 if (i9xx_plane == PLANE_B) in i830_get_fifo_size() 2264 fifo_size = i830_get_fifo_size(dev_priv, PLANE_B); in i9xx_update_wm() 2266 fifo_size = i9xx_get_fifo_size(dev_priv, PLANE_B); in i9xx_update_wm() 2267 crtc = intel_crtc_for_plane(dev_priv, PLANE_B); in i9xx_update_wm()
|
| H A D | intel_display_irq.c | 2170 DE_PLANE_FLIP_DONE_IVB(PLANE_B) | in ilk_de_irq_postinstall() 2181 DE_PLANE_FLIP_DONE(PLANE_B) | in ilk_de_irq_postinstall()
|
| H A D | intel_display.c | 8222 intel_de_read(display, DSPCNTR(display, PLANE_B)) & DISP_ENABLE); in i830_disable_pipe()
|
| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A D | cmd_parser.c | 1293 [2] = {PIPE_A, PLANE_B, SPRITE_A_FLIP_DONE}, in gen8_decode_mi_display_flip() 1294 [3] = {PIPE_B, PLANE_B, SPRITE_B_FLIP_DONE}, in gen8_decode_mi_display_flip() 1296 [5] = {PIPE_C, PLANE_B, SPRITE_C_FLIP_DONE}, in gen8_decode_mi_display_flip() 1321 } else if (info->plane == PLANE_B) { in gen8_decode_mi_display_flip()
|