diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2009-12-10 03:19:58 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-15 01:38:43 +0300 |
commit | fb1d9738ca053ea8afa5e86af6463155f983b01c (patch) | |
tree | 53aa407922c989f48aead5fcf61f9945ca6051d5 /include/drm/Kbuild | |
parent | 632f61178d0473861ba77e774bb654b37bc7eccc (diff) | |
download | linux-fb1d9738ca053ea8afa5e86af6463155f983b01c.tar.xz |
drm/vmwgfx: Add DRM driver for VMware Virtual GPU
This commit adds the vmwgfx driver for the VWware Virtual GPU aka SVGA.
The driver is under staging the same as Nouveau and Radeon KMS. Hopefully
the 2D ioctls are bug free and don't need changing, so that part of the
API should be stable. But there there is a pretty big chance that the 3D API
will change in the future.
Signed-off-by: Thomas Hellström <thellstrom@vmware.com>
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/Kbuild')
-rw-r--r-- | include/drm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/Kbuild b/include/drm/Kbuild index b940fdfa3b25..1e83f85be819 100644 --- a/include/drm/Kbuild +++ b/include/drm/Kbuild @@ -7,4 +7,5 @@ unifdef-y += r128_drm.h unifdef-y += radeon_drm.h unifdef-y += sis_drm.h unifdef-y += savage_drm.h +unifdef-y += vmwgfx_drm.h unifdef-y += via_drm.h |