Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arcpgu: Simplify driver name

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>

authored by

Alexey Brodkin and committed by
Alexey Brodkin
429ff616 13eee770

+1 -1
+1 -1
drivers/gpu/drm/arc/arcpgu_drv.c
··· 190 190 .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME | 191 191 DRIVER_ATOMIC, 192 192 .lastclose = arcpgu_lastclose, 193 - .name = "drm-arcpgu", 193 + .name = "arcpgu", 194 194 .desc = "ARC PGU Controller", 195 195 .date = "20160219", 196 196 .major = 1,