diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-06-04 20:59:55 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-06-11 02:11:29 -0400 |
commit | e84a35a8054397b0a4efc86ba82d9bc8b3895c75 (patch) | |
tree | 3681db98f5efa125772b664e4ab0a233b0a02d01 /drivers/gpu/drm/nouveau/nouveau_encoder.h | |
parent | e32d68c9c799dbe90450b94146624d04aa25aa47 (diff) |
drm/nv50-: prepare for attaching a SOR to multiple heads
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_encoder.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_encoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_encoder.h b/drivers/gpu/drm/nouveau/nouveau_encoder.h index 24660c0f713d..fcf89c8c67b7 100644 --- a/drivers/gpu/drm/nouveau/nouveau_encoder.h +++ b/drivers/gpu/drm/nouveau/nouveau_encoder.h | |||
@@ -46,6 +46,7 @@ struct nouveau_encoder { | |||
46 | /* different to drm_encoder.crtc, this reflects what's | 46 | /* different to drm_encoder.crtc, this reflects what's |
47 | * actually programmed on the hw, not the proposed crtc */ | 47 | * actually programmed on the hw, not the proposed crtc */ |
48 | struct drm_crtc *crtc; | 48 | struct drm_crtc *crtc; |
49 | u32 ctrl; | ||
49 | 50 | ||
50 | struct drm_display_mode mode; | 51 | struct drm_display_mode mode; |
51 | int last_dpms; | 52 | int last_dpms; |