OSDN Git Service

android: Move gralloc handle struct to libdrm
authorRobert Foss <robert.foss@collabora.com>
Wed, 6 Dec 2017 18:28:13 +0000 (19:28 +0100)
committerRobert Foss <robert.foss@collabora.com>
Wed, 14 Feb 2018 16:33:57 +0000 (17:33 +0100)
commita4b6fd651f1b34f13eb3a3bc101a34adfa3b54a5
treea4a049fe69846b28414746a78c9db6f684ca9230
parent03f80b9f6a6f28e4942b1685a205a9484b2a0d63
android: Move gralloc handle struct to libdrm

This struct is used in mesa and drm_hwcomposer.
Versions of if have been implemented in several grallocs:
drm_gralloc, gbm_gralloc, minigbm and intel-minigbm.

Other than the 1:1 move of the struct a new generic name
has been chosen and variables have had comments added to them.

Signed-off-by: Robert Foss <robert.foss@collabora.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Android.mk
Makefile.sources
android/gralloc_handle.h [new file with mode: 0644]