Skip to content

Commit

Permalink
test-configs.yaml: Add VC4 tests
Browse files Browse the repository at this point in the history
The Raspberry Pi systems use a GPU called VC4 which has some coverage in
igt-gpu-tools.  Add coverage of this for the Pi 4.

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie committed Jan 16, 2024
1 parent 8f0bbe9 commit 3356448
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/core/test-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,22 @@ test_plans:
panfrost_prime
panfrost_submit
igt-gpu-vc4:
<<: *igt
params:
drm_driver: "vc4"
tests: >
vc4_create_bo
vc4_dmabuf_poll
vc4_label_bo
vc4_lookup_fail
vc4_mmap
vc4_prefmon
vc4_purgeable_bo
vc4_tiling
vc4_wait_bo
vc4_wait_seqno
igt-kms: &igt-kms
<<: *igt
params: &igt-kms-test-list
Expand Down Expand Up @@ -2535,6 +2551,7 @@ test_configs:
test_plans:
- baseline
- baseline-nfs
- igt-gpu-vc4
- kselftest-arm64

- device_type: bcm2835-rpi-b-rev2
Expand Down

0 comments on commit 3356448

Please sign in to comment.