summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-05-05 22:19:20 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-07-26 10:28:15 +1000
commitce22af03da2cd700332a384e240378cae1355773 (patch)
tree60d7c7f3a5c60b3100225b2c675718eb046a9dd9 /drivers/gpu/drm/nouveau/nouveau_drv.h
parent5086f69eb960ff5984a2fdac9d238c76edfe57bc (diff)
downloadblackbird-obmc-linux-ce22af03da2cd700332a384e240378cae1355773.tar.gz
blackbird-obmc-linux-ce22af03da2cd700332a384e240378cae1355773.zip
drm/nouveau: move current gpuobj code out of nouveau_object.c
I want this file for the new interfaces... Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 8613cb23808c..b0f8dd0373cd 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -938,7 +938,7 @@ extern void nouveau_channel_ref(struct nouveau_channel *chan,
struct nouveau_channel **pchan);
extern int nouveau_channel_idle(struct nouveau_channel *chan);
-/* nouveau_object.c */
+/* nouveau_gpuobj.c */
#define NVOBJ_ENGINE_ADD(d, e, p) do { \
struct drm_nouveau_private *dev_priv = (d)->dev_private; \
dev_priv->eng[NVOBJ_ENGINE_##e] = (p); \
OpenPOWER on IntegriCloud