summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gralloc_gbm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gralloc_gbm.cpp b/gralloc_gbm.cpp
index 5dc9f00..3bfe45a 100644
--- a/gralloc_gbm.cpp
+++ b/gralloc_gbm.cpp
@@ -242,8 +242,7 @@ struct gbm_device *gbm_dev_create(void)
struct gbm_device *gbm;
char path[PROPERTY_VALUE_MAX];
int fd;
-
- property_get("gralloc.gbm.device", path, "/dev/dri/renderD128");
+ property_get("gralloc.gbm.device", path, "/dev/dri/card0");
fd = open(path, O_RDWR | O_CLOEXEC);
if (fd < 0) {
ALOGE("failed to open %s", path);