linux/drivers/gpu/drm/vmwgfx
Jerome Glisse 96bf8b8778 drm/vmwgfx: add support for new TTM fault callback V5
This add the support for the new fault callback, does change anything
from driver point of view.

Improvement: store the aperture base in a variable so that we don't
call a function to get it on each fault.

Patch hasn't been tested.

V2 don't derefence bo->mem.mm_node as it's not NULL only for
   VRAM or GTT
V3 update after io_mem_reserve/io_mem_free callback balancing
V4 callback has to ioremap
V5 ioremap is done by TTM

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-04-20 14:12:43 +10:00
..
Kconfig drm/vmwgfx: depends on FB 2010-03-15 10:35:04 +10:00
Makefile drm/vmwgfx: Add DRM driver for VMware Virtual GPU 2009-12-15 08:38:43 +10:00
svga3d_reg.h
svga_escape.h
svga_overlay.h
svga_reg.h
svga_types.h
vmwgfx_buffer.c drm/vmwgfx: add support for new TTM fault callback V5 2010-04-20 14:12:43 +10:00
vmwgfx_drv.c drm/vmwgfx: Use fb handover mechanism instead of stealth mode. 2010-02-18 15:01:59 +10:00
vmwgfx_drv.h drm/vmwgfx: Fix a circular locking dependency bug. 2010-02-11 12:06:05 +10:00
vmwgfx_execbuf.c drm/ttm: split no_wait argument in 2 GPU or reserve wait 2010-04-08 10:21:19 +10:00
vmwgfx_fb.c drm/ttm: split no_wait argument in 2 GPU or reserve wait 2010-04-08 10:21:19 +10:00
vmwgfx_fifo.c drm/vmwgfx: Fix a circular locking dependency bug. 2010-02-11 12:06:05 +10:00
vmwgfx_gmr.c drm/vmwgfx: Add DRM driver for VMware Virtual GPU 2009-12-15 08:38:43 +10:00
vmwgfx_ioctl.c drm/vmwgfx: Update the user-space interface. 2010-02-11 11:58:09 +10:00
vmwgfx_irq.c drm/vmwgfx: Fix a circular locking dependency bug. 2010-02-11 12:06:05 +10:00
vmwgfx_kms.c drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height} 2010-02-11 11:58:33 +10:00
vmwgfx_kms.h drm/vmwgfx: Add DRM driver for VMware Virtual GPU 2009-12-15 08:38:43 +10:00
vmwgfx_ldu.c drm/vmwgfx: Add DRM driver for VMware Virtual GPU 2009-12-15 08:38:43 +10:00
vmwgfx_overlay.c drm/ttm: split no_wait argument in 2 GPU or reserve wait 2010-04-08 10:21:19 +10:00
vmwgfx_reg.h drm/vmwgfx: Add DRM driver for VMware Virtual GPU 2009-12-15 08:38:43 +10:00
vmwgfx_resource.c drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members. Bumps major. 2010-02-11 12:03:26 +10:00
vmwgfx_ttm_glue.c drm/vmwgfx: Add DRM driver for VMware Virtual GPU 2009-12-15 08:38:43 +10:00