From 22a2dbf89186f2079f989e2b25e32856dc99492b Mon Sep 17 00:00:00 2001 From: Torbjorn Svensson Date: Tue, 17 Jan 2012 09:34:25 +0100 Subject: video: mcde: enable rotbufsize This patch enables rotbufsize by making the neccesary mcde_hw.c changes. ST-Ericsson ID: 373680 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: Ia0ee39696199ccf01a65a473a685bf8d59cba379 Signed-off-by: Torbjorn Svensson Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45632 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: Jimmy RUBIN Tested-by: Jimmy RUBIN --- include/video/mcde.h | 2 +- include/video/mcde_display.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'include/video') diff --git a/include/video/mcde.h b/include/video/mcde.h index b9f6a6b55fd..499ce5cfecc 100644 --- a/include/video/mcde.h +++ b/include/video/mcde.h @@ -282,7 +282,7 @@ int mcde_chnl_set_video_mode(struct mcde_chnl_state *chnl, struct mcde_video_mode *vmode); /* TODO: Remove rotbuf* parameters when ESRAM allocator is implemented*/ int mcde_chnl_set_rotation(struct mcde_chnl_state *chnl, - enum mcde_display_rotation rotation, u32 rotbuf1, u32 rotbuf2); + enum mcde_display_rotation rotation); int mcde_chnl_set_power_mode(struct mcde_chnl_state *chnl, enum mcde_display_power_mode power_mode); diff --git a/include/video/mcde_display.h b/include/video/mcde_display.h index 25a06aaae6b..5130b228d84 100644 --- a/include/video/mcde_display.h +++ b/include/video/mcde_display.h @@ -48,9 +48,7 @@ struct mcde_display_device { struct mcde_chnl_state *chnl_state; struct list_head ovlys; struct mcde_rectangle update_area; - /* TODO: Remove once ESRAM allocator is done */ - u32 rotbuf1; - u32 rotbuf2; + /* Display driver internal */ u16 native_x_res; -- cgit v1.2.3