diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2013-12-16 06:13:25 -0800 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2013-12-19 07:47:11 -0800 |
commit | c020923597d3bc30dffa89ba0a47f3b9517dd5fb (patch) | |
tree | 41a6264dfac37730eaca2ae212d615e5ef1dced4 /vmwgfx/vmwgfx_hosted.h | |
parent | c8e1c498431b1f8758f62c94131c302cf3d07b39 (diff) |
vmwgfx: Add support for XMir v2.
Use the hosted infrastructure to add support for XMir.
Helpers go in vmwgfx_saa.c.
v2: Added comments for the helpers, and added a
vmwgfx_flush_dri2 to be executed when coming back from vt switch.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'vmwgfx/vmwgfx_hosted.h')
-rw-r--r-- | vmwgfx/vmwgfx_hosted.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vmwgfx/vmwgfx_hosted.h b/vmwgfx/vmwgfx_hosted.h index 8f3b243..78dc7cd 100644 --- a/vmwgfx/vmwgfx_hosted.h +++ b/vmwgfx/vmwgfx_hosted.h @@ -23,6 +23,7 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Author: Thomas Hellstrom <thellstrom@vmware.com> + * Note: "Hosted" is a term stolen from the xf86-video-intel driver. */ #ifndef _VMWGFX_HOSTED_H |