Home
last modified time | relevance | path

Searched defs:exynos_fb_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c45 struct exynos_fb_priv { struct
46 ushort vl_col; /* Number of columns (i.e. 640) */
47 ushort vl_row; /* Number of rows (i.e. 480) */
48 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
49 ushort vl_width; /* Width of display area in millimeters */
50 ushort vl_height; /* Height of display area in millimeters */
53 u_char vl_freq; /* Frequency */
54 u_char vl_clkp; /* Clock polarity */
55 u_char vl_oep; /* Output Enable polarity */
56 u_char vl_hsp; /* Horizontal Sync polarity */
[all …]