platform_hardware_libhardware/modules/gralloc
Bernhard Rosenkraenzer 5641642a20 gralloc: let target configure page flipping ioctl
Let vendor choose which framebuffer ioctl (FBIOPUT_VSCREENINFO or
FBIOPAN_DISPLAY) is best suited to do page-flip on its target platform.
Neither API is well documented about their usage and most of the
time it really depends on the respective framebuffer driver implementation.

* Default ioctl to do page-flip is FBIOPUT_VSCREENINFO.
* Set "TARGET_USE_PAN_DISPLAY=true" in board config file to use FBIOPAN_DISPLAY.

Change-Id: Ic3a50bd0f5fe37ac0149e11649c4abdadea85529
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-02 17:41:36 +05:30
..
Android.mk gralloc: let target configure page flipping ioctl 2014-06-02 17:41:36 +05:30
framebuffer.cpp gralloc: let target configure page flipping ioctl 2014-06-02 17:41:36 +05:30
gr.h remove all references to pmem and simplify the lock/unlock hooks 2009-12-15 15:00:57 -08:00
gralloc.cpp gralloc: fix warnings 2014-02-05 18:21:09 -08:00
gralloc_priv.h AArch64: Calculate private_handle_t's numInts 2014-02-07 17:52:08 +00:00
mapper.cpp gralloc: fix warnings 2014-02-05 18:21:09 -08:00