Searched refs:PLANE_SPRITE0 (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | i9xx_wm.c | 815 FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEB) | in g4x_write_wm_values() 940 case PLANE_SPRITE0: in g4x_plane_fifo_size() 1543 return (active_planes & (BIT(PLANE_SPRITE0) | in vlv_need_sprite0_fifo_workaround() 1574 raw->plane[PLANE_SPRITE0] + in vlv_compute_fifo() 1597 fifo_state->plane[PLANE_SPRITE0] += sprite0_fifo_extra; in vlv_compute_fifo() 1771 raw->plane[PLANE_SPRITE0], in _vlv_compute_pipe_wm() 3699 wm->ddl[pipe].plane[PLANE_SPRITE0] = in vlv_read_wm_values() 3811 raw->plane[PLANE_SPRITE0] = 0; in g4x_wm_get_hw_state() 3821 raw->plane[PLANE_SPRITE0] = 0; in g4x_wm_get_hw_state() 3841 wm->pipe[pipe].plane[PLANE_SPRITE0]); in g4x_wm_get_hw_state() [all …]
|
| H A D | intel_display_limits.h | 88 PLANE_SPRITE0, enumerator
|
| H A D | intel_display_irq.c | 744 { .fault = ERR_INT_SPRITE_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 747 { .fault = ERR_INT_SPRITE_B_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 750 { .fault = ERR_INT_SPRITE_C_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 864 { .fault = GTT_FAULT_SPRITE_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 865 { .fault = GTT_FAULT_SPRITE_B_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 1177 { .fault = GEN8_PIPE_SPRITE_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 1812 { .fault = SPRITEA_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 1816 { .fault = SPRITEC_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 1820 { .fault = SPRITEE_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, },
|
| H A D | intel_sprite_regs.h | 231 _PIPE((pipe) * 2 + (plane_id) - PLANE_SPRITE0, (reg_a), (reg_b)) 352 _MMIO(VLV_DISPLAY_BASE + ((plane_id) - PLANE_SPRITE0) * 0x1000 + (reg))
|
| H A D | intel_display_trace.h | 289 __entry->sprite = wm->pipe[crtc->pipe].plane[PLANE_SPRITE0]; 338 __entry->sprite0 = wm->pipe[crtc->pipe].plane[PLANE_SPRITE0];
|
| H A D | intel_sprite.c | 1705 plane->id = PLANE_SPRITE0 + sprite; in intel_sprite_plane_create()
|
| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A D | reg.h | 88 (PLANE_SPRITE0) : (I915_MAX_PLANES))); })
|
| H A D | handlers.c | 1047 int event = SKL_FLIP_EVENT(pipe, PLANE_SPRITE0); in spr_surf_mmio_write() 2306 MMIO_DH(REG_50080(PIPE_A, PLANE_SPRITE0), D_ALL, NULL, in init_generic_mmio_info() 2309 MMIO_DH(REG_50080(PIPE_B, PLANE_SPRITE0), D_ALL, NULL, in init_generic_mmio_info() 2312 MMIO_DH(REG_50080(PIPE_C, PLANE_SPRITE0), D_ALL, NULL, in init_generic_mmio_info()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | intel_gvt_mmio_table.c | 210 MMIO_D(REG_50080(PIPE_A, PLANE_SPRITE0)); in iterate_generic_mmio() 223 MMIO_D(REG_50080(PIPE_B, PLANE_SPRITE0)); in iterate_generic_mmio() 236 MMIO_D(REG_50080(PIPE_C, PLANE_SPRITE0)); in iterate_generic_mmio()
|