diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-06-05 04:59:55 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-06-11 10:11:29 +0400 |
commit | e84a35a8054397b0a4efc86ba82d9bc8b3895c75 (patch) | |
tree | 3681db98f5efa125772b664e4ab0a233b0a02d01 /drivers/gpu/drm/nouveau/nouveau_encoder.h | |
parent | e32d68c9c799dbe90450b94146624d04aa25aa47 (diff) | |
download | linux-e84a35a8054397b0a4efc86ba82d9bc8b3895c75.tar.xz |
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 { /* different to drm_encoder.crtc, this reflects what's * actually programmed on the hw, not the proposed crtc */ struct drm_crtc *crtc; + u32 ctrl; struct drm_display_mode mode; int last_dpms; |