summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-10-08 04:29:16 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2012-11-28 23:56:39 (GMT)
commitf756944a219cb2d38b0859e8af680f9b216de1e3 (patch)
tree85bef8abe897bd9fd53c6f942978e6b9895491b6 /drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h
parent344e107df7a5c365287aabe9df7df58b3765246b (diff)
downloadlinux-fsl-qoriq-f756944a219cb2d38b0859e8af680f9b216de1e3.tar.xz
drm/nv50/dmaobj: extend class to allow gpu-specific attributes to be defined
disp is going to need to be able to create more specific dma objects than was previously possible. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h')
-rw-r--r--drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h b/drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h
index 21f9edc..b28914e 100644
--- a/drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h
+++ b/drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h
@@ -12,6 +12,7 @@ struct nouveau_dmaobj {
u32 access;
u64 start;
u64 limit;
+ u32 conf0;
};
struct nouveau_dmaeng {