Commit f1c65e7c authored by Ben Skeggs's avatar Ben Skeggs

drm/nv50-/fbcon: move 2d class to subchannel 3

Kepler GRAPH has (well, sorta) fixed subchannel<->class assignments, make
this match up to keep it happy without trapping.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent ab394543
...@@ -50,8 +50,8 @@ void nv50_dma_push(struct nouveau_channel *, struct nouveau_bo *, ...@@ -50,8 +50,8 @@ void nv50_dma_push(struct nouveau_channel *, struct nouveau_bo *,
enum { enum {
NvSubM2MF = 0, NvSubM2MF = 0,
NvSubSw = 1, NvSubSw = 1,
NvSub2D = 2,
NvSubCtxSurf2D = 2, NvSubCtxSurf2D = 2,
NvSub2D = 3,
NvSubGdiRect = 3, NvSubGdiRect = 3,
NvSubImageBlit = 4 NvSubImageBlit = 4
}; };
......
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