[igt-dev] [PATCH i-g-t v4 1/8] lib/svga: Add generated headers for the svga device
Kamil Konieczny
kamil.konieczny at linux.intel.com
Mon Apr 17 12:41:17 UTC 2023
On 2023-04-12 at 21:24:19 -0400, Zack Rusin wrote:
> From: Maaz Mombasawala <mombasawalam at vmware.com>
>
> Add generated headers for svga device which will be used
> to interface with the vmwgfx driver.
>
> Signed-off-by: Roye Eshed <reshed at vmware.com>
> Signed-off-by: Zack Rusin <zackr at vmware.com>
> Signed-off-by: Maaz Mombasawala <mombasawalam at vmware.com>
> Reviewed-by: Martin Krastev <krastevm at vmware.com>
> ---
> lib/svga/svga3d_cmd.h | 1513 ++++++++++++++++++++++++++++
> lib/svga/svga3d_devcaps.h | 375 +++++++
> lib/svga/svga3d_dx.h | 1737 +++++++++++++++++++++++++++++++++
> lib/svga/svga3d_limits.h | 81 ++
> lib/svga/svga3d_reg.h | 46 +
> lib/svga/svga3d_surfacedefs.h | 1559 +++++++++++++++++++++++++++++
> lib/svga/svga3d_types.h | 1560 +++++++++++++++++++++++++++++
> lib/svga/svga_escape.h | 56 ++
> lib/svga/svga_overlay.h | 117 +++
> lib/svga/svga_reg.h | 905 +++++++++++++++++
> lib/svga/vm_basic_types.h | 161 +++
> 11 files changed, 8110 insertions(+)
> create mode 100644 lib/svga/svga3d_cmd.h
> create mode 100644 lib/svga/svga3d_devcaps.h
> create mode 100644 lib/svga/svga3d_dx.h
> create mode 100644 lib/svga/svga3d_limits.h
> create mode 100644 lib/svga/svga3d_reg.h
> create mode 100644 lib/svga/svga3d_surfacedefs.h
> create mode 100644 lib/svga/svga3d_types.h
> create mode 100644 lib/svga/svga_escape.h
> create mode 100644 lib/svga/svga_overlay.h
> create mode 100644 lib/svga/svga_reg.h
> create mode 100644 lib/svga/vm_basic_types.h
>
> diff --git a/lib/svga/svga3d_cmd.h b/lib/svga/svga3d_cmd.h
> new file mode 100644
> index 00000000..f53c376c
> --- /dev/null
> +++ b/lib/svga/svga3d_cmd.h
> @@ -0,0 +1,1513 @@
> +/* SPDX-License-Identifier: GPL-2.0 OR MIT */
> +/*
> + * Copyright 2012-2022 VMware, Inc.
> + *
Acked-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
[...]
More information about the igt-dev
mailing list