projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d10ae27
)
drm/nouveau/platform: recognize GM20B
author
Alexandre Courbot
<acourbot@nvidia.com>
Tue, 23 Jun 2015 06:16:06 +0000
(15:16 +0900)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 28 Aug 2015 02:40:02 +0000
(12:40 +1000)
Allow the platform driver to recognize GM20B.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_platform.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_platform.c
b/drivers/gpu/drm/nouveau/nouveau_platform.c
index dcfbbfaf1739781724e312a4fc15cded1298358d..7a39d449fefa6f36c1dbdd629dd3e21068d01035 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_platform.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_platform.c
@@
-252,6
+252,7
@@
static int nouveau_platform_remove(struct platform_device *pdev)
#if IS_ENABLED(CONFIG_OF)
static const struct of_device_id nouveau_platform_match[] = {
{ .compatible = "nvidia,gk20a" },
+ { .compatible = "nvidia,gm20b" },
{ }
};