Procházet zdrojové kódy

drm/nouveau/platform: recognize GM20B

Allow the platform driver to recognize GM20B.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Alexandre Courbot před 10 roky
rodič
revize
970fee29d0
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      drivers/gpu/drm/nouveau/nouveau_platform.c

+ 1 - 0
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)
 #if IS_ENABLED(CONFIG_OF)
 static const struct of_device_id nouveau_platform_match[] = {
 static const struct of_device_id nouveau_platform_match[] = {
 	{ .compatible = "nvidia,gk20a" },
 	{ .compatible = "nvidia,gk20a" },
+	{ .compatible = "nvidia,gm20b" },
 	{ }
 	{ }
 };
 };