diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2012-03-24 21:58:46 +0530 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-04-09 16:11:23 +0000 |
commit | 3c582647a9f84affd5c86e89d548157c62f8d9ca (patch) | |
tree | 8dba1da72fe1a2a3b29c3e38975a78c427b2e23a /arch | |
parent | a4196febbe75e2cc8fcb7af6460d2c3ef208d66c (diff) | |
download | op-kernel-dev-3c582647a9f84affd5c86e89d548157c62f8d9ca.zip op-kernel-dev-3c582647a9f84affd5c86e89d548157c62f8d9ca.tar.gz |
video: s3c-fb: remove 'default_win' element from platform data
The decision to enable or disable the data output to the lcd panel from
the controller need not be based on the value of 'default_win' element
in the platform data. Instead, the data output to the panel is enabled
if any of the windows are active, else data output is disabled.
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/fb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/include/plat/fb.h b/arch/arm/plat-samsung/include/plat/fb.h index 39d6bd7a..536002f 100644 --- a/arch/arm/plat-samsung/include/plat/fb.h +++ b/arch/arm/plat-samsung/include/plat/fb.h @@ -62,8 +62,6 @@ struct s3c_fb_platdata { struct s3c_fb_pd_win *win[S3C_FB_MAX_WIN]; struct fb_videomode *vtiming; - u32 default_win; - u32 vidcon0; u32 vidcon1; }; |