Home
last modified time | relevance | path

Searched full:doublescan (Results 1 – 25 of 25) sorted by relevance

/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt19 - doublescan (bool): This is a doublescan mode
H A Ddisplay-timing.txt36 - doublescan (bool): boolean to enable doublescan mode
/openbmc/linux/include/drm/
H A Ddrm_modes.h55 * @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 Dgud.h123 * - DOUBLESCAN: Doublescan modes are supported
H A Ddrm_connector.h1564 * Can this connector handle doublescan? Only used by
/openbmc/linux/Documentation/fb/
H A Darkfb.rst25 * doublescan mode variant (not available in text mode)
H A Dvt8623fb.rst23 * doublescan mode variant (not available in text mode)
H A Ds3fb.rst33 * doublescan mode variant (not available in text mode)
/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_cursor.c110 * In doublescan mode, the cursor location in atyfb_cursor()
H A Datyfb_base.c961 * 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 Dof_display_timing.c100 if (of_property_read_bool(np, "doublescan")) in of_parse_display_timing()
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-timing.yaml193 doublescan:
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c186 debug("doublescan "); in meson_dw_hdmi_read_edid()
/openbmc/linux/Documentation/arch/m68k/
H A Dkernel-options.rst747 - dblntsc : 640x200, 27 kHz, 57 Hz doublescan
748 - dblpal : 640x256, 27 kHz, 47 Hz doublescan
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c664 /* 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 Dofnode.c509 if (ofnode_read_bool(node, "doublescan")) in ofnode_decode_display_timing()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c145 /* For the user-specified mode, we must ignore doublescan and in nv50_head_atomic_check_view()
/openbmc/linux/drivers/video/fbdev/
H A Dpvr2fb.c141 unsigned char is_doublescan; /* Are scanlines output twice? (doublescan) */
H A Dsstfb.c416 printk(KERN_ERR "sstfb: Interlace/doublescan not supported %#x\n", in sstfb_check_var()
H A Dcyber2000fb.c637 /* FIXME: what about doublescan? */ in cyber2000fb_decode_crtc()
H A Damifb.c879 /* 640x200, 27 kHz, 57 Hz doublescan */
892 /* 640x256, 27 kHz, 47 Hz doublescan */
/openbmc/u-boot/lib/
H A Dfdtdec.c1083 if (fdtdec_get_bool(blob, node, "doublescan")) in fdtdec_decode_display_timing()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c354 /* Check for doublescan modes. */ in intelfbhw_validate_mode()
/openbmc/linux/drivers/video/fbdev/riva/
H A Dfbdev.c29 * doublescan modes are broken
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1345 * be performed for doublescan and vscan > 1 modes respectively.