From: hhb Date: Wed, 23 Mar 2011 12:07:30 +0000 (+0800) Subject: rk29: modify lcd driver X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3e5d4ffbdec3d17927324b5b1db6dccf57fbfc01;p=firefly-linux-kernel-4.4.55.git rk29: modify lcd driver --- diff --git a/drivers/video/display/screen/screen.h b/drivers/video/display/screen/screen.h index c5682c3d56e6..761992aa0769 100755 --- a/drivers/video/display/screen/screen.h +++ b/drivers/video/display/screen/screen.h @@ -77,10 +77,10 @@ struct rk29fb_screen { /* Operation function*/ int (*init)(void); - int (*standby)(u32 enable); - int (*refresh)(u32 arg); - int (*scandir)(u32 dir); - int (*disparea)(u32 area); + int (*standby)(u8 enable); + int (*refresh)(u8 arg); + int (*scandir)(u16 dir); + int (*disparea)(u8 area); };