• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

READMED23-Nov-20231.4 KiB3929

vc4-chamelium-fast.testlistD23-Nov-2023476 1514

vc4-chamelium.testlistD23-Nov-2023654 2019

vc4.testlistD23-Nov-20231.2 KiB3635

README

1This directory contains test lists to be used for vc4's DRM support. The files
2are passed to piglit with the --test-list parameter directly.
3
4The test lists are contained in the IGT repository for several
5reasons:
6
7- The lists stay synchronized with the IGT codebase.
8- Public availability. Kernel developers can see what tests are run,
9  and can see what changes are done to the set, when, and why.
10- Explicit test lists in general make it possible to implement a new
11  test without having it run by everyone else before the tests and / or setup
12  are ready for it.
13
14Changing the test lists should only happen with approval from the vc4
15maintainer, Eric Anholt (eric@anholt.net).
16
17============
18vc4.testlist
19============
20
21This test list is meant as a general test suite without any time
22restriction for the vc4 DRM driver, combining generic DRM and KMS tests.
23
24======================
25vc4-chamelium.testlist
26======================
27
28This test list is meant to test the vc4 driver using Google's Chamelium
29board as a testing device. This doesn't have any time restriction, and
30will include test that will run for a significant time.
31
32===========================
33vc4-chamelium-fast.testlist
34===========================
35
36This test list is a variant of the previous one, with only tests
37supposed to run quickly. Therefore, the whole suite should be pretty
38fast to execute and is meant to be used as a fast-loop CI.
39