diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2016-02-12 11:00:26 +0300 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2016-03-14 16:57:56 +0300 |
commit | 75c0685549bb4af6e66bcc1c4c055add531b3880 (patch) | |
tree | 9ba187b8b3b42bcfef39cc866fe07e6722ce0612 /drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | |
parent | b1097aeb6f23433c4e073a8d7447a8d919e1e163 (diff) | |
download | linux-75c0685549bb4af6e66bcc1c4c055add531b3880.tar.xz |
drm/vmwgfx: Break out implicit fb code
Preparation for supporting explicit fbs for screen objects and screen
targets.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_drv.h')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h index 5cb1b1687cd4..b92521d70efc 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h @@ -407,8 +407,9 @@ struct vmw_private { void *fb_info; enum vmw_display_unit_type active_display_unit; struct vmw_legacy_display *ldu_priv; - struct vmw_screen_object_display *sou_priv; struct vmw_overlay *overlay_priv; + unsigned num_implicit; + struct vmw_framebuffer *implicit_fb; /* * Context and surface management. |