projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1bef81
)
drm/tegra: Rename gr2d to tegra-gr2d
author
Thierry Reding
<treding@nvidia.com>
Mon, 14 Oct 2013 12:44:54 +0000
(14:44 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 31 Oct 2013 08:20:09 +0000
(09:20 +0100)
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>
drivers/gpu/host1x/drm/gr2d.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/host1x/drm/gr2d.c
b/drivers/gpu/host1x/drm/gr2d.c
index e91b184ced30ef9598b6332454e2bd9006305215..f045f7c0a91c38721b335f736e363abd20ff016d 100644
(file)
--- 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,