linux/drivers/gpu/drm/vmwgfx
Thomas Hellstrom f77cef3db3 drm/vmwgfx: Update the user-space interface.
When time-based throttling is implemented, we need to bump minor.
When the old way of detecting scanout is removed, we need to bump major.
In the meantime, this change should not break existing user-space.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-02-11 11:58:09 +10:00
..
Kconfig
Makefile
svga3d_reg.h
svga_escape.h
svga_overlay.h
svga_reg.h
svga_types.h
vmwgfx_buffer.c drm/vmwgfx: Optimize memory footprint for DMA buffers. 2010-01-25 16:04:39 +10:00
vmwgfx_drv.c drm/vmwgfx: Request SVGA version 2 and bail if not found 2010-02-01 11:29:31 +10:00
vmwgfx_drv.h drm/vmwgfx: Update the user-space interface. 2010-02-11 11:58:09 +10:00
vmwgfx_execbuf.c drm/vmwgfx: Optimize memory footprint for DMA buffers. 2010-01-25 16:04:39 +10:00
vmwgfx_fb.c drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs. 2010-01-14 12:18:43 +10:00
vmwgfx_fifo.c drm/vmwgfx: Correctly detect 3D 2010-02-01 11:29:03 +10:00
vmwgfx_gmr.c
vmwgfx_ioctl.c drm/vmwgfx: Update the user-space interface. 2010-02-11 11:58:09 +10:00
vmwgfx_irq.c drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal. 2009-12-23 10:05:47 +10:00
vmwgfx_kms.c drm/vmwgfx: Don't send bad flags to the host 2010-02-01 11:29:59 +10:00
vmwgfx_kms.h
vmwgfx_ldu.c
vmwgfx_overlay.c drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs. 2010-01-14 12:18:43 +10:00
vmwgfx_reg.h
vmwgfx_resource.c drm/vmwgfx: Update the user-space interface. 2010-02-11 11:58:09 +10:00
vmwgfx_ttm_glue.c