summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Wei Huang <cwhuang@linux.org.tw>2015-10-10 03:41:03 +0800
committerChih-Wei Huang <cwhuang@linux.org.tw>2015-10-10 03:41:03 +0800
commite36151141de88c490f2b54bbed763602077e1ae7 (patch)
tree32d9e272aa7d8ce150bcda206bf4ea08274794d7
parent6bc690d71879ba1607981bd04cff8932c749635b (diff)
downloadexternal_drm_gralloc-e36151141de88c490f2b54bbed763602077e1ae7.zip
external_drm_gralloc-e36151141de88c490f2b54bbed763602077e1ae7.tar.gz
external_drm_gralloc-e36151141de88c490f2b54bbed763602077e1ae7.tar.bz2
Revert "gralloc: Remove localized hw specific pixel format"
This reverts commit 3e00d3255ba6de08761a6b8f40b838680d502d0b.
-rw-r--r--gralloc_drm.h2
-rw-r--r--gralloc_drm_handle.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gralloc_drm.h b/gralloc_drm.h
index 8f104d0..e1a9957 100644
--- a/gralloc_drm.h
+++ b/gralloc_drm.h
@@ -25,7 +25,7 @@
#define _GRALLOC_DRM_H_
#include <hardware/gralloc.h>
-#include <system/graphics.h>
+#include "gralloc_drm_formats.h"
#ifdef __cplusplus
extern "C" {
diff --git a/gralloc_drm_handle.h b/gralloc_drm_handle.h
index 7fc4746..968f11e 100644
--- a/gralloc_drm_handle.h
+++ b/gralloc_drm_handle.h
@@ -25,7 +25,7 @@
#define _GRALLOC_DRM_HANDLE_H_
#include <cutils/native_handle.h>
-#include <system/graphics.h>
+#include "gralloc_drm_formats.h"
#ifdef __cplusplus
extern "C" {