Skip to content

Commit

Permalink
drm/nv50-/fbcon: move 2d class to subchannel 3
Browse files Browse the repository at this point in the history
Kepler GRAPH has (well, sorta) fixed subchannel<->class assignments, make
this match up to keep it happy without trapping.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed May 24, 2012
1 parent ab39454 commit f1c65e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nouveau_dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit f1c65e7

Please sign in to comment.