summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12[301C] Align Code with 301C-V001arthur-trustonic1-0/+0
rel_t-base-301C_qc@26129
2016-07-08gralloc: Implement fb_setSwapintervalChristopher N. Hesse3-0/+76
Change-Id: I01a886ff0fe336d2a582a70491c4f9a3293fda7c
2016-02-09gralloc: Only log non-null invalid pointersScott Warner1-1/+4
This prevents the endless logspam of 0x0 pointers during animations such as an indeterminate progress dialog Change-Id: I986176800b2173a61e76a21af2caa47a728ba543
2015-10-12gralloc: Support LL camera blobsAndreas Schneider1-1/+1
The LL gralloc needs an increased sNumInts value or it will fail with an 'invalid gralloc handle'.
2015-10-12gralloc: Add some better debug outputAndreas Schneider1-0/+22
2015-07-09libhwjpeg: The LL Kernel expects the quality between 0 and 100Andreas Schneider1-9/+0
2015-07-08Android.mk: Use kernel includesChristopher R. Palmer1-2/+2
2015-07-08gralloc: replace struct ion_handle with ion_user_handle_tRom Lemarchand1-3/+4
Replace struct ion_handle with ion_user_handle_t to match new kernel headers Change-Id: Iefff2036f01dccbd47f0f0e6eef09e804e1e2ea0
2015-07-07gralloc: fix struct private_module_t definition for C usageGreg Hackmann1-1/+1
Change-Id: I615294c1b2fcf2fd2a7dc465a4b8351f00c8003c Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-07-07gralloc: refcount private_module_tGreg Hackmann1-0/+1
gralloc_open() can be called multiple times in the same process, which led to the existing ion fd leaking on each open; the surviving fd also leaked on close. Refcount the private_module_t to prevent this. Bug: 13633155 Change-Id: I09ac8096fe0101b91b23e7c8d2ee9e11efe29b03 Signed-off-by: Greg Hackmann <ghackmann@google.com>
2014-08-19Samsung Patch (05/27/2014) - RTM 1.00codewalker3-0/+508
Change-Id: I013f933ac0a52c4cc1b5e5b550a92b06534a0a34