drm/vmwgfx: Update device headers
authorZack Rusin <zackr@vmware.com>
Tue, 15 Jun 2021 18:23:33 +0000 (14:23 -0400)
committerZack Rusin <zackr@vmware.com>
Wed, 16 Jun 2021 18:27:00 +0000 (14:27 -0400)
commitebc9ac7c3dfe85e7e29af896c7fd1095129fd72c
treeab88308e2d51df6493092d9e5d5a3bbc370ec2b6
parent3f35b6b041f6f846de623dd2a10aceedf06df134
drm/vmwgfx: Update device headers

Historically our device headers have been forked versions of the
internal device headers, this has made maintaining them a bit
of a burden. To fix the situation, going forward, the device headers
will be verbatim copies of the internal headers.
To do that the driver code has to be adapted to use pristine
device headers. This will make future update to the device
headers trivial and automatic.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Martin Krastev <krastevm@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210615182336.995192-2-zackr@vmware.com
29 files changed:
drivers/gpu/drm/vmwgfx/device_include/includeCheck.h [deleted file]
drivers/gpu/drm/vmwgfx/device_include/svga3d_caps.h [deleted file]
drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h
drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h
drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h
drivers/gpu/drm/vmwgfx/device_include/svga3d_limits.h
drivers/gpu/drm/vmwgfx/device_include/svga3d_reg.h
drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h
drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h
drivers/gpu/drm/vmwgfx/device_include/svga_escape.h
drivers/gpu/drm/vmwgfx/device_include/svga_overlay.h
drivers/gpu/drm/vmwgfx/device_include/svga_reg.h
drivers/gpu/drm/vmwgfx/device_include/svga_types.h [deleted file]
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 [deleted file]
drivers/gpu/drm/vmwgfx/device_include/vmware_pack_end.h [deleted file]
drivers/gpu/drm/vmwgfx/vmw_surface_cache.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/vmwgfx_binding.c
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
drivers/gpu/drm/vmwgfx/vmwgfx_devcaps.c
drivers/gpu/drm/vmwgfx/vmwgfx_devcaps.h
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_ioctl.c
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
drivers/gpu/drm/vmwgfx/vmwgfx_mob.c
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c