linux/drivers/gpu/drm/vmwgfx
Thomas Hellstrom c373d4eac4 drm/vmwgfx: Extend the command verifier to handle guest-backed on / off
Make sure we disallow commands if the device doesn't support them.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Zack Rusin <zackr@vmware.com>
2014-01-17 07:52:31 +01:00
..
Kconfig
Makefile drm/vmwgfx: Add guest-backed shaders 2014-01-17 07:52:27 +01:00
svga3d_reg.h drm/vmwgfx: Update the svga3d register header file for new device version 2014-01-17 07:44:24 +01:00
svga3d_surfacedefs.h
svga_escape.h
svga_overlay.h
svga_reg.h drm/vmwgfx: Update the svga register definition 2014-01-17 07:52:17 +01:00
svga_types.h
vmwgfx_buffer.c drm/vmwgfx: Hook up MOBs to TTM as a separate memory type 2014-01-17 07:52:21 +01:00
vmwgfx_context.c drm/vmwgfx: Hook up guest-backed contexts 2014-01-17 07:52:25 +01:00
vmwgfx_dmabuf.c drm/vmwgfx: Hook up MOBs to TTM as a separate memory type 2014-01-17 07:52:21 +01:00
vmwgfx_drv.c drm/vmwgfx: Add guest-backed shaders 2014-01-17 07:52:27 +01:00
vmwgfx_drv.h drm/vmwgfx: Fix up the vmwgfx_drv.h header for new files 2014-01-17 07:52:30 +01:00
vmwgfx_execbuf.c drm/vmwgfx: Extend the command verifier to handle guest-backed on / off 2014-01-17 07:52:31 +01:00
vmwgfx_fb.c
vmwgfx_fence.c drivers: gpu: Mark functions as static in vmwgfx_fence.c 2014-01-08 13:45:56 +01:00
vmwgfx_fence.h
vmwgfx_fifo.c drm/vmwgfx: Enable 3D for new hardware version 2014-01-17 07:52:29 +01:00
vmwgfx_gmr.c drm/vmwgfx: Fix the driver for large dma addresses 2014-01-17 07:44:15 +01:00
vmwgfx_gmrid_manager.c drm/vmwgfx: Hook up MOBs to TTM as a separate memory type 2014-01-17 07:52:21 +01:00
vmwgfx_ioctl.c drm/vmwgfx: Adapt capability reporting to new hardware version 2014-01-17 07:52:18 +01:00
vmwgfx_irq.c drm: Kill DRM_IRQ_ARGS 2013-12-18 11:33:46 +10:00
vmwgfx_kms.c drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution 2014-01-17 07:52:16 +01:00
vmwgfx_kms.h drm: Pass page flip ioctl flags to driver 2013-08-30 09:24:54 +10:00
vmwgfx_ldu.c drm/vmwgfx: Add our connectors to sysfs 2013-12-04 12:04:02 -08:00
vmwgfx_marker.c
vmwgfx_mob.c drm/vmwgfx: Add MOB management 2014-01-17 07:52:19 +01:00
vmwgfx_overlay.c
vmwgfx_prime.c drm/vmwgfx: Hook up the prime ioctls 2013-11-18 04:11:53 -08:00
vmwgfx_reg.h
vmwgfx_resource.c drm/vmwgfx: Hook up guest-backed surfaces 2014-01-17 07:52:26 +01:00
vmwgfx_resource_priv.h
vmwgfx_scrn.c drm/vmwgfx: Add our connectors to sysfs 2013-12-04 12:04:02 -08:00
vmwgfx_shader.c drm/vmwgfx: Add guest-backed shaders 2014-01-17 07:52:27 +01:00
vmwgfx_surface.c drm/vmwgfx: Hook up guest-backed surfaces 2014-01-17 07:52:26 +01:00
vmwgfx_ttm_glue.c