diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-05-05 08:19:20 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-07-25 20:28:15 -0400 |
commit | ce22af03da2cd700332a384e240378cae1355773 (patch) | |
tree | 60d7c7f3a5c60b3100225b2c675718eb046a9dd9 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 5086f69eb960ff5984a2fdac9d238c76edfe57bc (diff) |
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.h | 2 |
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, | |||
938 | struct nouveau_channel **pchan); | 938 | struct nouveau_channel **pchan); |
939 | extern int nouveau_channel_idle(struct nouveau_channel *chan); | 939 | extern int nouveau_channel_idle(struct nouveau_channel *chan); |
940 | 940 | ||
941 | /* nouveau_object.c */ | 941 | /* nouveau_gpuobj.c */ |
942 | #define NVOBJ_ENGINE_ADD(d, e, p) do { \ | 942 | #define NVOBJ_ENGINE_ADD(d, e, p) do { \ |
943 | struct drm_nouveau_private *dev_priv = (d)->dev_private; \ | 943 | struct drm_nouveau_private *dev_priv = (d)->dev_private; \ |
944 | dev_priv->eng[NVOBJ_ENGINE_##e] = (p); \ | 944 | dev_priv->eng[NVOBJ_ENGINE_##e] = (p); \ |