mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
|
||||
/**********************************************************
|
||||
* Copyright 1998-2015 VMware, Inc.
|
||||
* SPDX-License-Identifier: GPL-2.0 OR MIT
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
@@ -27,18 +27,14 @@
|
||||
/*
|
||||
* svga3d_reg.h --
|
||||
*
|
||||
* SVGA 3d hardware definitions
|
||||
* SVGA 3d hardware definitions
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef _SVGA3D_REG_H_
|
||||
#define _SVGA3D_REG_H_
|
||||
|
||||
#define INCLUDE_ALLOW_MODULE
|
||||
#define INCLUDE_ALLOW_USERLEVEL
|
||||
#define INCLUDE_ALLOW_VMCORE
|
||||
|
||||
#include "includeCheck.h"
|
||||
|
||||
#include "svga_reg.h"
|
||||
|
||||
#include "svga3d_types.h"
|
||||
@@ -47,5 +43,4 @@
|
||||
#include "svga3d_dx.h"
|
||||
#include "svga3d_devcaps.h"
|
||||
|
||||
|
||||
#endif /* _SVGA3D_REG_H_ */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user