summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-03-22 00:05:03 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2013-04-26 05:37:52 (GMT)
commit0fa9061ae8c10a9178d696cf48d94c3bf2848f9f (patch)
treed5edefa2d240ef8ef30a40327f98e853ba2b5853 /drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c
parent1a6463425552a8b9960e5a19b25421895846925c (diff)
downloadlinux-fsl-qoriq-0fa9061ae8c10a9178d696cf48d94c3bf2848f9f.tar.xz
drm/nouveau/mc: handle irq-related setup ourselves
We need to be able to process interrupts before the DRM code is able to actually enable them, set it up ourselves. Also, it's less convoluted to *not* use the DRM wrappers it appears... Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c')
-rw-r--r--drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c b/drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c
index 42bbf72..737bd4b 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c
@@ -61,7 +61,6 @@ nvc0_mc_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
if (ret)
return ret;
- nv_subdev(priv)->intr = nouveau_mc_intr;
priv->base.intr_map = nvc0_mc_intr;
return 0;
}