summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_handle.h
Commit message (Collapse)AuthorAgeFilesLines
* gralloc: Remove localized hw specific pixel formatSean V Kelley2013-05-011-1/+1
| | | | | | | | | Reduces need to build with drm_gralloc headers elsewhere in tree. Returning to system/graphics.h approach. Change-Id: I26717cfe0a9a83ab263c26803e2849eb55560696 Depends-Change-Id: I405398b172fab19949fef33c89a60132b1bd0ea9 Signed-off-by: Sean V Kelley <sean.v.kelley@intel.com>
* gralloc_drm: fix building errors with latest mesaChih-Wei Huang2013-04-111-0/+7
| | | | | Change-Id: Ifdf23b59542152c364d3ed010a4cc82bbf1a0103 Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
* gralloc: set supported planes for buffers on allocationTapani Pälli2013-01-211-1/+3
| | | | | | | | | This is done so that we should not have to do it dynamically during composition. This information will be used later with hwcomposer module when using planes for composition. Change-Id: I2b6716fe9a8da81050645900c6c0955385946991 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
* gralloc: implement yuv offset query as hw specific functionTapani Pälli2013-01-211-18/+0
| | | | | | | | | | This patch reverts earlier cca14cfd... and introduces a new hw specific hook to query yuv components offsets which can vary between different hw, decoders, cameras etc. Change-Id: Ib60bc8ee28df7bc9425b6d7934294fe36fc55354 Depends-Change-Id: I1aa5368b21e588d5d711c1005fff2a5296e143a0 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
* gralloc: yuv offset calculation function for mesaTapani Pälli2012-12-141-0/+19
| | | | | | | | Patch adds add api for mesa to query component offsets for yuv buffer handles. Change-Id: Ib477627ad812f5b6352665d00fb2bb3b10fe5b8e Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
* protect against NULL handleChia-I Wu2011-07-301-4/+4
|
* initial commitChia-I Wu2011-06-121-0/+63