diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-03 18:11:28 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-03 18:11:28 +0100 |
commit | c5b109bede1e83e7b2b2327670c2037f26fcfb7a (patch) | |
tree | 2882920caefec9929d68b3607e638150212bc840 /exynos4 | |
parent | 0a4bdb5f50d970d86637f1aae453305dbdc3328c (diff) | |
download | android_hardware_samsung-c5b109bede1e83e7b2b2327670c2037f26fcfb7a.tar.gz android_hardware_samsung-c5b109bede1e83e7b2b2327670c2037f26fcfb7a.tar.bz2 android_hardware_samsung-c5b109bede1e83e7b2b2327670c2037f26fcfb7a.zip |
gralloc: hello }, welcome back at your new home
Change-Id: I86f80b78325f37f2d46b0c3b08818ab1274242e9
Diffstat (limited to 'exynos4')
-rw-r--r-- | exynos4/hal/libgralloc_ump/framebuffer_device.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp index 9d72b24..9fec733 100644 --- a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp +++ b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp @@ -145,6 +145,9 @@ static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer) gralloc_mali_vsync_report(MALI_VSYNC_EVENT_END_WAIT); #endif #endif +#ifdef STANDARD_LINUX_SCREEN + } +#endif m->currentBuffer = buffer; } else { /* |