diff options
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | 2017-01-20 19:02:51 +0300 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2017-02-07 07:52:49 +0300 |
commit | d796ddc9ea0c88f7a1cc1e8df10553f8bbc6ba6b (patch) | |
tree | ec178add3f942da96eb7473056322313d3060c76 /drivers/gpu/drm/exynos | |
parent | b93c2e8b5d9d1fb8241d9a9ef13a9f4ed01c93e6 (diff) | |
download | linux-d796ddc9ea0c88f7a1cc1e8df10553f8bbc6ba6b.tar.xz |
drm/exynos: g2d: change platform driver name to 'exynos-drm-g2d'
The current name is 's5p-g2d', which is identical with the driver
name of the old V4L2 driver in media/platform.
This is probably due to the DRM driver being based on the V4L2
driver when it was initially created. Still the clashing of driver
names is confusing, so rename it to something in line with the
other DRM subdrivers.
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_g2d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c index 603d8425cca6..2b8bf2dd6387 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c +++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c @@ -1683,7 +1683,7 @@ struct platform_driver g2d_driver = { .probe = g2d_probe, .remove = g2d_remove, .driver = { - .name = "s5p-g2d", + .name = "exynos-drm-g2d", .owner = THIS_MODULE, .pm = &g2d_pm_ops, .of_match_table = exynos_g2d_match, |