Commit 27100ac9 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau: oops, increase channel dispc_vma to 4

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 664695ae
...@@ -294,7 +294,7 @@ struct nouveau_channel { ...@@ -294,7 +294,7 @@ struct nouveau_channel {
uint32_t sw_subchannel[8]; uint32_t sw_subchannel[8];
struct nouveau_vma dispc_vma[2]; struct nouveau_vma dispc_vma[4];
struct { struct {
struct nouveau_gpuobj *vblsem; struct nouveau_gpuobj *vblsem;
uint32_t vblsem_head; uint32_t vblsem_head;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment