summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarico Xu <marico.xu@arm.com>2015-07-27 14:36:10 +0800
committerMarico Xu <marico.xu@arm.com>2015-07-27 14:36:10 +0800
commita9a2edf460f2baa0d20dff20115abbbfb8423402 (patch)
tree4b5636079dc3d4049dd4f7fb5ea8bc8a3a8216a5
parent29ed4f28030b580ef05a0b24bdd2c435b5af6cfe (diff)
Modify the drm device driver name in pl111 drmmode
"pl111_drm" should be used as the drm device driver name instead of "pl111" Change-Id: I8dc740a7b68c7bb69a2a4a585d85cca2a88753e6
-rw-r--r--src/drmmode_pl111/drmmode_pl111.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drmmode_pl111/drmmode_pl111.c b/src/drmmode_pl111/drmmode_pl111.c
index a36c748..162bb41 100644
--- a/src/drmmode_pl111/drmmode_pl111.c
+++ b/src/drmmode_pl111/drmmode_pl111.c
@@ -106,7 +106,7 @@ static int create_custom_gem(int fd, struct armsoc_create_gem *create_gem)
}
struct drmmode_interface pl111_interface = {
- "pl111" /* name of drm driver */,
+ "pl111_drm" /* name of drm driver */,
1 /* use_page_flip_events */,
1 /* use_early_display */,
CURSORW /* cursor width */,