diff options
author | Manjunathappa, Prakash <prakash.pm@ti.com> | 2012-10-16 00:53:15 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-27 04:47:53 -0500 |
commit | f772fabdf72aec5ef05988dd82dfd150e58f7aa3 (patch) | |
tree | cd6fe6ff918f5fce3accd8437787688c65651c20 /include/video/da8xx-fb.h | |
parent | 38ab331aa27cb35a4bd01ab1addd63ee0dccd9b2 (diff) |
da8xx-fb: adopt fb_videomode data for panel information
Adopt fb_videomode data instead of defining driver private
structure to hold panel information. This is the way standard FB
drivers maintain the panel information.
Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video/da8xx-fb.h')
-rw-r--r-- | include/video/da8xx-fb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/da8xx-fb.h b/include/video/da8xx-fb.h index 5a0e4f9efb53..12e4e1de5e3c 100644 --- a/include/video/da8xx-fb.h +++ b/include/video/da8xx-fb.h | |||
@@ -103,5 +103,8 @@ struct lcd_sync_arg { | |||
103 | #define FBIPUT_HSYNC _IOW('F', 9, int) | 103 | #define FBIPUT_HSYNC _IOW('F', 9, int) |
104 | #define FBIPUT_VSYNC _IOW('F', 10, int) | 104 | #define FBIPUT_VSYNC _IOW('F', 10, int) |
105 | 105 | ||
106 | /* Proprietary FB_SYNC_ flags */ | ||
107 | #define FB_SYNC_CLK_INVERT 0x40000000 | ||
108 | |||
106 | #endif /* ifndef DA8XX_FB_H */ | 109 | #endif /* ifndef DA8XX_FB_H */ |
107 | 110 | ||