Searched refs:PLANE_SPRITE0 (Results 1 – 9 of 9) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | i9xx_wm.c | 937 case PLANE_SPRITE0: in g4x_plane_fifo_size() 1540 return (active_planes & (BIT(PLANE_SPRITE0) | in vlv_need_sprite0_fifo_workaround() 1571 raw->plane[PLANE_SPRITE0] + in vlv_compute_fifo() 1594 fifo_state->plane[PLANE_SPRITE0] += sprite0_fifo_extra; in vlv_compute_fifo() 1768 raw->plane[PLANE_SPRITE0], in _vlv_compute_pipe_wm() 2056 wm->ddl[pipe].plane[PLANE_SPRITE0] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm() 3695 wm->ddl[pipe].plane[PLANE_SPRITE0] = in vlv_read_wm_values() 3807 raw->plane[PLANE_SPRITE0] = 0; in g4x_wm_get_hw_state() 3817 raw->plane[PLANE_SPRITE0] = 0; in g4x_wm_get_hw_state() 3837 wm->pipe[pipe].plane[PLANE_SPRITE0]); in g4x_wm_get_hw_state() [all …]
|
| A D | intel_display_limits.h | 88 PLANE_SPRITE0, enumerator
|
| A D | intel_display_irq.c | 725 { .fault = ERR_INT_SPRITE_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 728 { .fault = ERR_INT_SPRITE_B_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 731 { .fault = ERR_INT_SPRITE_C_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 842 { .fault = GTT_FAULT_SPRITE_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 843 { .fault = GTT_FAULT_SPRITE_B_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 1159 { .fault = GEN8_PIPE_SPRITE_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 1779 { .fault = SPRITEA_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 1783 { .fault = SPRITEC_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, }, 1787 { .fault = SPRITEE_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE0, },
|
| 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))
|
| 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];
|
| A D | intel_sprite.c | 1706 plane->id = PLANE_SPRITE0 + sprite; in intel_sprite_plane_create()
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | reg.h | 88 (PLANE_SPRITE0) : (I915_MAX_PLANES))); })
|
| A D | handlers.c | 1052 int event = SKL_FLIP_EVENT(pipe, PLANE_SPRITE0); in spr_surf_mmio_write() 2312 MMIO_DH(REG_50080(PIPE_A, PLANE_SPRITE0), D_ALL, NULL, in init_generic_mmio_info() 2315 MMIO_DH(REG_50080(PIPE_B, PLANE_SPRITE0), D_ALL, NULL, in init_generic_mmio_info() 2318 MMIO_DH(REG_50080(PIPE_C, PLANE_SPRITE0), D_ALL, NULL, in init_generic_mmio_info()
|
| /drivers/gpu/drm/i915/ |
| A D | intel_gvt_mmio_table.c | 214 MMIO_D(REG_50080(PIPE_A, PLANE_SPRITE0)); in iterate_generic_mmio() 227 MMIO_D(REG_50080(PIPE_B, PLANE_SPRITE0)); in iterate_generic_mmio() 240 MMIO_D(REG_50080(PIPE_C, PLANE_SPRITE0)); in iterate_generic_mmio()
|
Completed in 36 milliseconds