Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345465
b: refs/heads/master
c: fb9bff2
h: refs/heads/master
i:
  345463: 34dca49
v: v3
  • Loading branch information
Ben Skeggs committed Nov 28, 2012
1 parent be7a15a commit c51170c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a7950140b960694326489ba6c2429fd7830c93b
refs/heads/master: fb9bff26f11cfa22ae480b54f20d958c89619996
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/core/subdev/device/nve0.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include <engine/copy.h>
#include <engine/bsp.h>
#include <engine/vp.h>
#include <engine/ppp.h>

int
nve0_identify(struct nouveau_device *device)
Expand Down Expand Up @@ -78,6 +79,7 @@ nve0_identify(struct nouveau_device *device)
device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass;
device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass;
device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass;
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
break;
case 0xe7:
device->cname = "GK107";
Expand Down Expand Up @@ -105,6 +107,7 @@ nve0_identify(struct nouveau_device *device)
device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass;
device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass;
device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass;
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
break;
default:
nv_fatal(device, "unknown Kepler chipset\n");
Expand Down

0 comments on commit c51170c

Please sign in to comment.