summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorMarcus Lorentzon <marcus.xm.lorentzon@stericsson.com>2011-10-03 18:00:59 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-11 07:51:50 +0200
commita0ed24718e13226416729a590f4840a49827d1b1 (patch)
tree5eeb942a6b9cdbf63523f59e6a097ed5c18e471d /include/video
parent287622c897a08c27312f6fd9f4735efa190b2611 (diff)
video: mcde: Remove prepare for update
Prepare for update was only used for partial updates and partial update is no longer supported (and never worked). ST-Ericsson ID: 365249 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: If927e73805c2bba873b477a20be3ee5a94ac77cd Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32866 Reviewed-by: Marcus LORENTZON <marcus.xm.lorentzon@stericsson.com> Tested-by: Marcus LORENTZON <marcus.xm.lorentzon@stericsson.com> Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/mcde_display.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/mcde_display.h b/include/video/mcde_display.h
index 6519660f489..9f9f960e46c 100644
--- a/include/video/mcde_display.h
+++ b/include/video/mcde_display.h
@@ -101,8 +101,6 @@ struct mcde_display_device {
int (*invalidate_area)(struct mcde_display_device *dev,
struct mcde_rectangle *area);
int (*update)(struct mcde_display_device *dev, bool tripple_buffer);
- int (*prepare_for_update)(struct mcde_display_device *dev,
- u16 x, u16 y, u16 w, u16 h);
int (*on_first_update)(struct mcde_display_device *dev);
int (*platform_enable)(struct mcde_display_device *dev);
int (*platform_disable)(struct mcde_display_device *dev);