linux/drivers/gpu/drm/vmwgfx
Thomas Hellstrom d9f36a0051 drm/vmwgfx: Implement basic pm operations.
Currently we really only support S3, since the device doesn't support
saving of the 3D state.

On S3/S4, move all buffer objects to swappable memory and take down
GMR bindings. We need to do that from a PM notifier since we can't
do persistant memory allocations from the standard PM callbacks.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-01-14 12:19:57 +10:00
..
Kconfig
Makefile
svga3d_reg.h
svga_escape.h
svga_overlay.h
svga_reg.h
svga_types.h
vmwgfx_buffer.c drm/vmwgfx: Implement a swap_notify callback. 2010-01-14 12:19:01 +10:00
vmwgfx_drv.c drm/vmwgfx: Implement basic pm operations. 2010-01-14 12:19:57 +10:00
vmwgfx_drv.h drm/vmwgfx: Implement basic pm operations. 2010-01-14 12:19:57 +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 drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs. 2010-01-14 12:18:43 +10:00
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 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: Use bo_driver::move_notify to unbind GMRs. 2010-01-14 12:18:43 +10:00
vmwgfx_ttm_glue.c