Re: [PATCH 1/3] FB: Add some members for CPU Interface.
From: James Simmons <hidden>
Date: 2010-07-07 11:37:33
From: James Simmons <hidden>
Date: 2010-07-07 11:37:33
On Tue, 6 Jul 2010, Geert Uytterhoeven wrote:
On Tue, Jul 6, 2010 at 17:30, James Simmons [off-list ref] wrote:quoted
CPU interface needs cs, wr setup, wr act and hold delay. I added some members for them to common framework. Signed-off-by: InKi Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> ---diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c index 0a4dbdc..74122d1 100644 --- a/drivers/video/modedb.c +++ b/drivers/video/modedb.c@@ -759,6 +759,27 @@ void fb_videomode_to_var(struct fb_var_screeninfo *var,} /** + * fb_cpumode_to_var - convert fb_cpumode to fb_var_screeninfo^^^quoted
+ * @var: pointer to struct fb_var_screeninfo + * @mode: pointer to struct fb_cpumode + */ +void fb_cmdmode_to_var(struct fb_var_screeninfo *var,^^^ cpu vs cmd?
Forward comment to original author.