/openbmc/linux/Documentation/fb/ |
H A 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 …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A 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 …]
|
H A 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
|
H A 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) */
|
H A D | controlfb.h | 120 {{-1,-1}}, /* 512x384, 60Hz interlaced (NTSC) */ 122 {{-1,-1}}, /* 640x480, 50Hz interlaced (PAL) */ 123 {{-1,-1}}, /* 640x480, 60Hz interlaced (NTSC) */
|
/openbmc/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 | 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
|
/openbmc/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() 483 * @interlaced - if this flag is true, it indicates interlaced format [all …]
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_helpers.c | 152 u32 stride, u32 interlaced, u32 *pbl) in get_nv12_plane_size() argument 173 u32 stride, u32 interlaced, u32 *pbl) in get_tiled_8l128_plane_size() argument 181 if (interlaced) in get_tiled_8l128_plane_size() 202 u32 stride, u32 interlaced, u32 *pbl) in get_default_plane_size() argument 220 u32 stride, u32 interlaced, u32 *pbl) in vpu_helper_get_plane_size() argument 225 return get_nv12_plane_size(w, h, plane_no, stride, interlaced, pbl); in vpu_helper_get_plane_size() 230 return get_tiled_8l128_plane_size(fmt, w, h, plane_no, stride, interlaced, pbl); in vpu_helper_get_plane_size() 232 return get_default_plane_size(w, h, plane_no, stride, interlaced, pbl); in vpu_helper_get_plane_size()
|
/openbmc/linux/include/media/ |
H A D | v4l2-dv-timings.h | 148 * @interlaced: if this flag is true, it indicates interlaced format 158 u32 polarities, bool interlaced, 170 * @interlaced: if this flag is true, it indicates interlaced format 184 unsigned int vsync, u32 polarities, bool interlaced,
|
H A D | vsp1.h | 27 * @interlaced: true for interlaced pipelines 36 bool interlaced; member
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | exynos-dp.txt | 36 samsung,interlaced: Progressive if 0, else Interlaced 64 samsung,interlaced = <0>;
|
H A D | displaymode.txt | 18 - interlaced (bool): This is an interlaced mode
|
/openbmc/u-boot/drivers/video/ |
H A D | ipu.h | 153 unsigned char interlaced; member 160 unsigned char interlaced; member 170 unsigned char interlaced; member 191 unsigned interlaced:1; member 260 void ipu_dc_init(int dc_chan, int di, unsigned char interlaced);
|
H A D | videomodes.h | 22 #define FB_VMODE_NONINTERLACED 0 /* non interlaced */ 23 #define FB_VMODE_INTERLACED 1 /* interlaced */
|
/openbmc/linux/Documentation/devicetree/bindings/display/exynos/ |
H A 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.
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_pipe.h | 107 * @interlaced: True when the pipeline is configured in interlaced mode 146 bool interlaced; member
|
H A D | vsp1_rpf.c | 77 if (pipe->interlaced) in rpf_configure_stream() 168 if (pipe->interlaced) in rpf_configure_stream() 322 if (pipe->interlaced) { in rpf_configure_partition() 356 * Interlaced pipelines will use the extended pre-cmd to process in rpf_configure_partition() 359 if (pipe->interlaced) { in rpf_configure_partition()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A 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 …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 530 * @interlace: whether to compute an interlaced mode 603 * @interlaced: whether to compute an interlaced mode 622 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument 656 if (interlaced) in drm_cvt_mode() 674 if (interlaced) in drm_cvt_mode() 686 /* Interlaced */ in drm_cvt_mode() 687 if (interlaced) in drm_cvt_mode() 806 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode() 807 if (interlaced) { in drm_cvt_mode() 830 * @interlaced: whether to compute an interlaced mode [all …]
|
/openbmc/linux/drivers/media/platform/st/sti/delta/ |
H A 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()
|
/openbmc/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 178 * In interlaced mode we need more counters to create the asymmetric in ipu_dc_init_sync() 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()
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_crtc.c | 185 /* We can't do interlaced modes if we don't have the SPU_ADV_REG */ in armada_drm_crtc_mode_valid() 259 if (stat & GRA_FRAME_IRQ && dcrtc->interlaced) { in armada_drm_crtc_irq() 337 bool interlaced = !!(adj->flags & DRM_MODE_FLAG_INTERLACE); in armada_drm_crtc_mode_set_nofb() local 356 dcrtc->interlaced = interlaced; in armada_drm_crtc_mode_set_nofb() 357 /* Even interlaced/progressive frame */ in armada_drm_crtc_mode_set_nofb() 364 if (interlaced) { in armada_drm_crtc_mode_set_nofb() 365 /* Odd interlaced frame */ in armada_drm_crtc_mode_set_nofb() 637 /* On interlaced modes, the vertical cursor size must be halved */ in armada_drm_crtc_cursor_update() 639 if (dcrtc->interlaced) { in armada_drm_crtc_cursor_update()
|
/openbmc/linux/include/drm/ |
H A D | drm_modes.h | 54 * @MODE_NO_INTERLACE: interlaced mode not supported 77 * @MODE_INTERLACE_WIDTH: width too large for interlaced mode 278 * - DRM_MODE_FLAG_INTERLACE: mode is interlaced. 490 bool reduced, bool interlaced, 494 bool interlaced, int margins); 497 int vrefresh, bool interlaced,
|
/openbmc/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() 363 * Memory pitch (expressed in pixels). Must be doubled for interlaced in rcar_du_plane_setup_scanout() 367 (interlaced && state->format->bpp == 32) ? in rcar_du_plane_setup_scanout() 377 * operating in interlaced mode. in rcar_du_plane_setup_scanout() 380 * require a halved Y position value, in both progressive and interlaced in rcar_du_plane_setup_scanout() 385 (!interlaced && state->format->bpp == 32 ? 2 : 1)); in rcar_du_plane_setup_scanout()
|