aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-10-14 14:44:54 +0200
committerThierry Reding <treding@nvidia.com>2013-10-31 09:20:09 +0100
commita137ce3438cb1f75fc048e751921a4eaceee0123 (patch)
treecd8746f1b2930ef95b19b8226c472188a3d57196 /drivers/gpu/host1x
parentc1bef81fe75bb0d6df9ee21f70eb39c0d854a8cc (diff)
drm/tegra: Rename gr2d to tegra-gr2d
Other drivers use the tegra- prefix in their names, so add it to this driver's name as well for consistency. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r--drivers/gpu/host1x/drm/gr2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/drm/gr2d.c b/drivers/gpu/host1x/drm/gr2d.c
index e91b184ced3..f045f7c0a91 100644
--- a/drivers/gpu/host1x/drm/gr2d.c
+++ b/drivers/gpu/host1x/drm/gr2d.c
@@ -326,7 +326,7 @@ static int gr2d_remove(struct platform_device *pdev)
struct platform_driver tegra_gr2d_driver = {
.driver = {
- .name = "gr2d",
+ .name = "tegra-gr2d",
.of_match_table = gr2d_match,
},
.probe = gr2d_probe,