linux/drivers/gpu/drm/vmwgfx
Thomas Hellstrom 36e952c1ed drm/vmwgfx: Fix command defines and checks
Make sure all guest-backed object commands are properly packed.
Have the command verifier treat uninitialized command entries as invalid
rather than dereferencing NULL pointers.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
2014-02-12 19:31:45 +01:00
..
Kconfig
Makefile drm/vmwgfx: Add guest-backed shaders 2014-01-17 07:52:27 +01:00
svga3d_reg.h drm/vmwgfx: Fix command defines and checks 2014-02-12 19:31:45 +01:00
svga3d_surfacedefs.h drm/vmwgfx: Fix possible integer overflow 2014-02-12 19:30:45 +01:00
svga_escape.h
svga_overlay.h
svga_reg.h drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE 2014-02-12 12:17:00 +01:00
svga_types.h
vmwgfx_buffer.c drm/vmwgfx: Use the linux DMA api also for MOBs 2014-01-17 07:52:38 +01:00
vmwgfx_context.c drm/vmwgfx: Fix a couple of sparse warnings and errors 2014-02-12 12:01:11 +01:00
vmwgfx_dmabuf.c drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare function 2014-01-17 07:52:37 +01:00
vmwgfx_drv.c drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE 2014-02-12 12:17:00 +01:00
vmwgfx_drv.h drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE 2014-02-12 12:17:00 +01:00
vmwgfx_execbuf.c drm/vmwgfx: Fix command defines and checks 2014-02-12 19:31:45 +01:00
vmwgfx_fb.c
vmwgfx_fence.c
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
vmwgfx_gmrid_manager.c
vmwgfx_ioctl.c drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE 2014-02-12 12:17:00 +01:00
vmwgfx_irq.c
vmwgfx_kms.c drm/vmwgfx: Fix surface framebuffer check for guest-backed surfaces 2014-01-17 07:52:39 +01:00
vmwgfx_kms.h
vmwgfx_ldu.c
vmwgfx_marker.c
vmwgfx_mob.c vmwgfx: Fix unitialized stack read in vmw_setup_otable_base 2014-02-05 08:52:34 +01:00
vmwgfx_overlay.c
vmwgfx_prime.c
vmwgfx_reg.h
vmwgfx_resource_priv.h
vmwgfx_resource.c drm/vmwgfx: Reemit context bindings when necessary v2 2014-02-05 08:41:58 +01:00
vmwgfx_scrn.c
vmwgfx_shader.c drm/vmwgfx: Fix a couple of sparse warnings and errors 2014-02-12 12:01:11 +01:00
vmwgfx_surface.c drm/vmwgfx: Reemit context bindings when necessary v2 2014-02-05 08:41:58 +01:00
vmwgfx_ttm_glue.c