From dea33244d5006c9d4b8b7e4189d3dcf1d9f8a5d6 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Wed, 13 Apr 2011 12:55:36 +1000 Subject: [PATCH] --- yaml --- r: 250667 b: refs/heads/master c: 1d97f4acd31f605452ed042bbd9ff5802e37d477 h: refs/heads/master i: 250665: 5dec88cdaab6660218b8e49a191ae2772c5a41b3 250663: bf624bfe9ae44ffec7fdca06242a068bd1806619 v: v3 --- [refs] | 2 +- trunk/drivers/gpu/drm/nouveau/nvc0_graph.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 2059253af036..32fcb0759a00 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0638df425f65d1f413b36e53acd1fb689679cabe +refs/heads/master: 1d97f4acd31f605452ed042bbd9ff5802e37d477 diff --git a/trunk/drivers/gpu/drm/nouveau/nvc0_graph.c b/trunk/drivers/gpu/drm/nouveau/nvc0_graph.c index dcb8d9a12120..c4b65fa7aaf1 100644 --- a/trunk/drivers/gpu/drm/nouveau/nvc0_graph.c +++ b/trunk/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; }