projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab39454
)
drm/nv50-/fbcon: move 2d class to subchannel 3
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 20 Mar 2012 04:20:50 +0000
(14:20 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
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 <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_dma.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_dma.h
b/drivers/gpu/drm/nouveau/nouveau_dma.h
index 23d4edf992b7d20440eb53ce8273231ccfe487e1..47896c407284f2670fcefaf349040b5f1c29c40b 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_dma.h
+++ b/
drivers/gpu/drm/nouveau/nouveau_dma.h
@@
-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
};