summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/state_trackers/egl/android/native_android.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/gallium/state_trackers/egl/android/native_android.cpp b/src/gallium/state_trackers/egl/android/native_android.cpp
index 267727d5d99..391decc0e7a 100644
--- a/src/gallium/state_trackers/egl/android/native_android.cpp
+++ b/src/gallium/state_trackers/egl/android/native_android.cpp
@@ -147,18 +147,12 @@ get_pipe_format(int native)
#ifndef ANDROID_BACKEND_NO_DRM
-#include <gralloc_drm_handle.h>
+#include <gralloc_drm.h>
static int
get_handle_name(buffer_handle_t handle)
{
- struct gralloc_drm_handle_t *dh;
-
- /* check that the buffer is allocated by drm_gralloc and cast */
- dh = gralloc_drm_handle(handle);
-
- return (dh) ? dh->name : 0;
+ return gralloc_drm_get_gem_handle(handle);
}
-
#else
static int