public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/3] Add vmwgfx support
@ 2022-11-29 17:27 Zack Rusin
  2022-11-29 17:27 ` [igt-dev] [PATCH i-g-t 1/3] igt/vmwgfx: Add support for testing vmwgfx Zack Rusin
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Zack Rusin @ 2022-11-29 17:27 UTC (permalink / raw)
  To: igt-dev; +Cc: krastevm, banackm, mombasawalam

From: Zack Rusin <zackr@vmware.com>

Introduce explicit support for vmwgfx. The general support is largely
self contained, the two extra patches in the core are changing a warning
to info due to it being always dumped for DRIVER_ANY tests that are
not running on Intel and increasing number of available crtcs which is
needed by vmwgfx but doesn't affect other drivers.

Maaz Mombasawala (1):
  igt/vmwgfx: Add support for testing vmwgfx

Zack Rusin (2):
  lib/igt_kms: vmwgfx returns 8 crtc
  igt: Switch warning to an info when not using i915

 lib/drmtest.c                   |    3 +
 lib/drmtest.h                   |    1 +
 lib/igt_kmod.c                  |    2 +-
 lib/igt_kms.c                   |    2 +-
 lib/igt_kms.h                   |    2 +
 lib/igt_vmwgfx.c                | 1354 ++++++++++++++++++++++++
 lib/igt_vmwgfx.h                |  275 +++++
 lib/meson.build                 |    1 +
 lib/svga/svga3d_cmd.h           | 1511 +++++++++++++++++++++++++++
 lib/svga/svga3d_devcaps.h       |  369 +++++++
 lib/svga/svga3d_dx.h            | 1722 +++++++++++++++++++++++++++++++
 lib/svga/svga3d_limits.h        |   83 ++
 lib/svga/svga3d_reg.h           |   44 +
 lib/svga/svga3d_surfacedefs.h   | 1559 ++++++++++++++++++++++++++++
 lib/svga/svga3d_types.h         | 1554 ++++++++++++++++++++++++++++
 lib/svga/svga_escape.h          |   54 +
 lib/svga/svga_overlay.h         |  115 +++
 lib/svga/svga_reg.h             |  897 ++++++++++++++++
 lib/svga/vm_basic_types.h       |  161 +++
 meson.build                     |    8 +
 tests/meson.build               |    2 +
 tests/vmwgfx/execution_buffer.c |  306 ++++++
 tests/vmwgfx/meson.build        |   18 +
 tests/vmwgfx/mob_stress.c       |   99 ++
 tests/vmwgfx/ref_count.c        |  311 ++++++
 tests/vmwgfx/surface_copy.c     |  337 ++++++
 tests/vmwgfx/tri.c              |  208 ++++
 27 files changed, 10996 insertions(+), 2 deletions(-)
 create mode 100644 lib/igt_vmwgfx.c
 create mode 100644 lib/igt_vmwgfx.h
 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
 create mode 100644 tests/vmwgfx/execution_buffer.c
 create mode 100644 tests/vmwgfx/meson.build
 create mode 100644 tests/vmwgfx/mob_stress.c
 create mode 100644 tests/vmwgfx/ref_count.c
 create mode 100644 tests/vmwgfx/surface_copy.c
 create mode 100644 tests/vmwgfx/tri.c

-- 
2.37.2

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-02-17 17:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-29 17:27 [igt-dev] [PATCH i-g-t 0/3] Add vmwgfx support Zack Rusin
2022-11-29 17:27 ` [igt-dev] [PATCH i-g-t 1/3] igt/vmwgfx: Add support for testing vmwgfx Zack Rusin
2023-01-26 18:13   ` Kamil Konieczny
2023-01-26 19:06     ` Zack Rusin
2023-02-17 17:50       ` Kamil Konieczny
2022-11-29 17:27 ` [igt-dev] [PATCH i-g-t 2/3] lib/igt_kms: vmwgfx returns 8 crtc Zack Rusin
2023-02-17 17:32   ` Kamil Konieczny
2022-11-29 17:27 ` [igt-dev] [PATCH i-g-t 3/3] igt: Switch warning to an info when not using i915 Zack Rusin
2023-01-26 18:17   ` Kamil Konieczny
2023-01-26 19:11     ` Zack Rusin
2023-01-27 14:29       ` Kamil Konieczny
2023-01-27 14:35         ` Petri Latvala
2023-01-27 16:51           ` Kamil Konieczny
2023-02-17 17:35       ` Kamil Konieczny
2022-11-29 19:42 ` [igt-dev] ✗ GitLab.Pipeline: warning for Add vmwgfx support Patchwork
2022-11-29 20:02 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox