summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki <koriakin@0x04.net>2010-01-10 17:09:14 +0000
committerBen Skeggs <bskeggs@redhat.com>2010-01-11 09:06:53 +1000
commitfe5a64acbfab4f79ccd18972c3d4c1cae31f3b8d (patch)
tree0660f558cd77b534f15d07d4bbe14a7d94e814fe /drivers/gpu/drm/nouveau
parent75c99da6cdd0ec9d70747f9ced3e85b2dd955cdf (diff)
downloadop-kernel-dev-fe5a64acbfab4f79ccd18972c3d4c1cae31f3b8d.zip
op-kernel-dev-fe5a64acbfab4f79ccd18972c3d4c1cae31f3b8d.tar.gz
drm/nv04: Fix set_operation software method.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r--drivers/gpu/drm/nouveau/nv04_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv04_graph.c b/drivers/gpu/drm/nouveau/nv04_graph.c
index 98f3b40..e260986 100644
--- a/drivers/gpu/drm/nouveau/nv04_graph.c
+++ b/drivers/gpu/drm/nouveau/nv04_graph.c
@@ -537,7 +537,7 @@ nv04_graph_mthd_set_operation(struct nouveau_channel *chan, int grclass,
int mthd, uint32_t data)
{
struct drm_device *dev = chan->dev;
- uint32_t instance = nv_rd32(dev, NV04_PGRAPH_CTX_SWITCH4) & 0xffff;
+ uint32_t instance = (nv_rd32(dev, NV04_PGRAPH_CTX_SWITCH4) & 0xffff) << 4;
int subc = (nv_rd32(dev, NV04_PGRAPH_TRAPPED_ADDR) >> 13) & 0x7;
uint32_t tmp;
OpenPOWER on IntegriCloud