/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | displaymode.txt | 19 - doublescan (bool): This is a doublescan mode
|
H A D | display-timing.txt | 36 - doublescan (bool): boolean to enable doublescan mode
|
/openbmc/linux/include/drm/ |
H A D | drm_modes.h | 55 * @MODE_NO_DBLESCAN: doublescan mode not supported 185 #define CRTC_NO_DBLSCAN (1 << 2) /* don't adjust doublescan */ 186 #define CRTC_NO_VSCAN (1 << 3) /* don't adjust doublescan */ 279 * - DRM_MODE_FLAG_DBLSCAN: mode uses doublescan.
|
H A D | gud.h | 123 * - DOUBLESCAN: Doublescan modes are supported
|
H A D | drm_connector.h | 1564 * Can this connector handle doublescan? Only used by
|
/openbmc/linux/Documentation/fb/ |
H A D | arkfb.rst | 25 * doublescan mode variant (not available in text mode)
|
H A D | vt8623fb.rst | 23 * doublescan mode variant (not available in text mode)
|
H A D | s3fb.rst | 33 * doublescan mode variant (not available in text mode)
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | mach64_cursor.c | 110 * In doublescan mode, the cursor location in atyfb_cursor()
|
H A D | atyfb_base.c | 961 * works with little glitches also with DOUBLESCAN modes in aty_var_to_crtc() 1040 /* Enable doublescan mode if requested */ in aty_var_to_crtc()
|
/openbmc/linux/drivers/video/ |
H A D | of_display_timing.c | 100 if (of_property_read_bool(np, "doublescan")) in of_parse_display_timing()
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-timing.yaml | 193 doublescan:
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_dw_hdmi.c | 186 debug("doublescan "); in meson_dw_hdmi_read_edid()
|
/openbmc/linux/Documentation/arch/m68k/ |
H A D | kernel-options.rst | 747 - dblntsc : 640x200, 27 kHz, 57 Hz doublescan 748 - dblpal : 640x256, 27 kHz, 47 Hz doublescan
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_crtc.c | 664 /* Do not allow doublescan modes from user space */ in vc4_crtc_mode_valid() 666 DRM_DEBUG_KMS("[CRTC:%d] Doublescan mode rejected.\n", in vc4_crtc_mode_valid()
|
/openbmc/u-boot/drivers/core/ |
H A D | ofnode.c | 509 if (ofnode_read_bool(node, "doublescan")) in ofnode_decode_display_timing()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 145 /* For the user-specified mode, we must ignore doublescan and in nv50_head_atomic_check_view()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pvr2fb.c | 141 unsigned char is_doublescan; /* Are scanlines output twice? (doublescan) */
|
H A D | sstfb.c | 416 printk(KERN_ERR "sstfb: Interlace/doublescan not supported %#x\n", in sstfb_check_var()
|
H A D | cyber2000fb.c | 637 /* FIXME: what about doublescan? */ in cyber2000fb_decode_crtc()
|
H A D | amifb.c | 879 /* 640x200, 27 kHz, 57 Hz doublescan */ 892 /* 640x256, 27 kHz, 47 Hz doublescan */
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 1083 if (fdtdec_get_bool(blob, node, "doublescan")) in fdtdec_decode_display_timing()
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 354 /* Check for doublescan modes. */ in intelfbhw_validate_mode()
|
/openbmc/linux/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 29 * doublescan modes are broken
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 1345 * be performed for doublescan and vscan > 1 modes respectively.
|