| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 163 (bt->interlaced && !(caps & V4L2_DV_BT_CAP_INTERLACED)) || in v4l2_valid_dv_timings() 164 (!bt->interlaced && !(caps & V4L2_DV_BT_CAP_PROGRESSIVE))) in v4l2_valid_dv_timings() 168 if (!bt->interlaced && in v4l2_valid_dv_timings() 183 if (bt->interlaced && (bt->il_vfrontporch > max_vert || in v4l2_valid_dv_timings() 275 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings() 288 (!t1->bt.interlaced || in v4l2_match_dv_timings() 309 if (bt->interlaced) in v4l2_print_dv_timings() 319 bt->width, bt->height, bt->interlaced ? "i" : "p", in v4l2_print_dv_timings() 333 if (bt->interlaced) in v4l2_print_dv_timings() 496 bool interlaced, in v4l2_detect_cvt() argument [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-dv-timings.rst | 101 - Height of the active video frame in lines. So for interlaced 105 - ``interlaced`` 106 - Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``). 128 - Vertical front porch in lines. For interlaced formats this refers 132 - Vertical sync length in lines. For interlaced formats this refers 136 - Vertical back porch in lines. For interlaced formats this refers 141 interlaced field formats. Must be 0 for progressive formats. 145 interlaced field formats. Must be 0 for progressive formats. 149 interlaced field formats. Must be 0 for progressive formats. 284 - Specific to interlaced formats: if set, then the vertical [all …]
|
| H A D | field-order.rst | 10 We have to distinguish between progressive and interlaced video. 32 the first line of an interlaced frame, the first line of the bottom 89 - Images are in progressive (frame-based) format, not interlaced 97 may wish to prevent a device from capturing interlaced images
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-dc.c | 160 int ipu_dc_init_sync(struct ipu_dc *dc, struct ipu_di *di, bool interlaced, in ipu_dc_init_sync() argument 183 sync = interlaced ? 6 : 5; in ipu_dc_init_sync() 191 if (interlaced) { in ipu_dc_init_sync() 218 if (interlaced) in ipu_dc_init_sync()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 625 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument 659 if (interlaced) in drm_cvt_mode() 677 if (interlaced) in drm_cvt_mode() 690 if (interlaced) in drm_cvt_mode() 810 if (interlaced) { in drm_cvt_mode() 850 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument 901 if (interlaced) in drm_gtf_mode_complex() 907 if (interlaced) in drm_gtf_mode_complex() 921 if (interlaced) in drm_gtf_mode_complex() 951 if (interlaced) in drm_gtf_mode_complex() [all …]
|
| /linux/include/drm/ |
| H A D | drm_modes.h | 492 bool reduced, bool interlaced, 496 bool interlaced, int margins); 499 int vrefresh, bool interlaced,
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_crtc2.h | 30 unsigned int interlaced:1; member
|
| H A D | matroxfb_crtc2.c | 105 if (mt->interlaced) { in matroxfb_dh_restore() 129 m2info->interlaced = 1; in matroxfb_dh_restore() 132 m2info->interlaced = 0; in matroxfb_dh_restore() 181 if (m2info->interlaced) { in matroxfb_dh_pan_var()
|
| /linux/drivers/gpu/drm/imx/ipuv3/ |
| H A D | ipuv3-plane.h | 42 uint32_t src_h, bool interlaced);
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_crtc.c | 261 if (stat & GRA_FRAME_IRQ && dcrtc->interlaced) { in armada_drm_crtc_irq() 339 bool interlaced = !!(adj->flags & DRM_MODE_FLAG_INTERLACE); in armada_drm_crtc_mode_set_nofb() local 358 dcrtc->interlaced = interlaced; in armada_drm_crtc_mode_set_nofb() 366 if (interlaced) { in armada_drm_crtc_mode_set_nofb() 641 if (dcrtc->interlaced) { in armada_drm_crtc_cursor_update()
|
| H A D | armada_plane.h | 23 u16 pitches[3], bool interlaced);
|
| H A D | armada_crtc.h | 48 bool interlaced; member
|
| H A D | armada_plane.c | 39 u16 pitches[3], bool interlaced) in armada_drm_plane_calc() argument 71 if (interlaced) { in armada_drm_plane_calc()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | dml1_display_rq_dlg_calc.c | 1013 bool interlaced = e2e_pipe_param->pipe.dest.interlaced; in dml1_rq_dlg_get_dlg_params() local 1148 DTRACE("DLG: %s: interlaced = %d", __func__, interlaced); in dml1_rq_dlg_get_dlg_params() 1159 disp_dlg_regs->dlg_vblank_end = interlaced ? (vblank_end / 2) : vblank_end; /* 15 bits */ in dml1_rq_dlg_get_dlg_params() 1172 dlg_vblank_start = interlaced ? (vblank_start / 2) : vblank_start; in dml1_rq_dlg_get_dlg_params() 1253 if (interlaced) in dml1_rq_dlg_get_dlg_params() 1365 max_vinit_l = interlaced ? dml_max(vinit_l, vinit_bot_l) : vinit_l; in dml1_rq_dlg_get_dlg_params() 1366 max_vinit_c = interlaced ? dml_max(vinit_c, vinit_bot_c) : vinit_c; in dml1_rq_dlg_get_dlg_params()
|
| /linux/drivers/gpu/drm/renesas/rcar-du/ |
| H A D | rcar_du_plane.c | 336 bool interlaced; in rcar_du_plane_setup_scanout() local 339 interlaced = state->state.crtc->state->adjusted_mode.flags in rcar_du_plane_setup_scanout() 367 (interlaced && state->format->bpp == 32) ? in rcar_du_plane_setup_scanout() 385 (!interlaced && state->format->bpp == 32 ? 2 : 1)); in rcar_du_plane_setup_scanout()
|
| H A D | rcar_du_crtc.c | 597 bool interlaced; in rcar_du_crtc_start() local 604 interlaced = rcrtc->crtc.mode.flags & DRM_MODE_FLAG_INTERLACE; in rcar_du_crtc_start() 606 (interlaced ? DSYSR_SCM_INT_VIDEO : 0) | in rcar_du_crtc_start() 871 bool interlaced = mode->flags & DRM_MODE_FLAG_INTERLACE; in rcar_du_crtc_mode_valid() local 875 if (interlaced && !rcar_du_has(rcdu, RCAR_DU_FEATURE_INTERLACED)) in rcar_du_crtc_mode_valid() 890 vbp = (mode->vtotal - mode->vsync_end) / (interlaced ? 2 : 1); in rcar_du_crtc_mode_valid()
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | audio_types.h | 58 bool interlaced; member
|
| /linux/drivers/video/fbdev/ |
| H A D | platinumfb.h | 343 int interlaced; member
|
| /linux/drivers/media/i2c/ |
| H A D | ths8200.c | 229 if (!bt->interlaced) in ths8200_setup() 271 if (!bt->interlaced) in ths8200_setup()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rcar-fdp1.rst | 18 - The input image video stream is progressive (not interlaced). No
|
| /linux/Documentation/fb/ |
| H A D | vt8623fb.rst | 48 * interlaced mode variant
|
| H A D | arkfb.rst | 53 * interlaced mode variant
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_hdmi_v2.c | 1200 bool interlaced; in mtk_hdmi_v2_set_abist() local 1210 interlaced = mode->flags & DRM_MODE_FLAG_INTERLACE; in mtk_hdmi_v2_set_abist() 1225 abist_format = interlaced ? 5 : 9; in mtk_hdmi_v2_set_abist() 1227 abist_format = interlaced ? 14 : 18; in mtk_hdmi_v2_set_abist() 1231 abist_format = interlaced ? 4 : 10; in mtk_hdmi_v2_set_abist()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | oaktrail.h | 42 u8 interlaced:1; member
|
| /linux/drivers/media/usb/hdpvr/ |
| H A D | hdpvr-video.c | 687 bool interlaced; in vidioc_query_dv_timings() local 699 interlaced = vid_info.fps <= 30; in vidioc_query_dv_timings() 711 bt->interlaced != interlaced || in vidioc_query_dv_timings()
|