Skip to content

Commit

Permalink
drm/nvc0: implement pfifo engine hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Dec 21, 2010
1 parent 529c495 commit b2b0993
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 b2b0993

Please sign in to comment.