Home
last modified time | relevance | path

Searched full:gpu_version (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/drivers/gpu/drm/ci/
Dtest.yml96 GPU_VERSION: sc7180
106 GPU_VERSION: apq8016
120 GPU_VERSION: apq8096
133 GPU_VERSION: sdm845
148 GPU_VERSION: rk3288
162 GPU_VERSION: rk3399
182 GPU_VERSION: apl
192 GPU_VERSION: glk
202 GPU_VERSION: amly
211 GPU_VERSION: kbl
[all …]
Digt_runner.sh27 if [ "$GPU_VERSION" = "mt8173" ]; then
29 elif [ "$GPU_VERSION" = "mt8183" ]; then
40 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then
41 IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt"
44 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt" ]; then
45 IGT_FLAKES="--flakes /install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt"
48 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-fails.txt" ]; then
49 IGT_FAILS="--baseline /install/xfails/$DRIVER_NAME-$GPU_VERSION-fails.txt"