aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/device_include/includeCheck.h
AgeCommit message (Collapse)AuthorFilesLines
2021-06-16drm/vmwgfx: Update device headersZack Rusin1-3/+0
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 <[email protected]> Reviewed-by: Martin Krastev <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-0/+3
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 <[email protected]> Signed-off-by: Thomas Hellstrom <[email protected]> Signed-off-by: Charmaine Lee <[email protected]>