]> Git Repo - linux.git/commitdiff
drm/nouveau: oops, increase channel dispc_vma to 4
authorBen Skeggs <[email protected]>
Fri, 16 Mar 2012 03:45:09 +0000 (13:45 +1000)
committerBen Skeggs <[email protected]>
Thu, 22 Mar 2012 07:17:56 +0000 (17:17 +1000)
Signed-off-by: Ben Skeggs <[email protected]>
drivers/gpu/drm/nouveau/nouveau_drv.h

index 2d6032e2063fa057d21e6ce5f042ae109829c945..c1e9a6afc9919c781ce12d3112b48721f11085b0 100644 (file)
@@ -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;
This page took 0.044729 seconds and 4 git commands to generate.