summaryrefslogtreecommitdiff
path: root/gralloc/framebuffer_device.cpp
AgeCommit message (Collapse)Author
2017-05-24gralloc: make fbdev fd a shallow copyChia-I Wu
We never free private_module_t::framebuffer once it is initialized. We can use a shallow copy of the fbdev dev. Bug: 37550237 Test: boots Change-Id: I552b40c0a59d9f4ec5442e3a284f115a88061c3e
2016-02-04gralloc: Update gralloc source to e219158a67fbfbedbac9John Stultz
This patch updates the gralloc source to: Subject: Add support for hikey Sha1: e219158a67fbfbedbac99e15809b948313aeb5fa From Xinliang's tree here: https://github.com/xin3liang/gralloc-mali.git Also inlcudes minor whitespace/style fixes and corrected LOCK_STATE_READ_MASK value, noticed in review on Gerrit. These changes are needed to support the r6p0 version of the binary mali graphics libraries. Change-Id: Ia33671447b36fd83da544af6da8ec6ce48e80b05 Signed-off-by: John Stultz <john.stultz@linaro.org>
2015-12-07Include gralloc sourcesVishal Bhoj
Change-Id: I1c77c89ea568ca69732b507ebab9f1696dec9398 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>