arcpgu: Simplify driver name
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Fri, 21 Apr 2017 06:59:03 +0000 (09:59 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Wed, 2 Aug 2017 21:11:01 +0000 (00:11 +0300)
This very minor change is still useful because it aligns
ARC PGU driver name with other DRM drivers and makes usage of
that driver name a bit easier.

For example in libdrm's test app we'll use "arcpgu" instead of
a bit more ugly "drm-arcpgu".

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/arc/arcpgu_drv.c

index b43ddf00b50e28c9cf6dfdaa43634b24787eeda1..a12fd8f64828c959ab31e836d80495df970df1ae 100644 (file)
@@ -190,7 +190,7 @@ static struct drm_driver arcpgu_drm_driver = {
        .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME |
                           DRIVER_ATOMIC,
        .lastclose = arcpgu_lastclose,
-       .name = "drm-arcpgu",
+       .name = "arcpgu",
        .desc = "ARC PGU Controller",
        .date = "20160219",
        .major = 1,