Lines Matching +full:576 +full:i

48  * sign and no integer part, i.e.
1029 int i; in mixer_atomic_disable() local
1037 for (i = 0; i < MIXER_WIN_NR; i++) in mixer_atomic_disable()
1038 mixer_disable_plane(crtc, &ctx->planes[i]); in mixer_atomic_disable()
1060 if ((w >= 464 && w <= 720 && h >= 261 && h <= 576) || in mixer_mode_valid()
1061 (w >= 1024 && w <= 1280 && h >= 576 && h <= 720) || in mixer_mode_valid()
1078 int width = mode->hdisplay, height = mode->vdisplay, i; in mixer_mode_fixup() local
1084 { 720, 576, 864, 625, MXR_CFG_SCAN_PAL | MXR_CFG_SCAN_SD }, in mixer_mode_fixup()
1098 for (i = 0; i < ARRAY_SIZE(modes); ++i) in mixer_mode_fixup()
1099 if (width <= modes[i].hdisplay && height <= modes[i].vdisplay) { in mixer_mode_fixup()
1100 ctx->scan_value = modes[i].scan_val; in mixer_mode_fixup()
1101 if (width < modes[i].hdisplay || in mixer_mode_fixup()
1102 height < modes[i].vdisplay) { in mixer_mode_fixup()
1103 adjusted_mode->hdisplay = modes[i].hdisplay; in mixer_mode_fixup()
1104 adjusted_mode->hsync_start = modes[i].hdisplay; in mixer_mode_fixup()
1105 adjusted_mode->hsync_end = modes[i].htotal; in mixer_mode_fixup()
1106 adjusted_mode->htotal = modes[i].htotal; in mixer_mode_fixup()
1107 adjusted_mode->vdisplay = modes[i].vdisplay; in mixer_mode_fixup()
1108 adjusted_mode->vsync_start = modes[i].vdisplay; in mixer_mode_fixup()
1109 adjusted_mode->vsync_end = modes[i].vtotal; in mixer_mode_fixup()
1110 adjusted_mode->vtotal = modes[i].vtotal; in mixer_mode_fixup()
1180 unsigned int i; in mixer_bind() local
1187 for (i = 0; i < MIXER_WIN_NR; i++) { in mixer_bind()
1188 if (i == VP_DEFAULT_WIN && !test_bit(MXR_BIT_VP_ENABLED, in mixer_bind()
1192 ret = exynos_plane_init(drm_dev, &ctx->planes[i], i, in mixer_bind()
1193 &plane_configs[i]); in mixer_bind()