Symbol: PIPE_B
drivers/gpu/drm/i915/display/g4x_dp.c
1390
intel_encoder->pipe_mask = BIT(PIPE_A) | BIT(PIPE_B);
drivers/gpu/drm/i915/display/g4x_dp.c
435
if (HAS_PCH_IBX(display) && crtc->pipe == PIPE_B && port != PORT_A) {
drivers/gpu/drm/i915/display/g4x_hdmi.c
397
if (HAS_PCH_IBX(display) && crtc->pipe == PIPE_B) {
drivers/gpu/drm/i915/display/g4x_hdmi.c
747
intel_encoder->pipe_mask = BIT(PIPE_A) | BIT(PIPE_B);
drivers/gpu/drm/i915/display/i9xx_plane.c
1095
if (display->platform.cherryview && pipe == PIPE_B) {
drivers/gpu/drm/i915/display/i9xx_plane.c
1197
pipe == PIPE_B && val & DISP_MIRROR)
drivers/gpu/drm/i915/display/i9xx_wm.c
1915
case PIPE_B:
drivers/gpu/drm/i915/display/i9xx_wm.c
300
case PIPE_B:
drivers/gpu/drm/i915/display/i9xx_wm.c
3367
if (dirty & WM_DIRTY_PIPE(PIPE_B))
drivers/gpu/drm/i915/display/i9xx_wm.c
3368
intel_de_write(display, WM0_PIPE_ILK(PIPE_B), results->wm_pipe[1]);
drivers/gpu/drm/i915/display/i9xx_wm.c
3668
wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB);
drivers/gpu/drm/i915/display/i9xx_wm.c
3669
wm->pipe[PIPE_B].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEB);
drivers/gpu/drm/i915/display/i9xx_wm.c
3676
wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM(tmp, SPRITEB);
drivers/gpu/drm/i915/display/i9xx_wm.c
3708
wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB);
drivers/gpu/drm/i915/display/i9xx_wm.c
3709
wm->pipe[PIPE_B].plane[PLANE_PRIMARY] = _FW_WM_VLV(tmp, PLANEB);
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
3723
wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEC);
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
3739
wm->pipe[PIPE_B].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEC_HI) << 8;
drivers/gpu/drm/i915/display/i9xx_wm.c
3740
wm->pipe[PIPE_B].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEB_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
3747
wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEC);
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
3752
wm->pipe[PIPE_B].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEC_HI) << 8;
drivers/gpu/drm/i915/display/i9xx_wm.c
3753
wm->pipe[PIPE_B].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEB_HI) << 8;
drivers/gpu/drm/i915/display/i9xx_wm.c
816
FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) |
drivers/gpu/drm/i915/display/i9xx_wm.c
817
FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) |
drivers/gpu/drm/i915/display/i9xx_wm.c
823
FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEB) |
drivers/gpu/drm/i915/display/i9xx_wm.c
866
FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) |
drivers/gpu/drm/i915/display/i9xx_wm.c
867
FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) |
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
879
FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEC));
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
892
FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0] >> 8, SPRITEC_HI) |
drivers/gpu/drm/i915/display/i9xx_wm.c
893
FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY] >> 8, PLANEB_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
900
FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEC));
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
904
FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0] >> 8, SPRITEC_HI) |
drivers/gpu/drm/i915/display/i9xx_wm.c
905
FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY] >> 8, PLANEB_HI) |
drivers/gpu/drm/i915/display/icl_dsi.c
1256
if (DISPLAY_VER(display) == 11 && pipe == PIPE_B)
drivers/gpu/drm/i915/display/icl_dsi.c
1609
if (DISPLAY_VER(display) == 11 && pipe == PIPE_B &&
drivers/gpu/drm/i915/display/icl_dsi.c
1744
*pipe = PIPE_B;
drivers/gpu/drm/i915/display/icl_dsi.c
842
case PIPE_B:
drivers/gpu/drm/i915/display/intel_backlight.c
1401
if (drm_WARN_ON(display->drm, pipe != PIPE_A && pipe != PIPE_B))
drivers/gpu/drm/i915/display/intel_backlight.c
188
if (drm_WARN_ON(display->drm, pipe != PIPE_A && pipe != PIPE_B))
drivers/gpu/drm/i915/display/intel_color.c
4289
return pipe == PIPE_A || pipe == PIPE_B;
drivers/gpu/drm/i915/display/intel_crtc.c
443
if (!display->platform.dgfx || !HAS_PIPE(display, PIPE_B) || !HAS_PIPE(display, PIPE_C))
drivers/gpu/drm/i915/display/intel_crtc.c
447
case PIPE_B:
drivers/gpu/drm/i915/display/intel_crtc.c
450
return PIPE_B;
drivers/gpu/drm/i915/display/intel_ddi.c
2490
return BIT(PIPE_A) | BIT(PIPE_B);
drivers/gpu/drm/i915/display/intel_ddi.c
567
case PIPE_B:
drivers/gpu/drm/i915/display/intel_ddi.c
838
*pipe_mask = BIT(PIPE_B);
drivers/gpu/drm/i915/display/intel_display.c
2073
if (display->platform.cherryview && pipe == PIPE_B) {
drivers/gpu/drm/i915/display/intel_display.c
2758
(pipe == PIPE_B || pipe == PIPE_C))
drivers/gpu/drm/i915/display/intel_display.c
3492
pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D);
drivers/gpu/drm/i915/display/intel_display.c
3494
pipes = BIT(PIPE_B) | BIT(PIPE_C);
drivers/gpu/drm/i915/display/intel_display.c
3810
trans_pipe = PIPE_B;
drivers/gpu/drm/i915/display/intel_display.c
8444
intel_de_read(display, CURCNTR(display, PIPE_B)) & MCURSOR_MODE_MASK);
drivers/gpu/drm/i915/display/intel_display_device.c
1073
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_device.c
1162
BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D)
drivers/gpu/drm/i915/display/intel_display_device.c
1340
BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), \
drivers/gpu/drm/i915/display/intel_display_device.c
1363
BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_device.c
176
[PIPE_B] = CURSOR_B_OFFSET, \
drivers/gpu/drm/i915/display/intel_display_device.c
1807
display_runtime->num_scalers[PIPE_B] = 2;
drivers/gpu/drm/i915/display/intel_display_device.c
182
[PIPE_B] = CURSOR_B_OFFSET, \
drivers/gpu/drm/i915/display/intel_display_device.c
1831
display_runtime->num_sprites[PIPE_B] = 2;
drivers/gpu/drm/i915/display/intel_display_device.c
1881
display_runtime->pipe_mask &= ~BIT(PIPE_B);
drivers/gpu/drm/i915/display/intel_display_device.c
189
[PIPE_B] = IVB_CURSOR_B_OFFSET, \
drivers/gpu/drm/i915/display/intel_display_device.c
196
[PIPE_B] = IVB_CURSOR_B_OFFSET, \
drivers/gpu/drm/i915/display/intel_display_device.c
241
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B), \
drivers/gpu/drm/i915/display/intel_display_device.c
304
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B), \
drivers/gpu/drm/i915/display/intel_display_device.c
393
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B), \
drivers/gpu/drm/i915/display/intel_display_device.c
450
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B), \
drivers/gpu/drm/i915/display/intel_display_device.c
479
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_device.c
504
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_device.c
533
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_device.c
581
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_device.c
634
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_device.c
654
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_device.c
678
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_device.c
828
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C), \
drivers/gpu/drm/i915/display/intel_display_device.c
903
.__runtime_defaults.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C), \
drivers/gpu/drm/i915/display/intel_display_device.c
995
BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), \
drivers/gpu/drm/i915/display/intel_display_irq.c
1356
pipe = PIPE_B;
drivers/gpu/drm/i915/display/intel_display_irq.c
1849
case PIPE_B:
drivers/gpu/drm/i915/display/intel_display_irq.c
2009
i915_enable_pipestat(display, PIPE_B, PIPE_CRC_DONE_INTERRUPT_STATUS);
drivers/gpu/drm/i915/display/intel_display_irq.c
2024
i915_enable_pipestat(display, PIPE_B, PIPE_CRC_DONE_INTERRUPT_STATUS);
drivers/gpu/drm/i915/display/intel_display_irq.c
412
i915_enable_pipestat(display, PIPE_B, PIPE_LEGACY_BLC_EVENT_STATUS);
drivers/gpu/drm/i915/display/intel_display_irq.c
566
case PIPE_B:
drivers/gpu/drm/i915/display/intel_display_irq.c
721
intel_pch_fifo_underrun_irq_handler(display, PIPE_B);
drivers/gpu/drm/i915/display/intel_display_irq.c
731
case PIPE_B:
drivers/gpu/drm/i915/display/intel_display_irq.c
852
case PIPE_B:
drivers/gpu/drm/i915/display/intel_display_limits.h
35
TRANSCODER_B = PIPE_B,
drivers/gpu/drm/i915/display/intel_display_power_map.c
1066
.irq_pipe_mask = BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_power_map.c
1160
.irq_pipe_mask = BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_power_map.c
1334
.irq_pipe_mask = BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_power_map.c
148
.irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_power_map.c
1490
.irq_pipe_mask = BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_power_map.c
1656
.irq_pipe_mask = BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_power_map.c
1728
.irq_pipe_mask = BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_power_map.c
391
.irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_power_map.c
469
.irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_power_map.c
571
.irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/intel_display_power_map.c
746
.irq_pipe_mask = BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_power_map.c
911
.irq_pipe_mask = BIT(PIPE_B),
drivers/gpu/drm/i915/display/intel_display_power_well.c
1150
if ((intel_de_read(display, TRANSCONF(display, PIPE_B)) & TRANSCONF_ENABLE) == 0)
drivers/gpu/drm/i915/display/intel_display_power_well.c
1151
i830_enable_pipe(display, PIPE_B);
drivers/gpu/drm/i915/display/intel_display_power_well.c
1157
i830_disable_pipe(display, PIPE_B);
drivers/gpu/drm/i915/display/intel_display_power_well.c
1165
intel_de_read(display, TRANSCONF(display, PIPE_B)) & TRANSCONF_ENABLE;
drivers/gpu/drm/i915/display/intel_display_power_well.c
1457
(intel_de_read(display, DPLL(display, PIPE_B)) & DPLL_VCO_ENABLE) == 0)
drivers/gpu/drm/i915/display/intel_display_power_well.c
1584
assert_pll_disabled(display, PIPE_B);
drivers/gpu/drm/i915/display/intel_display_power_well.c
203
if (irq_pipe_mask & BIT(PIPE_B))
drivers/gpu/drm/i915/display/intel_dmc.c
495
MTL_PIPEDMC_GATING_DIS(PIPE_B));
drivers/gpu/drm/i915/display/intel_dmc.c
937
PIPE_B_DMC_W2_PTS_CONFIG_SELECT(PIPE_B) |
drivers/gpu/drm/i915/display/intel_dpio_phy.c
1048
if (pipe != PIPE_B) {
drivers/gpu/drm/i915/display/intel_dpio_phy.c
1144
if (pipe == PIPE_B)
drivers/gpu/drm/i915/display/intel_dpio_phy.c
694
case PIPE_B:
drivers/gpu/drm/i915/display/intel_dpio_phy.c
710
case PIPE_B:
drivers/gpu/drm/i915/display/intel_dpio_phy.c
884
if (ch == DPIO_CH0 && pipe == PIPE_B)
drivers/gpu/drm/i915/display/intel_dpio_phy.c
896
if (pipe != PIPE_B) {
drivers/gpu/drm/i915/display/intel_dpio_phy.c
917
if (pipe == PIPE_B)
drivers/gpu/drm/i915/display/intel_dpio_phy.c
926
if (pipe == PIPE_B)
drivers/gpu/drm/i915/display/intel_dpio_phy.c
939
if (pipe == PIPE_B)
drivers/gpu/drm/i915/display/intel_dpll.c
1904
if (pipe == PIPE_B)
drivers/gpu/drm/i915/display/intel_dpll.c
2160
intel_de_write(display, DPLL_MD(display, PIPE_B),
drivers/gpu/drm/i915/display/intel_dpll.c
2170
(intel_de_read(display, DPLL(display, PIPE_B)) &
drivers/gpu/drm/i915/display/intel_fdi.c
162
crtc = intel_crtc_for_pipe(display, PIPE_B);
drivers/gpu/drm/i915/display/intel_fdi.c
173
BIT(PIPE_B));
drivers/gpu/drm/i915/display/intel_fdi.c
223
case PIPE_B:
drivers/gpu/drm/i915/display/intel_fdi.c
248
other_crtc = intel_crtc_for_pipe(display, PIPE_B);
drivers/gpu/drm/i915/display/intel_fdi.c
258
*pipe_to_reduce = PIPE_B;
drivers/gpu/drm/i915/display/intel_fdi.c
397
intel_de_read(display, FDI_RX_CTL(PIPE_B)) &
drivers/gpu/drm/i915/display/intel_fdi.c
421
case PIPE_B:
drivers/gpu/drm/i915/display/intel_lvds.c
931
encoder->pipe_mask = BIT(PIPE_B);
drivers/gpu/drm/i915/display/intel_pch_display.c
55
HAS_PCH_IBX(display) && !state && port_pipe == PIPE_B,
drivers/gpu/drm/i915/display/intel_pch_display.c
74
HAS_PCH_IBX(display) && !state && port_pipe == PIPE_B,
drivers/gpu/drm/i915/display/intel_pfit.c
745
pipe = PIPE_B;
drivers/gpu/drm/i915/display/intel_pipe_crc.c
181
case PIPE_B:
drivers/gpu/drm/i915/display/intel_pipe_crc.c
242
case PIPE_B:
drivers/gpu/drm/i915/display/intel_pps.c
1162
if (drm_WARN_ON(display->drm, pipe != PIPE_A && pipe != PIPE_B))
drivers/gpu/drm/i915/display/intel_pps.c
1252
if (pipe != PIPE_A && pipe != PIPE_B)
drivers/gpu/drm/i915/display/intel_pps.c
1255
if (pipe != PIPE_A && pipe != PIPE_B)
drivers/gpu/drm/i915/display/intel_pps.c
173
unsigned int pipes = (1 << PIPE_A) | (1 << PIPE_B);
drivers/gpu/drm/i915/display/intel_pps.c
301
for (pipe = PIPE_A; pipe <= PIPE_B; pipe++) {
drivers/gpu/drm/i915/display/intel_pps.c
48
case PIPE_B:
drivers/gpu/drm/i915/display/intel_psr.c
1274
return pipe <= PIPE_B && port <= PORT_B;
drivers/gpu/drm/i915/display/intel_psr.c
1857
to_intel_crtc(crtc_state->uapi.crtc)->pipe != PIPE_B)
drivers/gpu/drm/i915/display/intel_sdvo.c
1860
if (HAS_PCH_IBX(display) && crtc->pipe == PIPE_B) {
drivers/gpu/drm/i915/display/intel_sprite.c
1625
if (display->platform.cherryview && pipe == PIPE_B) {
drivers/gpu/drm/i915/display/intel_sprite.c
1688
if (display->platform.cherryview && pipe == PIPE_B) {
drivers/gpu/drm/i915/display/intel_sprite.c
403
if (display->platform.cherryview && pipe == PIPE_B)
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
224
#define ICL_DSC0_RC_BUF_THRESH_0(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
227
#define ICL_DSC0_RC_BUF_THRESH_0_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
230
#define ICL_DSC1_RC_BUF_THRESH_0(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
233
#define ICL_DSC1_RC_BUF_THRESH_0_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
249
#define ICL_DSC0_RC_BUF_THRESH_1(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
252
#define ICL_DSC0_RC_BUF_THRESH_1_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
255
#define ICL_DSC1_RC_BUF_THRESH_1(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
258
#define ICL_DSC1_RC_BUF_THRESH_1_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
275
#define ICL_DSC0_RC_RANGE_PARAMETERS_0(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
278
#define ICL_DSC0_RC_RANGE_PARAMETERS_0_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
281
#define ICL_DSC1_RC_RANGE_PARAMETERS_0(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
284
#define ICL_DSC1_RC_RANGE_PARAMETERS_0_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
303
#define ICL_DSC0_RC_RANGE_PARAMETERS_1(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
306
#define ICL_DSC0_RC_RANGE_PARAMETERS_1_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
309
#define ICL_DSC1_RC_RANGE_PARAMETERS_1(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
312
#define ICL_DSC1_RC_RANGE_PARAMETERS_1_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
328
#define ICL_DSC0_RC_RANGE_PARAMETERS_2(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
33
#define ICL_PIPE_DSS_CTL1(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
331
#define ICL_DSC0_RC_RANGE_PARAMETERS_2_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
334
#define ICL_DSC1_RC_RANGE_PARAMETERS_2(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
337
#define ICL_DSC1_RC_RANGE_PARAMETERS_2_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
353
#define ICL_DSC0_RC_RANGE_PARAMETERS_3(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
356
#define ICL_DSC0_RC_RANGE_PARAMETERS_3_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
359
#define ICL_DSC1_RC_RANGE_PARAMETERS_3(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
362
#define ICL_DSC1_RC_RANGE_PARAMETERS_3_UDW(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
49
#define ICL_PIPE_DSS_CTL2(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
66
#define ICL_DSC0_PICTURE_PARAMETER_SET_0(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
69
#define ICL_DSC1_PICTURE_PARAMETER_SET_0(pipe) _MMIO_PIPE((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
72
#define _ICL_DSC0_PPS_0(pipe) _PICK_EVEN((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
75
#define _ICL_DSC1_PPS_0(pipe) _PICK_EVEN((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vdsc_regs.h
78
#define _BMG_DSC2_PPS_0(pipe) _PICK_EVEN((pipe) - PIPE_B, \
drivers/gpu/drm/i915/display/intel_vrr.c
380
((pipe == PIPE_A) || (pipe == PIPE_B)));
drivers/gpu/drm/i915/display/skl_watermark.c
1000
[PIPE_B] = BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
1020
.active_pipes = BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
1022
[PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
1028
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
1031
[PIPE_B] = BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
1052
.active_pipes = BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
1054
[PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2) | BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
1066
.active_pipes = BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
1068
[PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
1073
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
1076
[PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
1093
.active_pipes = BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/skl_watermark.c
1095
[PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
1100
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/skl_watermark.c
1103
[PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
1121
.active_pipes = BIT(PIPE_B) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
1123
[PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
1128
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
1131
[PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
1151
.active_pipes = BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
1153
[PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
1159
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
1162
[PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4),
drivers/gpu/drm/i915/display/skl_watermark.c
3382
case PIPE_B:
drivers/gpu/drm/i915/display/skl_watermark.c
3384
active_pipes &= BIT(PIPE_B) | BIT(PIPE_C);
drivers/gpu/drm/i915/display/skl_watermark.c
762
.active_pipes = BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
764
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
768
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
771
[PIPE_B] = BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
788
.active_pipes = BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/skl_watermark.c
790
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
795
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/skl_watermark.c
798
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
825
.active_pipes = BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
827
[PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
831
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
834
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
851
.active_pipes = BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/skl_watermark.c
853
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
858
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/skl_watermark.c
861
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
879
.active_pipes = BIT(PIPE_B) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
881
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
886
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
889
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
909
.active_pipes = BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
911
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
917
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
920
[PIPE_B] = BIT(DBUF_S1),
drivers/gpu/drm/i915/display/skl_watermark.c
936
.active_pipes = BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
938
[PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
942
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B),
drivers/gpu/drm/i915/display/skl_watermark.c
945
[PIPE_B] = BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
962
.active_pipes = BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/skl_watermark.c
964
[PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
969
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
drivers/gpu/drm/i915/display/skl_watermark.c
972
[PIPE_B] = BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
990
.active_pipes = BIT(PIPE_B) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/skl_watermark.c
992
[PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2),
drivers/gpu/drm/i915/display/skl_watermark.c
997
.active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_D),
drivers/gpu/drm/i915/display/vlv_dsi.c
1964
encoder->pipe_mask = BIT(PIPE_B);
drivers/gpu/drm/i915/display/vlv_dsi.c
971
TRANSCONF(display, PIPE_B)) & TRANSCONF_ENABLE;
drivers/gpu/drm/i915/display/vlv_dsi.c
996
*pipe = port == PORT_A ? PIPE_A : PIPE_B;
drivers/gpu/drm/i915/gvt/cmd_parser.c
1299
[1] = {PIPE_B, PLANE_A, PRIMARY_B_FLIP_DONE},
drivers/gpu/drm/i915/gvt/cmd_parser.c
1301
[3] = {PIPE_B, PLANE_B, SPRITE_B_FLIP_DONE},
drivers/gpu/drm/i915/gvt/cmd_parser.c
1358
info->pipe = PIPE_B;
drivers/gpu/drm/i915/gvt/cmd_parser.c
1372
info->pipe = PIPE_B;
drivers/gpu/drm/i915/gvt/display.c
63
pipe = PIPE_B;
drivers/gpu/drm/i915/gvt/display.c
644
[PIPE_B] = PIPE_B_VBLANK,
drivers/gpu/drm/i915/gvt/handlers.c
1027
calc_index(offset, DSPSURF(display, PIPE_A), DSPSURF(display, PIPE_B), DSPSURF(display, PIPE_C))
drivers/gpu/drm/i915/gvt/handlers.c
1051
calc_index(offset, SPRSURF(PIPE_A), SPRSURF(PIPE_B), SPRSURF(PIPE_C))
drivers/gpu/drm/i915/gvt/handlers.c
2310
MMIO_DH(DSPSURF(display, PIPE_B), D_ALL, NULL, pri_surf_mmio_write);
drivers/gpu/drm/i915/gvt/handlers.c
2311
MMIO_DH(REG_50080(PIPE_B, PLANE_PRIMARY), D_ALL, NULL,
drivers/gpu/drm/i915/gvt/handlers.c
2319
MMIO_DH(SPRSURF(PIPE_B), D_ALL, NULL, spr_surf_mmio_write);
drivers/gpu/drm/i915/gvt/handlers.c
2320
MMIO_DH(REG_50080(PIPE_B, PLANE_SPRITE0), D_ALL, NULL,
drivers/gpu/drm/i915/gvt/handlers.c
2343
MMIO_DH(FDI_RX_IIR(PIPE_B), D_ALL, NULL, fdi_rx_iir_mmio_write);
drivers/gpu/drm/i915/gvt/handlers.c
2346
MMIO_DH(FDI_RX_IMR(PIPE_B), D_ALL, NULL, update_fdi_rx_iir_status);
drivers/gpu/drm/i915/gvt/handlers.c
2349
MMIO_DH(FDI_RX_CTL(PIPE_B), D_ALL, NULL, update_fdi_rx_iir_status);
drivers/gpu/drm/i915/gvt/handlers.c
2502
MMIO_DH(GEN8_DE_PIPE_IMR(PIPE_B), D_BDW_PLUS, NULL,
drivers/gpu/drm/i915/gvt/handlers.c
2504
MMIO_DH(GEN8_DE_PIPE_IER(PIPE_B), D_BDW_PLUS, NULL,
drivers/gpu/drm/i915/gvt/handlers.c
2506
MMIO_DH(GEN8_DE_PIPE_IIR(PIPE_B), D_BDW_PLUS, NULL,
drivers/gpu/drm/i915/gvt/handlers.c
2641
MMIO_DH(SKL_PS_WIN_POS(PIPE_B, 0), D_SKL_PLUS, NULL, pf_write);
drivers/gpu/drm/i915/gvt/handlers.c
2642
MMIO_DH(SKL_PS_WIN_POS(PIPE_B, 1), D_SKL_PLUS, NULL, pf_write);
drivers/gpu/drm/i915/gvt/handlers.c
2648
MMIO_DH(SKL_PS_WIN_SZ(PIPE_B, 0), D_SKL_PLUS, NULL, pf_write);
drivers/gpu/drm/i915/gvt/handlers.c
2649
MMIO_DH(SKL_PS_WIN_SZ(PIPE_B, 1), D_SKL_PLUS, NULL, pf_write);
drivers/gpu/drm/i915/gvt/handlers.c
2655
MMIO_DH(SKL_PS_CTRL(PIPE_B, 0), D_SKL_PLUS, NULL, pf_write);
drivers/gpu/drm/i915/gvt/handlers.c
2656
MMIO_DH(SKL_PS_CTRL(PIPE_B, 1), D_SKL_PLUS, NULL, pf_write);
drivers/gpu/drm/i915/gvt/handlers.c
2665
MMIO_DH(PLANE_BUF_CFG(PIPE_B, 0), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2666
MMIO_DH(PLANE_BUF_CFG(PIPE_B, 1), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2667
MMIO_DH(PLANE_BUF_CFG(PIPE_B, 2), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2668
MMIO_DH(PLANE_BUF_CFG(PIPE_B, 3), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2676
MMIO_DH(CUR_BUF_CFG(PIPE_B), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2683
MMIO_DH(PLANE_WM_TRANS(PIPE_B, 0), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2684
MMIO_DH(PLANE_WM_TRANS(PIPE_B, 1), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2685
MMIO_DH(PLANE_WM_TRANS(PIPE_B, 2), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2692
MMIO_DH(CUR_WM_TRANS(PIPE_B), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2700
MMIO_DH(PLANE_NV12_BUF_CFG(PIPE_B, 0), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2701
MMIO_DH(PLANE_NV12_BUF_CFG(PIPE_B, 1), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2702
MMIO_DH(PLANE_NV12_BUF_CFG(PIPE_B, 2), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2703
MMIO_DH(PLANE_NV12_BUF_CFG(PIPE_B, 3), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2715
MMIO_DH(PLANE_AUX_DIST(PIPE_B, 0), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2716
MMIO_DH(PLANE_AUX_DIST(PIPE_B, 1), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2717
MMIO_DH(PLANE_AUX_DIST(PIPE_B, 2), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2718
MMIO_DH(PLANE_AUX_DIST(PIPE_B, 3), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2730
MMIO_DH(PLANE_AUX_OFFSET(PIPE_B, 0), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2731
MMIO_DH(PLANE_AUX_OFFSET(PIPE_B, 1), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2732
MMIO_DH(PLANE_AUX_OFFSET(PIPE_B, 2), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
2733
MMIO_DH(PLANE_AUX_OFFSET(PIPE_B, 3), D_SKL_PLUS, NULL, NULL);
drivers/gpu/drm/i915/gvt/handlers.c
913
calc_index(offset, FDI_RX_CTL(PIPE_A), FDI_RX_CTL(PIPE_B), FDI_RX_CTL(PIPE_C))
drivers/gpu/drm/i915/gvt/handlers.c
916
calc_index(offset, FDI_TX_CTL(PIPE_A), FDI_TX_CTL(PIPE_B), FDI_TX_CTL(PIPE_C))
drivers/gpu/drm/i915/gvt/handlers.c
919
calc_index(offset, FDI_RX_IMR(PIPE_A), FDI_RX_IMR(PIPE_B), FDI_RX_IMR(PIPE_C))
drivers/gpu/drm/i915/gvt/interrupt.c
513
DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(de_pipe_b, GEN8_DE_PIPE_ISR(PIPE_B));
drivers/gpu/drm/i915/gvt/reg.h
70
(((p) == PIPE_B) ? (((q) == PLANE_PRIMARY) ? (_MMIO(0x50088)) : \
drivers/gpu/drm/i915/gvt/reg.h
79
(((reg) == 0x50088 || (reg) == 0x50098) ? (PIPE_B) : \
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1000
MMIO_F(CUR_WM(PIPE_B, 0), 4 * 8);
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1005
MMIO_D(PLANE_WM_TRANS(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1006
MMIO_D(PLANE_WM_TRANS(PIPE_B, 1));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1007
MMIO_D(PLANE_WM_TRANS(PIPE_B, 2));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1012
MMIO_D(CUR_WM_TRANS(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1018
MMIO_D(PLANE_NV12_BUF_CFG(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1019
MMIO_D(PLANE_NV12_BUF_CFG(PIPE_B, 1));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1020
MMIO_D(PLANE_NV12_BUF_CFG(PIPE_B, 2));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1021
MMIO_D(PLANE_NV12_BUF_CFG(PIPE_B, 3));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1030
MMIO_D(PLANE_AUX_DIST(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1031
MMIO_D(PLANE_AUX_DIST(PIPE_B, 1));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1032
MMIO_D(PLANE_AUX_DIST(PIPE_B, 2));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1033
MMIO_D(PLANE_AUX_DIST(PIPE_B, 3));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1042
MMIO_D(PLANE_AUX_OFFSET(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1043
MMIO_D(PLANE_AUX_OFFSET(PIPE_B, 1));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1044
MMIO_D(PLANE_AUX_OFFSET(PIPE_B, 2));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1045
MMIO_D(PLANE_AUX_OFFSET(PIPE_B, 3));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1051
MMIO_D(PLANE_CTL(PIPE_B, 2));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1054
MMIO_D(PLANE_SURF(PIPE_B, 2));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1096
MMIO_D(PLANE_KEYVAL(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1099
MMIO_D(PLANE_KEYMAX(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
1102
MMIO_D(PLANE_KEYMSK(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
146
MMIO_D(PIPEDSL(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
154
MMIO_D(PIPESTAT(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
158
MMIO_D(PIPE_FLIPCOUNT_G4X(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
162
MMIO_D(PIPE_FRMCOUNT_G4X(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
166
MMIO_D(CURCNTR(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
169
MMIO_D(CURPOS(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
172
MMIO_D(CURBASE(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
175
MMIO_D(CUR_FBC_CTL(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
193
MMIO_D(DSPCNTR(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
194
MMIO_D(DSPADDR(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
195
MMIO_D(DSPSTRIDE(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
196
MMIO_D(DSPPOS(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
197
MMIO_D(DSPSIZE(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
198
MMIO_D(DSPSURF(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
199
MMIO_D(DSPOFFSET(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
200
MMIO_D(DSPSURFLIVE(display, PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
201
MMIO_D(REG_50080(PIPE_B, PLANE_PRIMARY));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
224
MMIO_D(SPRCTL(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
225
MMIO_D(SPRLINOFF(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
226
MMIO_D(SPRSTRIDE(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
227
MMIO_D(SPRPOS(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
228
MMIO_D(SPRSIZE(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
229
MMIO_D(SPRKEYVAL(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
230
MMIO_D(SPRKEYMSK(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
231
MMIO_D(SPRSURF(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
232
MMIO_D(SPRKEYMAX(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
233
MMIO_D(SPROFFSET(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
234
MMIO_D(SPRSCALE(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
235
MMIO_D(SPRSURFLIVE(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
236
MMIO_D(REG_50080(PIPE_B, PLANE_SPRITE0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
322
MMIO_D(PF_CTL(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
323
MMIO_D(PF_WIN_SZ(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
324
MMIO_D(PF_WIN_POS(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
325
MMIO_D(PF_VSCALE(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
326
MMIO_D(PF_HSCALE(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
333
MMIO_D(WM0_PIPE_ILK(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
352
MMIO_D(FDI_RX_IIR(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
355
MMIO_D(FDI_RX_IMR(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
358
MMIO_D(FDI_RX_CTL(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
383
MMIO_D(TRANS_DP_CTL(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
388
MMIO_D(TVIDEO_DIP_CTL(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
389
MMIO_D(TVIDEO_DIP_DATA(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
390
MMIO_D(TVIDEO_DIP_GCP(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
460
MMIO_D(PIPE_CSC_COEFF_RY_GY(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
461
MMIO_D(PIPE_CSC_COEFF_BY(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
462
MMIO_D(PIPE_CSC_COEFF_RU_GU(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
463
MMIO_D(PIPE_CSC_COEFF_BU(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
464
MMIO_D(PIPE_CSC_COEFF_RV_GV(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
465
MMIO_D(PIPE_CSC_COEFF_BV(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
466
MMIO_D(PIPE_CSC_MODE(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
467
MMIO_D(PIPE_CSC_PREOFF_HI(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
468
MMIO_D(PIPE_CSC_PREOFF_ME(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
469
MMIO_D(PIPE_CSC_PREOFF_LO(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
470
MMIO_D(PIPE_CSC_POSTOFF_HI(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
471
MMIO_D(PIPE_CSC_POSTOFF_ME(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
472
MMIO_D(PIPE_CSC_POSTOFF_LO(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
489
MMIO_D(PREC_PAL_INDEX(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
490
MMIO_D(PREC_PAL_DATA(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
491
MMIO_F(PREC_PAL_GC_MAX(PIPE_B, 0), 4 * 3);
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
501
MMIO_D(WM_LINETIME(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
523
MMIO_D(GAMMA_MODE(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
718
MMIO_F(LGC_PALETTE(PIPE_B, 0), 1024);
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
773
MMIO_D(GEN8_DE_PIPE_IMR(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
774
MMIO_D(GEN8_DE_PIPE_IER(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
775
MMIO_D(GEN8_DE_PIPE_IIR(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
776
MMIO_D(GEN8_DE_PIPE_ISR(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
821
MMIO_D(PIPE_MISC(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
840
MMIO_D(CHICKEN_PIPESL_1(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
959
MMIO_D(SKL_PS_WIN_POS(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
960
MMIO_D(SKL_PS_WIN_POS(PIPE_B, 1));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
965
MMIO_D(SKL_PS_WIN_SZ(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
966
MMIO_D(SKL_PS_WIN_SZ(PIPE_B, 1));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
971
MMIO_D(SKL_PS_CTRL(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
972
MMIO_D(SKL_PS_CTRL(PIPE_B, 1));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
979
MMIO_D(PLANE_BUF_CFG(PIPE_B, 0));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
980
MMIO_D(PLANE_BUF_CFG(PIPE_B, 1));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
981
MMIO_D(PLANE_BUF_CFG(PIPE_B, 2));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
982
MMIO_D(PLANE_BUF_CFG(PIPE_B, 3));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
988
MMIO_D(CUR_BUF_CFG(PIPE_B));
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
993
MMIO_F(PLANE_WM(PIPE_B, 0, 0), 4 * 8);
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
994
MMIO_F(PLANE_WM(PIPE_B, 1, 0), 4 * 8);
drivers/gpu/drm/i915/intel_gvt_mmio_table.c
995
MMIO_F(PLANE_WM(PIPE_B, 2, 0), 4 * 8);