Skip to content

Commit

Permalink
arcpgu: Simplify driver name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Brodkin authored and Alexey Brodkin committed Aug 2, 2017
1 parent 13eee77 commit 429ff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/arc/arcpgu_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 429ff61

Please sign in to comment.