]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/exynos: g2d: change platform driver name to 'exynos-drm-g2d'
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Fri, 20 Jan 2017 16:02:51 +0000 (17:02 +0100)
committerInki Dae <inki.dae@samsung.com>
Tue, 7 Feb 2017 04:52:49 +0000 (13:52 +0900)
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>
drivers/gpu/drm/exynos/exynos_drm_g2d.c

index 603d8425cca6cf015b1eca170f5d9d5540021535..2b8bf2dd63874e36e0d29c4c383a74c2d365489d 100644 (file)
@@ -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,