summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2010-07-26 15:44:11 +0800
committerJason Chen <b02280@freescale.com>2010-07-26 15:44:11 +0800
commit16e2b10a76c1e8463e6550dd505479f8cd9374a2 (patch)
treeff783b625912f7bd93cd0a09b36f51255da6c373 /include
parentcdf7d31170182fe72bad7245b2ec9baaad496e90 (diff)
ENGR00125412-2 ipuv3 fb: fg should not bigger than bg
Add check in mxcfb_check_var(), if fg size is bigger than bg, then make it same size as bg. Change the include/linux/ipu.h Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ipu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipu.h b/include/linux/ipu.h
index 424f0212c69e..54a889b57f73 100644
--- a/include/linux/ipu.h
+++ b/include/linux/ipu.h
@@ -956,6 +956,8 @@ int32_t ipu_init_sync_panel(int disp,
int32_t ipu_disp_set_window_pos(ipu_channel_t channel, int16_t x_pos,
int16_t y_pos);
+int32_t ipu_disp_get_window_pos(ipu_channel_t channel, int16_t *x_pos,
+ int16_t *y_pos);
int32_t ipu_disp_set_global_alpha(ipu_channel_t channel, bool enable,
uint8_t alpha);
int32_t ipu_disp_set_color_key(ipu_channel_t channel, bool enable,