]> Git Repo - linux.git/commitdiff
drm/nv50-/fbcon: move 2d class to subchannel 3
authorBen Skeggs <[email protected]>
Tue, 20 Mar 2012 04:20:50 +0000 (14:20 +1000)
committerBen Skeggs <[email protected]>
Thu, 24 May 2012 06:31:43 +0000 (16:31 +1000)
Kepler GRAPH has (well, sorta) fixed subchannel<->class assignments, make
this match up to keep it happy without trapping.

Signed-off-by: Ben Skeggs <[email protected]>
drivers/gpu/drm/nouveau/nouveau_dma.h

index 23d4edf992b7d20440eb53ce8273231ccfe487e1..47896c407284f2670fcefaf349040b5f1c29c40b 100644 (file)
@@ -50,8 +50,8 @@ void nv50_dma_push(struct nouveau_channel *, struct nouveau_bo *,
 enum {
        NvSubM2MF       = 0,
        NvSubSw         = 1,
-       NvSub2D         = 2,
        NvSubCtxSurf2D  = 2,
+       NvSub2D         = 3,
        NvSubGdiRect    = 3,
        NvSubImageBlit  = 4
 };
This page took 0.057711 seconds and 4 git commands to generate.