OSDN Git Service

egl/android: fix missing gralloc_drm_get_gem_handle dependency
authorRob Herring <robh@kernel.org>
Mon, 25 Jan 2016 17:54:01 +0000 (11:54 -0600)
committerMauro Rossi <mauro.rossi@inwind.it>
Fri, 15 Jul 2016 22:04:22 +0000 (00:04 +0200)
commit3d71fba2e70a2fbf2ec64d1dae7fe2bf32b99676
tree68b4dc98048ba7d218635e04e6f0e109cbb30f1e
parentd0c2f4e95b450f0634c6d8b12d56708e40cf63d5
egl/android: fix missing gralloc_drm_get_gem_handle dependency

gralloc_drm_get_gem_handle has been removed from AOSP drm_gralloc.
Remove the dependency on it and just access the struct
gralloc_drm_handle_t directly. Maybe there's a better way than accessing
the gralloc private data.

Signed-off-by: Rob Herring <robh@kernel.org>
src/egl/drivers/dri2/platform_android.c