diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-11-02 04:43:11 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-11-07 08:15:18 -0500 |
commit | 6987427a3953c5038dc14d2a090b5a6c93669428 (patch) | |
tree | 9e97ef3e0f57aead819845961cb6b892df0ac4e6 /drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | |
parent | 1543b4dd0c4b63975ffdadccd67c3a8805f28814 (diff) |
vmwgfx: Infrastructure for explicit placement
Make it possible to use explicit placement
(although not hooked up with a user-space interface yet)
and relax the single framebuffer limit to only apply to implicit placement.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_kms.h')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h index 815cf99ce06e..af8e6e5bd964 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | |||
@@ -102,6 +102,7 @@ struct vmw_display_unit { | |||
102 | */ | 102 | */ |
103 | int gui_x; | 103 | int gui_x; |
104 | int gui_y; | 104 | int gui_y; |
105 | bool is_implicit; | ||
105 | }; | 106 | }; |
106 | 107 | ||
107 | #define vmw_crtc_to_du(x) \ | 108 | #define vmw_crtc_to_du(x) \ |