summaryrefslogtreecommitdiff
path: root/vmwgfx_drv.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2016-01-13 19:59:15 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2016-01-20 09:38:35 +0100
commit3c423a690c34e73bf342b8324e7478d69368883e (patch)
tree7f6a38043273b081f7aa39bdf31646b9f3e3b0df /vmwgfx_drv.h
parent8890dbc222187380baa3a68183d5da1d9e634bb6 (diff)
vmwgfx: Add connector properties to switch between explicit and implicit placement
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Diffstat (limited to 'vmwgfx_drv.h')
-rw-r--r--vmwgfx_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmwgfx_drv.h b/vmwgfx_drv.h
index 3ef2108..33c24c5 100644
--- a/vmwgfx_drv.h
+++ b/vmwgfx_drv.h
@@ -412,6 +412,7 @@ struct vmw_private {
struct vmw_legacy_display *ldu_priv;
struct vmw_overlay *overlay_priv;
struct drm_property *hotplug_mode_update_property;
+ struct drm_property *implicit_placement_property;
unsigned num_implicit;
struct vmw_framebuffer *implicit_fb;