Home
last modified time | relevance | path

Searched refs:initial_rotation (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c606 if (output->initial_rotation) in xf86OutputInitialRotation()
607 return output->initial_rotation; in xf86OutputInitialRotation()
871 if (xf86ModeWidth(mode, output->initial_rotation) > width || in xf86DefaultMode()
872 xf86ModeHeight(mode, output->initial_rotation) > height) in xf86DefaultMode()
905 if (xf86ModeWidth(mode, output->initial_rotation) > width || in xf86ClosestMode()
906 xf86ModeHeight(mode, output->initial_rotation) > height) in xf86ClosestMode()
910 if (output->initial_rotation == match_rotation && in xf86ClosestMode()
916 initial_rotation); in xf86ClosestMode()
919 initial_rotation); in xf86ClosestMode()
935 if (xf86ModeWidth(mode, output->initial_rotation) > width || in xf86OutputHasPreferredMode()
[all …]
H A Dxf86Crtc.h600 Rotation initial_rotation; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c158 static int initial_rotation = -1; variable
488 initial_rotation = simple_strtoul(options, &options, 0); in fb_console_setup()
489 if (initial_rotation > 3) in fb_console_setup()
490 initial_rotation = 0; in fb_console_setup()
991 p->con_rotate = initial_rotation; in fbcon_startup()
1114 p->con_rotate = initial_rotation; in fbcon_init()