projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0638df4
)
drm/nvc0/gr: no need to store context in graph_fini()
author
Ben Skeggs
<bskeggs@redhat.com>
Wed, 13 Apr 2011 02:55:36 +0000
(12:55 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Mon, 16 May 2011 00:49:26 +0000
(10:49 +1000)
PFIFO kickoff should have handled this for us.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvc0_graph.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvc0_graph.c
b/drivers/gpu/drm/nouveau/nvc0_graph.c
index
dcb8d9a
..
c4b65fa
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvc0_graph.c
+++ b/
drivers/gpu/drm/nouveau/nvc0_graph.c
@@
-250,12
+250,6
@@
nvc0_graph_object_new(struct nouveau_channel *chan, int engine,
static int
nvc0_graph_fini(struct drm_device *dev, int engine)
{
- u32 inst = nv_rd32(dev, 0x409b00);
- if (inst & 0x80000000) {
- inst &= 0x0fffffff;
- nvc0_graph_unload_context_to(dev, (u64)inst << 12);
- }
-
return 0;
}