Searched full:doublescan (Results 1 – 25 of 39) sorted by relevance
12
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_modes.h | 55 * @MODE_NO_DBLESCAN: doublescan mode not supported 160 #define CRTC_NO_DBLSCAN (1 << 2) /* don't adjust doublescan */ 161 #define CRTC_NO_VSCAN (1 << 3) /* don't adjust doublescan */ 251 * - DRM_MODE_FLAG_DBLSCAN: mode uses doublescan.
|
| D | drm_connector.h | 1248 * Can this connector handle doublescan? Only used by
|
| /kernel/linux/linux-6.6/include/drm/ |
| 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.
|
| D | gud.h | 123 * - DOUBLESCAN: Doublescan modes are supported
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | arkfb.rst | 25 * doublescan mode variant (not available in text mode)
|
| D | vt8623fb.rst | 23 * doublescan mode variant (not available in text mode)
|
| D | s3fb.rst | 33 * doublescan mode variant (not available in text mode)
|
| /kernel/linux/linux-6.6/Documentation/fb/ |
| D | arkfb.rst | 25 * doublescan mode variant (not available in text mode)
|
| D | vt8623fb.rst | 23 * doublescan mode variant (not available in text mode)
|
| D | s3fb.rst | 33 * doublescan mode variant (not available in text mode)
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
| D | mach64_cursor.c | 110 * In doublescan mode, the cursor location in atyfb_cursor()
|
| /kernel/linux/linux-5.10/drivers/video/ |
| D | of_display_timing.c | 99 if (of_property_read_bool(np, "doublescan")) in of_parse_display_timing()
|
| /kernel/linux/linux-6.6/drivers/video/ |
| D | of_display_timing.c | 100 if (of_property_read_bool(np, "doublescan")) in of_parse_display_timing()
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
| D | mach64_cursor.c | 110 * In doublescan mode, the cursor location in atyfb_cursor()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/ |
| D | panel-timing.yaml | 193 doublescan:
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | panel-timing.yaml | 194 doublescan:
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
| D | vc4_crtc.c | 560 /* Do not allow doublescan modes from user space */ in vc4_crtc_mode_valid() 562 DRM_DEBUG_KMS("[CRTC:%d] Doublescan mode rejected.\n", in vc4_crtc_mode_valid()
|
| /kernel/linux/linux-6.6/Documentation/arch/m68k/ |
| D | kernel-options.rst | 747 - dblntsc : 640x200, 27 kHz, 57 Hz doublescan 748 - dblpal : 640x256, 27 kHz, 47 Hz doublescan
|
| /kernel/linux/linux-5.10/Documentation/m68k/ |
| D | kernel-options.rst | 747 - dblntsc : 640x200, 27 kHz, 57 Hz doublescan 748 - dblpal : 640x256, 27 kHz, 47 Hz doublescan
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
| D | head.c | 145 /* For the user-specified mode, we must ignore doublescan and in nv50_head_atomic_check_view()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
| D | head.c | 145 /* For the user-specified mode, we must ignore doublescan and in nv50_head_atomic_check_view()
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | pvr2fb.c | 140 unsigned char is_doublescan; /* Are scanlines output twice? (doublescan) */
|
| D | sstfb.c | 415 printk(KERN_ERR "sstfb: Interlace/doublescan not supported %#x\n", in sstfb_check_var()
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | pvr2fb.c | 141 unsigned char is_doublescan; /* Are scanlines output twice? (doublescan) */
|
12