linux/drivers/gpu/drm/vmwgfx
Thomas Hellstrom 7704befbd5 drm/vmwgfx: Make fence sequences continous across a VT switch.
A vt switch in stealth mode would take down the FIFO, and re-
initialize fence sequence numbers. This patch
saves the current state of the fence sequence when the FIFO is
disabled.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-01-14 12:18:02 +10:00
..
Kconfig
Makefile
svga3d_reg.h
svga_escape.h
svga_overlay.h
svga_reg.h
svga_types.h
vmwgfx_buffer.c drm/vmwgfx: Add DRM driver for VMware Virtual GPU 2009-12-15 08:38:43 +10:00
vmwgfx_drv.c drm/vmwgfx: Make fence sequences continous across a VT switch. 2010-01-14 12:18:02 +10:00
vmwgfx_drv.h drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles. 2009-12-23 10:06:24 +10:00
vmwgfx_execbuf.c drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles. 2009-12-23 10:06:24 +10:00
vmwgfx_fb.c
vmwgfx_fifo.c drm/vmwgfx: Make fence sequences continous across a VT switch. 2010-01-14 12:18:02 +10:00
vmwgfx_gmr.c
vmwgfx_ioctl.c
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 promote updates from GMR-backed scanouts to fullscreen. 2010-01-14 12:17:44 +10:00
vmwgfx_kms.h
vmwgfx_ldu.c
vmwgfx_overlay.c
vmwgfx_reg.h
vmwgfx_resource.c drm/vmwgfx: Fix an error path causing an oops. 2010-01-14 12:17:56 +10:00
vmwgfx_ttm_glue.c