Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228633
b: refs/heads/master
c: b2b0993
h: refs/heads/master
i:
  228631: 1a2802f
v: v3
  • Loading branch information
Ben Skeggs committed Dec 21, 2010
1 parent 12fa438 commit 201c139
Show file tree
Hide file tree
Showing 3 changed files with 362 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: 529c4959129c7c425aaf3d5b6acc63edf76827ad
refs/heads/master: b2b099388fa76f0be25431794d369d251a4002dd
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ struct nouveau_channel {
/* PFIFO context */
struct nouveau_gpuobj *ramfc;
struct nouveau_gpuobj *cache;
void *fifo_priv;

/* PGRAPH context */
/* XXX may be merge 2 pointers as private data ??? */
Expand Down Expand Up @@ -337,6 +338,7 @@ struct nouveau_fb_engine {
};

struct nouveau_fifo_engine {
void *priv;
int channels;

struct nouveau_gpuobj *playlist[2];
Expand Down
Loading

0 comments on commit 201c139

Please sign in to comment.