All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvc0: support for GP10B
@ 2017-03-30 10:05 Alexandre Courbot
       [not found] ` <20170330100557.27806-1-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Courbot @ 2017-03-30 10:05 UTC (permalink / raw)
  To: Ben Skeggs; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

GP10B uses the same 3D class as GP100.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
---
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
index 3e4c4f44ba92..c9042fc00447 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
@@ -903,6 +903,7 @@ nvc0_screen_create(struct nouveau_device *dev)
    case 0x130:
       switch (dev->chipset) {
       case 0x130:
+      case 0x13b:
          obj_class = GP100_3D_CLASS;
          break;
       default:
-- 
2.12.0

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nvc0: support for GP10B
       [not found] ` <20170330100557.27806-1-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2017-03-30 10:54   ` Samuel Pitoiset
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Pitoiset @ 2017-03-30 10:54 UTC (permalink / raw)
  To: Alexandre Courbot, Ben Skeggs; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

How about piglit? :)

Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>

On 03/30/2017 12:05 PM, Alexandre Courbot wrote:
> GP10B uses the same 3D class as GP100.
>
> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
> ---
>  src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> index 3e4c4f44ba92..c9042fc00447 100644
> --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> @@ -903,6 +903,7 @@ nvc0_screen_create(struct nouveau_device *dev)
>     case 0x130:
>        switch (dev->chipset) {
>        case 0x130:
> +      case 0x13b:
>           obj_class = GP100_3D_CLASS;
>           break;
>        default:
>
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-30 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 10:05 [PATCH] nvc0: support for GP10B Alexandre Courbot
     [not found] ` <20170330100557.27806-1-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2017-03-30 10:54   ` Samuel Pitoiset

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.