]> git.karo-electronics.de Git - linux-beck.git/commit
drm/vmwgfx: Update device includes for DX device functionality
authorSinclair Yeh <syeh@vmware.com>
Thu, 9 Jul 2015 04:20:39 +0000 (21:20 -0700)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 12 Aug 2015 17:06:26 +0000 (10:06 -0700)
commit8ce75f8ab9044fe11caaaf2b2c82471023212f9f
treeb63596cd0b9ce2d3ccd11c0e6ac4ac1badc28a67
parent5101020c78c9f242fe77bd7986bc24f7b800172a
drm/vmwgfx: Update device includes for DX device functionality

Add DX includes and move all device includes to a separate directory.

Co-authored with Thomas Hellstrom, Charmaine Lee and above all,
the VMware device team.

Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Charmaine Lee <charmainel@vmware.com>
31 files changed:
drivers/gpu/drm/vmwgfx/device_include/includeCheck.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga3d_caps.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga3d_limits.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga3d_reg.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/svga_escape.h [moved from drivers/gpu/drm/vmwgfx/svga_escape.h with 97% similarity]
drivers/gpu/drm/vmwgfx/device_include/svga_overlay.h [moved from drivers/gpu/drm/vmwgfx/svga_overlay.h with 96% similarity]
drivers/gpu/drm/vmwgfx/device_include/svga_reg.h [moved from drivers/gpu/drm/vmwgfx/svga_reg.h with 84% similarity]
drivers/gpu/drm/vmwgfx/device_include/svga_types.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/vmware_pack_begin.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/device_include/vmware_pack_end.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/svga3d_reg.h [deleted file]
drivers/gpu/drm/vmwgfx/svga3d_surfacedefs.h [deleted file]
drivers/gpu/drm/vmwgfx/svga_types.h [deleted file]
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
drivers/gpu/drm/vmwgfx/vmwgfx_mob.c
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
drivers/gpu/drm/vmwgfx/vmwgfx_reg.h
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c