/Linux-v5.10/Documentation/fb/ |
D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 77 # 640x480, 100 Hz, Non-Interlaced (43.163 MHz dotclock) 98 # 640x480, 120 Hz, Non-Interlaced (52.406 MHz dotclock) 119 # 720x480, 60 Hz, Non-Interlaced (26.880 MHz dotclock) 140 # 800x480, 60 Hz, Non-Interlaced (29.581 MHz dotclock) 161 # 720x576, 60 Hz, Non-Interlaced (32.668 MHz dotclock) 182 # 800x600, 60 Hz, Non-Interlaced (40.00 MHz dotclock) 204 # 800x600, 75 Hz, Non-Interlaced (49.50 MHz dotclock) [all …]
|
/Linux-v5.10/drivers/video/fbdev/ |
D | macmodes.c | 36 /* 512x384, 60Hz, Non-Interlaced (15.67 MHz dot clock) */ 40 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */ 44 /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */ 48 /* 640x870, 75Hz (portrait), Non-Interlaced (57.28 MHz dot clock) */ 52 /* 800x600, 56 Hz, Non-Interlaced (36.00 MHz dotclock) */ 56 /* 800x600, 60 Hz, Non-Interlaced (40.00 MHz dotclock) */ 60 /* 800x600, 72 Hz, Non-Interlaced (50.00 MHz dotclock) */ 64 /* 800x600, 75 Hz, Non-Interlaced (49.50 MHz dotclock) */ 68 /* 832x624, 75Hz, Non-Interlaced (57.6 MHz dotclock) */ 72 /* 1024x768, 60 Hz, Non-Interlaced (65.00 MHz dotclock) */ [all …]
|
D | fm2fb.c | 36 * - interlaced/non interlaced 58 * 0 1 0=interlaced/1=non interlaced 67 * JP1 interlace selection (1-2 non interlaced/2-3 interlaced) 86 * except the interlaced/non interlaced, sync control and the
|
D | macmodes.h | 21 #define VMODE_512_384_60I 1 /* 512x384, 60Hz interlaced (NTSC) */ 23 #define VMODE_640_480_50I 3 /* 640x480, 50Hz interlaced (PAL) */ 24 #define VMODE_640_480_60I 4 /* 640x480, 60Hz interlaced (NTSC) */
|
D | controlfb.h | 120 {{-1,-1}}, /* 512x384, 60Hz interlaced (NTSC) */ 122 {{-1,-1}}, /* 640x480, 50Hz interlaced (PAL) */ 123 {{-1,-1}}, /* 640x480, 60Hz interlaced (NTSC) */
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-dv-timings.rst | 99 - Height of the active video frame in lines. So for interlaced 103 - ``interlaced`` 104 - Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``). 126 - Vertical front porch in lines. For interlaced formats this refers 130 - Vertical sync length in lines. For interlaced formats this refers 134 - Vertical back porch in lines. For interlaced formats this refers 139 interlaced field formats. Must be 0 for progressive formats. 143 interlaced field formats. Must be 0 for progressive formats. 147 interlaced field formats. Must be 0 for progressive formats. 278 - Specific to interlaced formats: if set, then the vertical [all …]
|
D | field-order.rst | 9 We have to distinguish between progressive and interlaced video. 11 Interlaced video divides an image into two fields, containing only the 31 the first line of an interlaced frame, the first line of the bottom 88 - Images are in progressive (frame-based) format, not interlaced 96 may wish to prevent a device from capturing interlaced images
|
/Linux-v5.10/include/media/davinci/ |
D | vpbe_types.h | 26 * @interlaced: 1 - interlaced, 0 - non interlaced/progressive 60 unsigned int interlaced; member
|
D | vpbe_osd.h | 240 * @interlaced: Non-zero if the display is interlaced, or zero otherwise 255 int interlaced; member 270 * @interlaced: Non-zero if the display is interlaced, or zero otherwise 284 int interlaced; member
|
/Linux-v5.10/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 161 (bt->interlaced && !(caps & V4L2_DV_BT_CAP_INTERLACED)) || in v4l2_valid_dv_timings() 162 (!bt->interlaced && !(caps & V4L2_DV_BT_CAP_PROGRESSIVE))) in v4l2_valid_dv_timings() 253 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings() 266 (!t1->bt.interlaced || in v4l2_match_dv_timings() 287 if (bt->interlaced) in v4l2_print_dv_timings() 297 bt->width, bt->height, bt->interlaced ? "i" : "p", in v4l2_print_dv_timings() 311 if (bt->interlaced) in v4l2_print_dv_timings() 461 * @interlaced - if this flag is true, it indicates interlaced format 473 bool interlaced, in v4l2_detect_cvt() argument 529 if (interlaced) in v4l2_detect_cvt() [all …]
|
/Linux-v5.10/include/media/ |
D | v4l2-dv-timings.h | 148 * @interlaced: if this flag is true, it indicates interlaced format 156 unsigned active_width, u32 polarities, bool interlaced, 167 * @interlaced: if this flag is true, it indicates interlaced format 180 u32 polarities, bool interlaced, struct v4l2_fract aspect,
|
D | vsp1.h | 27 * @interlaced: true for interlaced pipelines 36 bool interlaced; member
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_modes.c | 123 * @interlaced: whether to compute an interlaced mode 142 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument 176 if (interlaced) in drm_cvt_mode() 194 if (interlaced) in drm_cvt_mode() 206 /* Interlaced */ in drm_cvt_mode() 207 if (interlaced) in drm_cvt_mode() 326 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode() 327 if (interlaced) { in drm_cvt_mode() 350 * @interlaced: whether to compute an interlaced mode 367 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dp.txt | 34 -interlaced: 36 Progressive if defined, Interlaced if not defined 60 -interlaced: deprecated prop that can parsed from drm_display_mode.
|
/Linux-v5.10/drivers/media/platform/davinci/ |
D | vpbe_osd.c | 137 if (!field_inversion || !lconfig->interlaced) { in _osd_dm6446_vid0_pingpong() 889 lconfig->interlaced = (lconfig->interlaced != 0); in try_layer_config() 890 if (lconfig->interlaced) { in try_layer_config() 891 /* ysize and ypos must be even for interlaced displays */ in try_layer_config() 999 if (lconfig->interlaced) in _osd_set_layer_config() 1006 if (lconfig->interlaced) { in _osd_set_layer_config() 1016 if (lconfig->interlaced) in _osd_set_layer_config() 1030 if (lconfig->interlaced) { in _osd_set_layer_config() 1062 if (lconfig->interlaced) { in _osd_set_layer_config() 1148 if (lconfig->interlaced) in _osd_set_layer_config() [all …]
|
/Linux-v5.10/drivers/gpu/drm/sun4i/ |
D | sun8i_ui_layer.c | 103 bool interlaced = false; in sun8i_ui_layer_update_coord() local 115 interlaced = state->crtc->state->adjusted_mode.flags in sun8i_ui_layer_update_coord() 118 if (interlaced) in sun8i_ui_layer_update_coord() 128 DRM_DEBUG_DRIVER("Switching display mixer interlaced mode %s\n", in sun8i_ui_layer_update_coord() 129 interlaced ? "on" : "off"); in sun8i_ui_layer_update_coord()
|
/Linux-v5.10/drivers/media/platform/vsp1/ |
D | vsp1_pipe.h | 107 * @interlaced: True when the pipeline is configured in interlaced mode 146 bool interlaced; member
|
D | vsp1_rpf.c | 85 if (pipe->interlaced) in rpf_configure_stream() 124 if (pipe->interlaced) in rpf_configure_stream() 278 if (pipe->interlaced) { in rpf_configure_partition() 312 * Interlaced pipelines will use the extended pre-cmd to process in rpf_configure_partition() 315 if (pipe->interlaced) { in rpf_configure_partition()
|
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | msm_media_info.h | 156 * (2) Venus NV12 UBWC Interlaced 246 * (2) Venus NV12 UBWC Interlaced Buffer Format: 247 * Compressed Macro-tile format for NV12 interlaced. 260 * format for top field of an interlaced frame. 263 * 8 bit Y samples for top field of an interlaced frame. 268 * format for top field of an interlaced frame. 272 * interlaced frame. 281 * format for bottom field of an interlaced frame. 284 * uncompressed 8 bit Y samples for bottom field of an interlaced frame. 289 * macro-tile format for bottom field of an interlaced frame. [all …]
|
/Linux-v5.10/drivers/media/platform/sti/delta/ |
D | delta-debug.c | 22 (s->field == V4L2_FIELD_NONE) ? "progressive" : "interlaced", in delta_streaminfo_str() 44 (f->field == V4L2_FIELD_NONE) ? "progressive" : "interlaced", in delta_frameinfo_str()
|
/Linux-v5.10/drivers/gpu/ipu-v3/ |
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 173 * In interlaced mode we need more counters to create the asymmetric in ipu_dc_init_sync() 178 sync = interlaced ? 6 : 5; in ipu_dc_init_sync() 186 if (interlaced) { in ipu_dc_init_sync() 213 if (interlaced) in ipu_dc_init_sync()
|
/Linux-v5.10/include/drm/ |
D | drm_modes.h | 54 * @MODE_NO_INTERLACE: interlaced mode not supported 77 * @MODE_INTERLACE_WIDTH: width too large for interlaced mode 250 * - DRM_MODE_FLAG_INTERLACE: mode is interlaced. 445 bool reduced, bool interlaced, 449 bool interlaced, int margins); 452 int vrefresh, bool interlaced,
|
/Linux-v5.10/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 186 /* We can't do interlaced modes if we don't have the SPU_ADV_REG */ in armada_drm_crtc_mode_valid() 260 if (stat & GRA_FRAME_IRQ && dcrtc->interlaced) { in armada_drm_crtc_irq() 338 bool interlaced = !!(adj->flags & DRM_MODE_FLAG_INTERLACE); in armada_drm_crtc_mode_set_nofb() local 357 dcrtc->interlaced = interlaced; in armada_drm_crtc_mode_set_nofb() 358 /* Even interlaced/progressive frame */ in armada_drm_crtc_mode_set_nofb() 365 if (interlaced) { in armada_drm_crtc_mode_set_nofb() 366 /* Odd interlaced frame */ in armada_drm_crtc_mode_set_nofb() 628 /* On interlaced modes, the vertical cursor size must be halved */ in armada_drm_crtc_cursor_update() 630 if (dcrtc->interlaced) { in armada_drm_crtc_cursor_update()
|
/Linux-v5.10/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 449 .interlaced = 1, 461 .interlaced = 1, 477 .interlaced = 0, 489 .interlaced = 0, 501 .interlaced = 0, 517 .interlaced = 1,
|
/Linux-v5.10/drivers/gpu/drm/rcar-du/ |
D | rcar_du_plane.c | 335 bool interlaced; in rcar_du_plane_setup_scanout() local 338 interlaced = state->state.crtc->state->adjusted_mode.flags in rcar_du_plane_setup_scanout() 362 * Memory pitch (expressed in pixels). Must be doubled for interlaced in rcar_du_plane_setup_scanout() 366 (interlaced && state->format->bpp == 32) ? in rcar_du_plane_setup_scanout() 376 * operating in interlaced mode. in rcar_du_plane_setup_scanout() 379 * require a halved Y position value, in both progressive and interlaced in rcar_du_plane_setup_scanout() 384 (!interlaced && state->format->bpp == 32 ? 2 : 1)); in rcar_du_plane_setup_scanout()
|