aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_graph.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.c b/drivers/gpu/drm/nouveau/nvc0_graph.c
index dcb8d9a12120..c4b65fa7aaf1 100644
--- 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,
250static int 250static int
251nvc0_graph_fini(struct drm_device *dev, int engine) 251nvc0_graph_fini(struct drm_device *dev, int engine)
252{ 252{
253 u32 inst = nv_rd32(dev, 0x409b00);
254 if (inst & 0x80000000) {
255 inst &= 0x0fffffff;
256 nvc0_graph_unload_context_to(dev, (u64)inst << 12);
257 }
258
259 return 0; 253 return 0;
260} 254}
261 255