Skip to content

Commit

Permalink
drm/nouveau: oops, increase channel dispc_vma to 4
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 Mar 22, 2012
1 parent 664695a commit 27100ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nouveau_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ struct nouveau_channel {

uint32_t sw_subchannel[8];

struct nouveau_vma dispc_vma[2];
struct nouveau_vma dispc_vma[4];
struct {
struct nouveau_gpuobj *vblsem;
uint32_t vblsem_head;
Expand Down

0 comments on commit 27100ac

Please sign in to comment.