Symbol: PLANE_SPRITE1
drivers/gpu/drm/i915/display/i9xx_wm.c
1551
BIT(PLANE_SPRITE1))) == BIT(PLANE_SPRITE1);
drivers/gpu/drm/i915/display/i9xx_wm.c
1582
raw->plane[PLANE_SPRITE1] +
drivers/gpu/drm/i915/display/i9xx_wm.c
1738
vlv_raw_plane_wm_is_valid(crtc_state, PLANE_SPRITE1, level) &&
drivers/gpu/drm/i915/display/i9xx_wm.c
1779
raw->plane[PLANE_SPRITE1]),
drivers/gpu/drm/i915/display/i9xx_wm.c
1879
fifo_size = fifo_state->plane[PLANE_SPRITE1] + sprite1_start;
drivers/gpu/drm/i915/display/i9xx_wm.c
2066
wm->ddl[pipe].plane[PLANE_SPRITE1] = DDL_PRECISION_HIGH | 2;
drivers/gpu/drm/i915/display/i9xx_wm.c
319
fifo_state->plane[PLANE_SPRITE1] = 511 - sprite1_start;
drivers/gpu/drm/i915/display/i9xx_wm.c
3702
wm->ddl[pipe].plane[PLANE_SPRITE1] =
drivers/gpu/drm/i915/display/i9xx_wm.c
3713
wm->pipe[PIPE_A].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITEB);
drivers/gpu/drm/i915/display/i9xx_wm.c
3722
wm->pipe[PIPE_B].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITED);
drivers/gpu/drm/i915/display/i9xx_wm.c
3726
wm->pipe[PIPE_C].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITEF);
drivers/gpu/drm/i915/display/i9xx_wm.c
3735
wm->pipe[PIPE_C].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEF_HI) << 8;
drivers/gpu/drm/i915/display/i9xx_wm.c
3738
wm->pipe[PIPE_B].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITED_HI) << 8;
drivers/gpu/drm/i915/display/i9xx_wm.c
3741
wm->pipe[PIPE_A].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEB_HI) << 8;
drivers/gpu/drm/i915/display/i9xx_wm.c
3746
wm->pipe[PIPE_B].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITED);
drivers/gpu/drm/i915/display/i9xx_wm.c
3751
wm->pipe[PIPE_B].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITED_HI) << 8;
drivers/gpu/drm/i915/display/i9xx_wm.c
3754
wm->pipe[PIPE_A].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEB_HI) << 8;
drivers/gpu/drm/i915/display/i9xx_wm.c
4000
wm->pipe[pipe].plane[PLANE_SPRITE1]);
drivers/gpu/drm/i915/display/i9xx_wm.c
848
(wm->ddl[pipe].plane[PLANE_SPRITE1] << DDL_SPRITE_SHIFT(1)) |
drivers/gpu/drm/i915/display/i9xx_wm.c
870
FW_WM_VLV(wm->pipe[PIPE_A].plane[PLANE_SPRITE1], SPRITEB) |
drivers/gpu/drm/i915/display/i9xx_wm.c
878
FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE1], SPRITED) |
drivers/gpu/drm/i915/display/i9xx_wm.c
881
FW_WM_VLV(wm->pipe[PIPE_C].plane[PLANE_SPRITE1], SPRITEF) |
drivers/gpu/drm/i915/display/i9xx_wm.c
888
FW_WM(wm->pipe[PIPE_C].plane[PLANE_SPRITE1] >> 8, SPRITEF_HI) |
drivers/gpu/drm/i915/display/i9xx_wm.c
891
FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE1] >> 8, SPRITED_HI) |
drivers/gpu/drm/i915/display/i9xx_wm.c
894
FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE1] >> 8, SPRITEB_HI) |
drivers/gpu/drm/i915/display/i9xx_wm.c
899
FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE1], SPRITED) |
drivers/gpu/drm/i915/display/i9xx_wm.c
903
FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE1] >> 8, SPRITED_HI) |
drivers/gpu/drm/i915/display/i9xx_wm.c
906
FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE1] >> 8, SPRITEB_HI) |
drivers/gpu/drm/i915/display/intel_display_irq.c
1865
{ .fault = SPRITEB_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE1, },
drivers/gpu/drm/i915/display/intel_display_irq.c
1869
{ .fault = SPRITED_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE1, },
drivers/gpu/drm/i915/display/intel_display_irq.c
1873
{ .fault = SPRITEF_INVALID_GTT_STATUS, .handle = handle_plane_fault, .plane_id = PLANE_SPRITE1, },
drivers/gpu/drm/i915/display/intel_display_trace.h
339
__entry->sprite1 = wm->pipe[crtc->pipe].plane[PLANE_SPRITE1];