Lines Matching +full:1 +full:c12
86 readl((u32 __iomem *)hvs->dlist + i + 1), in vc4_hvs_dump_state()
162 c9, c10, c11, c12, c13, c14, c15) \ argument
167 VC4_PPF_FILTER_WORD(c12, c13, c14), \
171 #define VC4_KERNEL_DWORDS (VC4_LINEAR_PHASE_KERNEL_DWORDS * 2 - 1)
173 /* Recommended B=1/3, C=1/3 filter choice from Mitchell/Netravali.
205 writel(kernel[VC4_KERNEL_DWORDS - i - 1], in vc4_hvs_upload_linear_kernel()
274 case 1: in vc4_hvs_get_fifo_frame_count()
307 case 1: in vc4_hvs_get_fifo_from_output()
308 return 1; in vc4_hvs_get_fifo_from_output()
454 * 1:1 with connectors.) in vc4_hvs_atomic_check()
456 if (hweight32(crtc_state->connector_mask) > 1) in vc4_hvs_atomic_check()
755 SCALER_DISPSTAT_IRQMASK(1) | in vc4_hvs_irq_handler()
922 SCALER_DISPCTRL_DISPEIRQ(1) | in vc4_hvs_bind()
930 SCALER_DISPCTRL_DSPEIEOF(1) | in vc4_hvs_bind()
933 SCALER_DISPCTRL_DSPEIEOLN(1) | in vc4_hvs_bind()
936 SCALER_DISPCTRL_DSPEISLUR(1) | in vc4_hvs_bind()
943 SCALER5_DISPCTRL_DSPEIEOF(1) | in vc4_hvs_bind()
946 SCALER5_DISPCTRL_DSPEIEOLN(1) | in vc4_hvs_bind()
949 SCALER5_DISPCTRL_DSPEISLUR(1) | in vc4_hvs_bind()
956 * VC5 panics when less than 1 line in the FIFO. in vc4_hvs_bind()
975 * Assign 3 lines to channels 1 & 2, and just over 4 lines to in vc4_hvs_bind()
983 reg |= (top - 1) << 16; in vc4_hvs_bind()
987 reg |= (top - 1) << 16; in vc4_hvs_bind()
991 reg |= (top - 1) << 16; in vc4_hvs_bind()
999 * Assign 3 lines of 4096 to channels 1 & 2, and just over 4 in vc4_hvs_bind()