summaryrefslogtreecommitdiff
path: root/merrifield/common/planes/DisplayPlane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'merrifield/common/planes/DisplayPlane.cpp')
-rw-r--r--merrifield/common/planes/DisplayPlane.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/merrifield/common/planes/DisplayPlane.cpp b/merrifield/common/planes/DisplayPlane.cpp
index 2a1ca51..cbab8e0 100644
--- a/merrifield/common/planes/DisplayPlane.cpp
+++ b/merrifield/common/planes/DisplayPlane.cpp
@@ -326,6 +326,12 @@ void DisplayPlane::invalidateBufferCache()
mCurrentDataBuffer = 0;
}
+void DisplayPlane::resetCurrentBuffer()
+{
+ // reset current data buffer
+ mCurrentDataBuffer = 0;
+}
+
bool DisplayPlane::assignToDevice(int disp)
{
RETURN_FALSE_IF_NOT_INIT();