aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_crtc.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-09 14:10:19 -0400
committerBen Skeggs <bskeggs@redhat.com>2014-08-09 15:12:56 -0400
commit8a42364701d6860e51d53bbcbe3c84fe93816861 (patch)
treeca75f4ef70396f529f6c0b9209c234acd4e243f5 /drivers/gpu/drm/nouveau/nouveau_crtc.h
parentab0af559d34b6817768c1720859aef7d7009ee57 (diff)
drm/nv50/kms: create ctxdma objects for framebuffers as required
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_crtc.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_crtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_crtc.h b/drivers/gpu/drm/nouveau/nouveau_crtc.h
index a0534489d23f..a7cbbe9d5d8d 100644
--- a/drivers/gpu/drm/nouveau/nouveau_crtc.h
+++ b/drivers/gpu/drm/nouveau/nouveau_crtc.h
@@ -46,7 +46,7 @@ struct nouveau_crtc {
46 int cpp; 46 int cpp;
47 bool blanked; 47 bool blanked;
48 uint32_t offset; 48 uint32_t offset;
49 uint32_t tile_flags; 49 uint32_t handle;
50 } fb; 50 } fb;
51 51
52 struct { 52 struct {