lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 2 Apr 2024 07:47:57 -0300
From: Maíra Canal <mcanal@...lia.com>
To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
 Vignesh Raman <vignesh.raman@...labora.com>
Cc: dri-devel@...ts.freedesktop.org, daniels@...labora.com,
 helen.koike@...labora.com, airlied@...il.com, daniel@...ll.ch,
 emma@...olt.net, robdclark@...il.com, david.heidelberg@...labora.com,
 guilherme.gallo@...labora.com, sergi.blanch.torne@...labora.com,
 hamohammed.sa@...il.com, rodrigosiqueiramelo@...il.com,
 melissa.srw@...il.com, mairacanal@...eup.net,
 linux-mediatek@...ts.infradead.org, linux-amlogic@...ts.infradead.org,
 linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 03/10] drm/ci: uprev IGT and update testlist

On 4/2/24 06:41, Dmitry Baryshkov wrote:
> On Tue, Apr 02, 2024 at 12:35:17PM +0530, Vignesh Raman wrote:
>> Hi Maíra,
>>
>> On 01/04/24 22:33, Maíra Canal wrote:
>>> On 4/1/24 03:12, Vignesh Raman wrote:
>>>> Uprev IGT and add amd, v3d, vc4 and vgem specific tests to
>>>> testlist and skip driver-specific tests. Also add testlist
>>>> to the MAINTAINERS file and update xfails.
>>>>
>>>> Signed-off-by: Vignesh Raman <vignesh.raman@...labora.com>
>>>> ---
>>>>
>>>> v3:
>>>>     - New patch in series to uprev IGT and update testlist.
>>>>
>>>> v4:
>>>>     - Add testlists to the MAINTAINERS file and remove amdgpu xfails
>>>> changes.
>>>>
>>>> v5:
>>>>     - Keep single testlist and update xfails. Skip driver specific tests.
>>>
>>> Looks a bit odd to me to have a single testlist with the specific tests
>>> in it. We will need to skip the specific tests on all *-skips.txt. Could
>>> you justify this choice in the commit message?
>>
>> The reason for choosing this option was a suggestion from Dmitry,
>> https://www.spinics.net/lists/dri-devel/msg437901.html
> 
> My suggestion was to stop vendoring the test list into the kernel and to
> always use a test list from IGT. Otherwise it is very easy to miss
> renamed or freshly added tests.
> 

This makes much more sense to me.

Best Regards,
- Maíra

>> Also to keep it similar to IGT which has a single testlist. I will add this
>> justification in the commit message.
>>
>> Regards,
>> Vignesh
>>
>>> Best Regards,
>>> - Maíra
>>>
>>>>
>>>> ---
>>>>    MAINTAINERS                                   |   8 +
>>>>    drivers/gpu/drm/ci/gitlab-ci.yml              |   2 +-
>>>>    drivers/gpu/drm/ci/testlist.txt               | 321 ++++++++++++++++++
>>>>    .../gpu/drm/ci/xfails/amdgpu-stoney-fails.txt |  25 +-
>>>>    .../drm/ci/xfails/amdgpu-stoney-flakes.txt    |  10 +-
>>>>    .../gpu/drm/ci/xfails/amdgpu-stoney-skips.txt |  23 +-
>>>>    drivers/gpu/drm/ci/xfails/i915-amly-skips.txt |   9 +-
>>>>    drivers/gpu/drm/ci/xfails/i915-apl-skips.txt  |   9 +-
>>>>    drivers/gpu/drm/ci/xfails/i915-cml-skips.txt  |   7 +
>>>>    drivers/gpu/drm/ci/xfails/i915-glk-skips.txt  |   9 +-
>>>>    drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt  |   9 +-
>>>>    drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt  |   9 +-
>>>>    drivers/gpu/drm/ci/xfails/i915-whl-skips.txt  |   9 +-
>>>>    .../drm/ci/xfails/mediatek-mt8173-skips.txt   |   6 +
>>>>    .../drm/ci/xfails/mediatek-mt8183-skips.txt   |   6 +
>>>>    .../gpu/drm/ci/xfails/meson-g12b-skips.txt    |   6 +
>>>>    .../gpu/drm/ci/xfails/msm-apq8016-skips.txt   |   5 +
>>>>    .../gpu/drm/ci/xfails/msm-apq8096-skips.txt   |   8 +-
>>>>    .../msm-sc7180-trogdor-kingoftown-skips.txt   |   6 +
>>>>    ...sm-sc7180-trogdor-lazor-limozeen-skips.txt |   6 +
>>>>    .../gpu/drm/ci/xfails/msm-sdm845-skips.txt    |   6 +
>>>>    .../drm/ci/xfails/rockchip-rk3288-skips.txt   |   9 +-
>>>>    .../drm/ci/xfails/rockchip-rk3399-skips.txt   |   7 +
>>>>    .../drm/ci/xfails/virtio_gpu-none-skips.txt   |   9 +-
>>>>    24 files changed, 511 insertions(+), 13 deletions(-)
>>>>    create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
>>>>    create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
>>>>    create mode 100644 drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
>>>>    create mode 100644 drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 3bc7e122a094..f7d0040a6c21 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -1665,6 +1665,7 @@ L:    dri-devel@...ts.freedesktop.org
>>>>    S:    Supported
>>>>    T:    git git://anongit.freedesktop.org/drm/drm-misc
>>>>    F:    Documentation/gpu/panfrost.rst
>>>> +F:    drivers/gpu/drm/ci/testlist.txt
>>>>    F:    drivers/gpu/drm/panfrost/
>>>>    F:    include/uapi/drm/panfrost_drm.h
>>>> @@ -6753,6 +6754,7 @@ S:    Maintained
>>>>    B:    https://gitlab.freedesktop.org/drm/msm/-/issues
>>>>    T:    git https://gitlab.freedesktop.org/drm/msm.git
>>>>    F:    Documentation/devicetree/bindings/display/msm/
>>>> +F:    drivers/gpu/drm/ci/testlist.txt
>>>>    F:    drivers/gpu/drm/ci/xfails/msm*
>>>>    F:    drivers/gpu/drm/msm/
>>>>    F:    include/uapi/drm/msm_drm.h
>>>> @@ -7047,6 +7049,7 @@ T:    git
>>>> git://anongit.freedesktop.org/drm/drm-misc
>>>>    F:
>>>> Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
>>>>    F:    Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml
>>>>    F:    Documentation/gpu/meson.rst
>>>> +F:    drivers/gpu/drm/ci/testlist.txt
>>>>    F:    drivers/gpu/drm/ci/xfails/meson*
>>>>    F:    drivers/gpu/drm/meson/
>>>> @@ -7160,6 +7163,7 @@ L:    dri-devel@...ts.freedesktop.org
>>>>    L:    linux-mediatek@...ts.infradead.org (moderated for
>>>> non-subscribers)
>>>>    S:    Supported
>>>>    F:    Documentation/devicetree/bindings/display/mediatek/
>>>> +F:    drivers/gpu/drm/ci/testlist.txt
>>>>    F:    drivers/gpu/drm/ci/xfails/mediatek*
>>>>    F:    drivers/gpu/drm/mediatek/
>>>>    F:    drivers/phy/mediatek/phy-mtk-dp.c
>>>> @@ -7211,6 +7215,7 @@ L:    dri-devel@...ts.freedesktop.org
>>>>    S:    Maintained
>>>>    T:    git git://anongit.freedesktop.org/drm/drm-misc
>>>>    F:    Documentation/devicetree/bindings/display/rockchip/
>>>> +F:    drivers/gpu/drm/ci/testlist.txt
>>>>    F:    drivers/gpu/drm/ci/xfails/rockchip*
>>>>    F:    drivers/gpu/drm/rockchip/
>>>> @@ -10739,6 +10744,7 @@ C:    irc://irc.oftc.net/intel-gfx
>>>>    T:    git git://anongit.freedesktop.org/drm-intel
>>>>    F:    Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
>>>>    F:    Documentation/gpu/i915.rst
>>>> +F:    drivers/gpu/drm/ci/testlist.txt
>>>>    F:    drivers/gpu/drm/ci/xfails/i915*
>>>>    F:    drivers/gpu/drm/i915/
>>>>    F:    include/drm/i915*
>>>> @@ -18255,6 +18261,7 @@ C:    irc://irc.oftc.net/radeon
>>>>    T:    git https://gitlab.freedesktop.org/agd5f/linux.git
>>>>    F:    Documentation/gpu/amdgpu/
>>>>    F:    drivers/gpu/drm/amd/
>>>> +F:    drivers/gpu/drm/ci/testlist.txt
>>>>    F:    drivers/gpu/drm/ci/xfails/amd*
>>>>    F:    drivers/gpu/drm/radeon/
>>>>    F:    include/uapi/drm/amdgpu_drm.h
>>>> @@ -23303,6 +23310,7 @@ L:    dri-devel@...ts.freedesktop.org
>>>>    L:    virtualization@...ts.linux.dev
>>>>    S:    Maintained
>>>>    T:    git git://anongit.freedesktop.org/drm/drm-misc
>>>> +F:    drivers/gpu/drm/ci/testlist.txt
>>>>    F:    drivers/gpu/drm/ci/xfails/virtio*
>>>>    F:    drivers/gpu/drm/virtio/
>>>>    F:    include/uapi/linux/virtio_gpu.h
>>>> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml
>>>> b/drivers/gpu/drm/ci/gitlab-ci.yml
>>>> index 2f9a5e217f5c..d03d76692f0e 100644
>>>> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
>>>> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
>>>> @@ -5,7 +5,7 @@ variables:
>>>>      UPSTREAM_REPO: git://anongit.freedesktop.org/drm/drm
>>>>      TARGET_BRANCH: drm-next
>>>> -  IGT_VERSION: d2af13d9f5be5ce23d996e4afd3e45990f5ab977
>>>> +  IGT_VERSION: b0cc8160ebdc87ce08b7fd83bb3c99ff7a4d8610
>>>>      DEQP_RUNNER_GIT_URL:
>>>> https://gitlab.freedesktop.org/anholt/deqp-runner.git
>>>>      DEQP_RUNNER_GIT_TAG: v0.15.0
>>>> diff --git a/drivers/gpu/drm/ci/testlist.txt
>>>> b/drivers/gpu/drm/ci/testlist.txt
>>>> index 3377f002f8c5..8a5967a4b3bd 100644
>>>> --- a/drivers/gpu/drm/ci/testlist.txt
>>>> +++ b/drivers/gpu/drm/ci/testlist.txt
>>>> @@ -2759,3 +2759,324 @@ msm_submit@...alid-duplicate-bo-submit
>>>>    msm_submit@...alid-cmd-idx-submit
>>>>    msm_submit@...alid-cmd-type-submit
>>>>    msm_submit@...id-submit
>>>> +prime_vgem@...ic-read
>>>> +prime_vgem@...ic-write
>>>> +prime_vgem@...ic-gtt
>>>> +prime_vgem@...ic-blt
>>>> +prime_vgem@...ink
>>>> +prime_vgem@...erency-gtt
>>>> +prime_vgem@...erency-blt
>>>> +prime_vgem@...c
>>>> +prime_vgem@...y
>>>> +prime_vgem@...t
>>>> +prime_vgem@...ic-fence-read
>>>> +prime_vgem@...ic-fence-mmap
>>>> +prime_vgem@...ic-fence-blt
>>>> +prime_vgem@...ic-fence-flip
>>>> +prime_vgem@...ce-read-hang
>>>> +prime_vgem@...ce-write-hang
>>>> +prime_vgem@...ce-flip-hang
>>>> +prime_vgem@...ce-wait
>>>> +vgem_basic@...oad
>>>> +vgem_basic@...version
>>>> +vgem_basic@...ond-client
>>>> +vgem_basic@...ate
>>>> +vgem_basic@...p
>>>> +vgem_basic@...-flag
>>>> +vgem_basic@...-pad
>>>> +vgem_basic@...-handle
>>>> +vgem_basic@...-fence
>>>> +vgem_basic@...y-fence
>>>> +vgem_basic@...buf-export
>>>> +vgem_basic@...buf-mmap
>>>> +vgem_basic@...buf-fence
>>>> +vgem_basic@...buf-fence-before
>>>> +vgem_basic@...fs
>>>> +vgem_basic@...ugfs
>>>> +vgem_slow@...ang
>>>> +amdgpu/amd_abm@...s_cycle
>>>> +amdgpu/amd_abm@...klight_monotonic_basic
>>>> +amdgpu/amd_abm@...klight_monotonic_abm
>>>> +amdgpu/amd_abm@..._enabled
>>>> +amdgpu/amd_abm@..._gradual
>>>> +amdgpu/amd_bo@...gpu_bo_export_import
>>>> +amdgpu/amd_bo@...gpu_bo_metadata
>>>> +amdgpu/amd_bo@...gpu_bo_map_unmap
>>>> +amdgpu/amd_bo@...gpu_memory_alloc
>>>> +amdgpu/amd_bo@...gpu_mem_fail_alloc
>>>> +amdgpu/amd_bo@...gpu_bo_find_by_cpu_mapping
>>>> +amdgpu/amd_cp_dma_misc@..._to_VRAM-AMDGPU_HW_IP_GFX0
>>>> +amdgpu/amd_cp_dma_misc@..._to_VRAM-AMDGPU_HW_IP_COMPUTE0
>>>> +amdgpu/amd_cp_dma_misc@...M_to_GTT-AMDGPU_HW_IP_GFX0
>>>> +amdgpu/amd_cp_dma_misc@...M_to_GTT-AMDGPU_HW_IP_COMPUTE0
>>>> +amdgpu/amd_cp_dma_misc@...M_to_VRAM-AMDGPU_HW_IP_GFX0
>>>> +amdgpu/amd_cp_dma_misc@...M_to_VRAM-AMDGPU_HW_IP_COMPUTE0
>>>> +amdgpu/amd_dispatch@...gpu-dispatch-test-compute-with-IP-COMPUTE
>>>> +amdgpu/amd_dispatch@...gpu-dispatch-test-gfx-with-IP-GFX
>>>> +amdgpu/amd_dispatch@...gpu-dispatch-hang-test-gfx-with-IP-GFX
>>>> +amdgpu/amd_dispatch@...gpu-dispatch-hang-test-compute-with-IP-COMPUTE
>>>> +amdgpu/amd_dispatch@...gpu-reset-test-gfx-with-IP-GFX-and-COMPUTE
>>>> +amdgpu/amd_hotplug@...ic
>>>> +amdgpu/amd_hotplug@...ic-suspend
>>>> +amdgpu/amd_jpeg_dec@...gpu_cs_jpeg_decode
>>>> +amdgpu/amd_max_bpc@...mode-max-bpc
>>>> +amdgpu/amd_module_load@...oad
>>>> +amdgpu/amd_plane@...t-mpo-4k
>>>> +amdgpu/amd_plane@...-swizzle-toggle
>>>> +amdgpu/amd_plane@...-swizzle-toggle-multihead
>>>> +amdgpu/amd_plane@...-pan-rgb
>>>> +amdgpu/amd_plane@...-pan-rgb-multihead
>>>> +amdgpu/amd_plane@...-pan-nv12
>>>> +amdgpu/amd_plane@...-pan-nv12-multihead
>>>> +amdgpu/amd_plane@...-pan-p010
>>>> +amdgpu/amd_plane@...-pan-p010-multihead
>>>> +amdgpu/amd_plane@...-pan-multi-rgb
>>>> +amdgpu/amd_plane@...-pan-multi-nv12
>>>> +amdgpu/amd_plane@...-pan-multi-p010
>>>> +amdgpu/amd_plane@...ti-overlay
>>>> +amdgpu/amd_plane@...ti-overlay-invalid
>>>> +amdgpu/amd_plane@...-scale-rgb
>>>> +amdgpu/amd_plane@...-scale-rgb-multihead
>>>> +amdgpu/amd_plane@...-scale-nv12
>>>> +amdgpu/amd_plane@...-scale-nv12-multihead
>>>> +amdgpu/amd_plane@...-scale-p010
>>>> +amdgpu/amd_plane@...-scale-p010-multihead
>>>> +amdgpu/amd_pstate@...gpu_pstate
>>>> +amdgpu/amd_subvp@...l-4k60
>>>> +amdgpu/amd_uvd_enc@..._enc_create
>>>> +amdgpu/amd_uvd_enc@...gpu_uvd_enc_session_init
>>>> +amdgpu/amd_uvd_enc@...gpu_uvd_enc_encode
>>>> +amdgpu/amd_uvd_enc@..._enc_destroy
>>>> +amdgpu/amd_vm@...d-reserve-test
>>>> +amdgpu/amd_vm@...gpu-vm-unaligned-map
>>>> +amdgpu/amd_vm@...gpu-vm-mapping-test
>>>> +amdgpu/amd_assr@...r-links
>>>> +amdgpu/amd_assr@...r-links-dpms
>>>> +amdgpu/amd_assr@...r-links-suspend
>>>> +amdgpu/amd_bypass@...c-bypass-mode
>>>> +amdgpu/amd_cs_nop@...nops-with-nop-compute0
>>>> +amdgpu/amd_cs_nop@...nops-with-nop-gfx0
>>>> +amdgpu/amd_cs_nop@...nops-with-sync-compute0
>>>> +amdgpu/amd_cs_nop@...nops-with-sync-gfx0
>>>> +amdgpu/amd_cs_nop@...nops-with-fork-compute0
>>>> +amdgpu/amd_cs_nop@...nops-with-fork-gfx0
>>>> +amdgpu/amd_cs_nop@...nops-with-sync-fork-compute0
>>>> +amdgpu/amd_cs_nop@...nops-with-sync-fork-gfx0
>>>> +amdgpu/amd_dp_dsc@...-enable-basic
>>>> +amdgpu/amd_dp_dsc@...-slice-dimensions-change
>>>> +amdgpu/amd_dp_dsc@...-link-settings
>>>> +amdgpu/amd_dp_dsc@...-bpc
>>>> +amdgpu/amd_ilr@...-link-training-configs
>>>> +amdgpu/amd_ilr@...-policy
>>>> +amdgpu/amd_link_settings@...k-training-configs
>>>> +amdgpu/amd_mem_leak@...nector-suspend-resume
>>>> +amdgpu/amd_mem_leak@...nector-hotplug
>>>> +amdgpu/amd_odm@...-combine-2-to-1-4k144
>>>> +amdgpu/amd_prime@...5-to-amd
>>>> +amdgpu/amd_prime@...-to-i915
>>>> +amdgpu/amd_prime@...ink
>>>> +amdgpu/amd_ras@...-basic
>>>> +amdgpu/amd_ras@...-query
>>>> +amdgpu/amd_ras@...-inject
>>>> +amdgpu/amd_ras@...-disable
>>>> +amdgpu/amd_ras@...-enable
>>>> +amdgpu/amd_syncobj@...gpu_syncobj_timeline
>>>> +amdgpu/amd_vce_dec@...gpu_cs_vce_create
>>>> +amdgpu/amd_vce_dec@...gpu_cs_vce_encode
>>>> +amdgpu/amd_vce_dec@...gpu_cs_vce_destroy
>>>> +amdgpu/amd_vpe@...-fence-test
>>>> +amdgpu/amd_vpe@...-blit-test
>>>> +amdgpu/amd_basic@...ory-alloc
>>>> +amdgpu/amd_basic@...rptr-with-IP-DMA
>>>> +amdgpu/amd_basic@...gfx-with-IP-GFX
>>>> +amdgpu/amd_basic@...compute-with-IP-COMPUTE
>>>> +amdgpu/amd_basic@...multi-fence-with-IP-GFX
>>>> +amdgpu/amd_basic@...sdma-with-IP-DMA
>>>> +amdgpu/amd_basic@...aphore-with-IP-GFX-and-IP-DMA
>>>> +amdgpu/amd_basic@...ction-test-with-IP-DMA
>>>> +amdgpu/amd_basic@...c-dependency-test-with-IP-GFX
>>>> +amdgpu/amd_color@...c-linear-degamma
>>>> +amdgpu/amd_color@...c-linear-regamma
>>>> +amdgpu/amd_color@...c-lut-accuracy
>>>> +amdgpu/amd_deadlock@...gpu-deadlock-sdma
>>>> +amdgpu/amd_deadlock@...gpu-gfx-illegal-reg-access
>>>> +amdgpu/amd_deadlock@...gpu-gfx-illegal-mem-access
>>>> +amdgpu/amd_deadlock@...gpu-deadlock-gfx
>>>> +amdgpu/amd_deadlock@...gpu-deadlock-compute
>>>> +amdgpu/amd_deadlock@...gpu-deadlock-sdma-corrupted-header-test
>>>> +amdgpu/amd_deadlock@...gpu-deadlock-sdma-slow-linear-copy
>>>> +amdgpu/amd_freesync_video_mode@...esync-base-to-various
>>>> +amdgpu/amd_freesync_video_mode@...esync-lower-to-higher
>>>> +amdgpu/amd_freesync_video_mode@...esync-non-preferred-to-freesync
>>>> +amdgpu/amd_freesync_video_mode@...esync-custom-mode
>>>> +amdgpu/amd_info@...ry-firmware-version
>>>> +amdgpu/amd_info@...ry-timestamp
>>>> +amdgpu/amd_info@...ry-timestamp-while-idle
>>>> +amdgpu/amd_mall@...tic-screen
>>>> +amdgpu/amd_mode_switch@...e-switch-first-last-pipe-0
>>>> +amdgpu/amd_mode_switch@...e-switch-first-last-pipe-1
>>>> +amdgpu/amd_mode_switch@...e-switch-first-last-pipe-2
>>>> +amdgpu/amd_mode_switch@...e-switch-first-last-pipe-3
>>>> +amdgpu/amd_mode_switch@...e-switch-first-last-pipe-4
>>>> +amdgpu/amd_mode_switch@...e-switch-first-last-pipe-5
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_simple
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_with_cs
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_with_exported_bo
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_with_exported_fence
>>>> +amdgpu/amd_psr@..._enable
>>>> +amdgpu/amd_psr@..._enable_null_crtc
>>>> +amdgpu/amd_psr@..._su_mpo
>>>> +amdgpu/amd_psr@..._su_ffu
>>>> +amdgpu/amd_psr@..._su_cursor
>>>> +amdgpu/amd_psr@..._su_cursor_mpo
>>>> +amdgpu/amd_psr@..._su_mpo_scaling_1_5
>>>> +amdgpu/amd_psr@..._su_mpo_scaling_0_75
>>>> +amdgpu/amd_security@...gpu-security-alloc-buf-test
>>>> +amdgpu/amd_security@...a-write-linear-helper-secure
>>>> +amdgpu/amd_security@...-write-linear-helper-secure
>>>> +amdgpu/amd_security@...gpu-secure-bounce
>>>> +amdgpu/amd_uvd_dec@...gpu_uvd_dec_create
>>>> +amdgpu/amd_uvd_dec@...gpu_uvd_decode
>>>> +amdgpu/amd_uvd_dec@...gpu_uvd_dec_destroy
>>>> +amdgpu/amd_vcn@...-decoder-create-decode-destroy
>>>> +amdgpu/amd_vcn@...-encoder-create-encode-destroy
>>>> +amdgpu/amd_vrr_range@...esync-parsing
>>>> +amdgpu/amd_vrr_range@...esync-parsing-suspend
>>>> +amdgpu/amd_vrr_range@...esync-range
>>>> +amdgpu/amd_vrr_range@...esync-range-suspend
>>>> +panfrost_get_param@...e-params
>>>> +panfrost_get_param@...-bad-param
>>>> +panfrost_get_param@...-bad-padding
>>>> +panfrost_gem_new@...-new-4096
>>>> +panfrost_gem_new@...-new-0
>>>> +panfrost_gem_new@...-new-zeroed
>>>> +panfrost_prime@...-prime-import
>>>> +panfrost_submit@...-submit
>>>> +panfrost_submit@...-submit-error-no-jc
>>>> +panfrost_submit@...-submit-error-bad-in-syncs
>>>> +panfrost_submit@...-submit-error-bad-bo-handles
>>>> +panfrost_submit@...-submit-error-bad-requirements
>>>> +panfrost_submit@...-submit-error-bad-out-sync
>>>> +panfrost_submit@...-reset
>>>> +panfrost_submit@...-submit-and-close
>>>> +panfrost_submit@...-unhandled-pagefault
>>>> +v3d_create_bo@...ate-bo-invalid-flags
>>>> +v3d_create_bo@...ate-bo-0
>>>> +v3d_create_bo@...ate-bo-4096
>>>> +v3d_create_bo@...ate-bo-zeroed
>>>> +v3d_get_bo_offset@...ate-get-offsets
>>>> +v3d_get_bo_offset@...-bad-handle
>>>> +v3d_get_param@...e-params
>>>> +v3d_get_param@...-bad-param
>>>> +v3d_get_param@...-bad-flags
>>>> +v3d_job_submission@...ay-job-submission
>>>> +v3d_job_submission@...tiple-singlesync-to-multisync
>>>> +v3d_job_submission@...eaded-job-submission
>>>> +v3d_mmap@...p-bad-flags
>>>> +v3d_mmap@...p-bad-handle
>>>> +v3d_mmap@...p-bo
>>>> +v3d_perfmon@...ate-perfmon-0
>>>> +v3d_perfmon@...ate-perfmon-exceed
>>>> +v3d_perfmon@...ate-perfmon-invalid-counters
>>>> +v3d_perfmon@...ate-single-perfmon
>>>> +v3d_perfmon@...ate-two-perfmon
>>>> +v3d_perfmon@...-values-invalid-pad
>>>> +v3d_perfmon@...-values-invalid-perfmon
>>>> +v3d_perfmon@...-values-invalid-pointer
>>>> +v3d_perfmon@...-values-valid-perfmon
>>>> +v3d_perfmon@...troy-invalid-perfmon
>>>> +v3d_perfmon@...troy-valid-perfmon
>>>> +v3d_submit_cl@...-pad
>>>> +v3d_submit_cl@...-flag
>>>> +v3d_submit_cl@...-extension
>>>> +v3d_submit_cl@...-bo
>>>> +v3d_submit_cl@...-perfmon
>>>> +v3d_submit_cl@...-in-sync
>>>> +v3d_submit_cl@...-multisync-pad
>>>> +v3d_submit_cl@...-multisync-extension
>>>> +v3d_submit_cl@...-multisync-out-sync
>>>> +v3d_submit_cl@...-multisync-in-sync
>>>> +v3d_submit_cl@...id-submission
>>>> +v3d_submit_cl@...gle-out-sync
>>>> +v3d_submit_cl@...gle-in-sync
>>>> +v3d_submit_cl@...ple-flush-cache
>>>> +v3d_submit_cl@...id-multisync-submission
>>>> +v3d_submit_cl@...tisync-out-syncs
>>>> +v3d_submit_cl@...ti-and-single-sync
>>>> +v3d_submit_cl@...tiple-job-submission
>>>> +v3d_submit_cl@...-perfmon
>>>> +v3d_submit_csd@...-pad
>>>> +v3d_submit_csd@...-flag
>>>> +v3d_submit_csd@...-extension
>>>> +v3d_submit_csd@...-bo
>>>> +v3d_submit_csd@...-perfmon
>>>> +v3d_submit_csd@...-in-sync
>>>> +v3d_submit_csd@...-multisync-pad
>>>> +v3d_submit_csd@...-multisync-extension
>>>> +v3d_submit_csd@...-multisync-out-sync
>>>> +v3d_submit_csd@...-multisync-in-sync
>>>> +v3d_submit_csd@...id-submission
>>>> +v3d_submit_csd@...gle-out-sync
>>>> +v3d_submit_csd@...gle-in-sync
>>>> +v3d_submit_csd@...id-multisync-submission
>>>> +v3d_submit_csd@...tisync-out-syncs
>>>> +v3d_submit_csd@...ti-and-single-sync
>>>> +v3d_submit_csd@...tiple-job-submission
>>>> +v3d_submit_csd@...-perfmon
>>>> +v3d_wait_bo@...-bo
>>>> +v3d_wait_bo@...-pad
>>>> +v3d_wait_bo@...sed-bo-0ns
>>>> +v3d_wait_bo@...sed-bo-1ns
>>>> +v3d_wait_bo@...-bo-0ns
>>>> +v3d_wait_bo@...-bo-1ns
>>>> +v3d_wait_bo@...d-bo-0ns
>>>> +v3d_wait_bo@...d-bo-1ns
>>>> +v3d_wait_bo@...d-bo
>>>> +vc4_create_bo@...ate-bo-4096
>>>> +vc4_create_bo@...ate-bo-0
>>>> +vc4_create_bo@...ate-bo-zeroed
>>>> +vc4_dmabuf_poll@...l-write-waits-until-write-done
>>>> +vc4_dmabuf_poll@...l-read-waits-until-write-done
>>>> +vc4_label_bo@...-label
>>>> +vc4_label_bo@...-bad-handle
>>>> +vc4_label_bo@...-bad-name
>>>> +vc4_label_bo@...-kernel-name
>>>> +vc4_lookup_fail@...-color-write
>>>> +vc4_mmap@...p-bad-handle
>>>> +vc4_mmap@...p-bo
>>>> +vc4_perfmon@...ate-perfmon-0
>>>> +vc4_perfmon@...ate-perfmon-exceed
>>>> +vc4_perfmon@...ate-perfmon-invalid-events
>>>> +vc4_perfmon@...ate-single-perfmon
>>>> +vc4_perfmon@...ate-two-perfmon
>>>> +vc4_perfmon@...-values-invalid-perfmon
>>>> +vc4_perfmon@...-values-invalid-pointer
>>>> +vc4_perfmon@...-values-valid-perfmon
>>>> +vc4_perfmon@...troy-invalid-perfmon
>>>> +vc4_perfmon@...troy-valid-perfmon
>>>> +vc4_purgeable_bo@...k-willneed
>>>> +vc4_purgeable_bo@...k-purgeable
>>>> +vc4_purgeable_bo@...k-purgeable-twice
>>>> +vc4_purgeable_bo@...k-unpurgeable-twice
>>>> +vc4_purgeable_bo@...ess-purgeable-bo-mem
>>>> +vc4_purgeable_bo@...ess-purged-bo-mem
>>>> +vc4_purgeable_bo@...k-unpurgeable-check-retained
>>>> +vc4_purgeable_bo@...k-unpurgeable-purged
>>>> +vc4_purgeable_bo@...e-purged-bo
>>>> +vc4_tiling@...-bad-handle
>>>> +vc4_tiling@...-bad-handle
>>>> +vc4_tiling@...-bad-flags
>>>> +vc4_tiling@...-bad-flags
>>>> +vc4_tiling@...-bad-modifier
>>>> +vc4_tiling@...-bad-modifier
>>>> +vc4_tiling@...-get
>>>> +vc4_tiling@...-after-free
>>>> +vc4_wait_bo@...-bo
>>>> +vc4_wait_bo@...-pad
>>>> +vc4_wait_bo@...sed-bo-0ns
>>>> +vc4_wait_bo@...sed-bo-1ns
>>>> +vc4_wait_bo@...d-bo-0ns
>>>> +vc4_wait_bo@...d-bo-1ns
>>>> +vc4_wait_bo@...d-bo
>>>> +vc4_wait_seqno@...-seqno-0ns
>>>> +vc4_wait_seqno@...-seqno-1ns
>>>> diff --git a/drivers/gpu/drm/ci/xfails/amdgpu-stoney-fails.txt
>>>> b/drivers/gpu/drm/ci/xfails/amdgpu-stoney-fails.txt
>>>> index ea87dc46bc2b..30d3252adddf 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/amdgpu-stoney-fails.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/amdgpu-stoney-fails.txt
>>>> @@ -1,3 +1,21 @@
>>>> +amdgpu/amd_assr@...r-links,Fail
>>>> +amdgpu/amd_assr@...r-links-dpms,Fail
>>>> +amdgpu/amd_deadlock@...gpu-deadlock-compute,Timeout
>>>> +amdgpu/amd_ilr@...-policy,Fail
>>>> +amdgpu/amd_mall@...tic-screen,Crash
>>>> +amdgpu/amd_mode_switch@...e-switch-first-last-pipe-2,Crash
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_with_exported_bo,Fail
>>>> +amdgpu/amd_plane@...-pan-nv12,Fail
>>>> +amdgpu/amd_plane@...-pan-p010,Fail
>>>> +amdgpu/amd_plane@...-pan-rgb,Crash
>>>> +amdgpu/amd_plane@...-scale-nv12,Fail
>>>> +amdgpu/amd_plane@...-scale-p010,Fail
>>>> +amdgpu/amd_plane@...-scale-rgb,Crash
>>>> +amdgpu/amd_plane@...-swizzle-toggle,Fail
>>>> +amdgpu/amd_uvd_dec@...gpu_uvd_decode,Fail
>>>> +amdgpu/amd_vce_dec@...gpu_cs_vce_destroy,Fail
>>>> +amdgpu/amd_vce_dec@...gpu_cs_vce_encode,Fail
>>>> +amdgpu/amd_vrr_range@...esync-parsing,Timeout
>>>>    kms_addfb_basic@...-pitch-65536,Fail
>>>>    kms_addfb_basic@...too-small,Fail
>>>>    kms_addfb_basic@...-high,Fail
>>>> @@ -14,7 +32,13 @@ kms_bw@...ear-tiling-1-displays-3840x2160p,Fail
>>>>    kms_bw@...ear-tiling-2-displays-3840x2160p,Fail
>>>>    kms_bw@...ear-tiling-3-displays-1920x1080p,Fail
>>>>    kms_color@...amma,Fail
>>>> +kms_cursor_crc@...sor-onscreen-64x21,Fail
>>>> +kms_cursor_crc@...sor-onscreen-64x64,Fail
>>>> +kms_cursor_crc@...sor-random-64x21,Fail
>>>> +kms_cursor_crc@...sor-random-64x64,Fail
>>>>    kms_cursor_crc@...sor-size-change,Fail
>>>> +kms_cursor_crc@...sor-sliding-64x21,Fail
>>>> +kms_cursor_crc@...sor-sliding-64x64,Fail
>>>>    kms_cursor_crc@...e-A-cursor-size-change,Fail
>>>>    kms_cursor_crc@...e-B-cursor-size-change,Fail
>>>>    kms_flip@...p-vs-modeset-vs-hang,Fail
>>>> @@ -23,5 +47,4 @@ kms_hdr@...-switch,Fail
>>>>    kms_hdr@...-switch-dpms,Fail
>>>>    kms_plane@...el-format,Fail
>>>>    kms_plane_multiple@...mic-pipe-A-tiling-none,Fail
>>>> -kms_rmfb@...se-fd,Fail
>>>>    kms_rotation_crc@...mary-rotation-180,Fail
>>>> diff --git a/drivers/gpu/drm/ci/xfails/amdgpu-stoney-flakes.txt
>>>> b/drivers/gpu/drm/ci/xfails/amdgpu-stoney-flakes.txt
>>>> index 6faf75e667d3..c5085c5571eb 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/amdgpu-stoney-flakes.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/amdgpu-stoney-flakes.txt
>>>> @@ -1 +1,9 @@
>>>> -kms_async_flips@...nc-flip-with-page-flip-events
>>>> +# Board Name: hp-11A-G6-EE-grunt
>>>> +# Bug Report: https://lore.kernel.org/dri-devel/903b01f7-3f0d-18b7-a4b7-301c118c9321@collabora.com/T/#u
>>>> +# IGT Version: 1.28-gb0cc8160e
>>>> +# Linux Version: 6.7.0-rc3
>>>> +
>>>> +# Reported by deqp-runner
>>>> +kms_async_flips@crc
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_simple
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_with_exported_bo
>>>> diff --git a/drivers/gpu/drm/ci/xfails/amdgpu-stoney-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/amdgpu-stoney-skips.txt
>>>> index e2c538a0f954..6e6200e6392c 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/amdgpu-stoney-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/amdgpu-stoney-skips.txt
>>>> @@ -1,2 +1,23 @@
>>>>    # Suspend to RAM seems to be broken on this machine
>>>> -.*suspend.*
>>>> \ No newline at end of file
>>>> +.*suspend.*
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> +
>>>> +# GPU reset seen and it hangs the machine
>>>> +amdgpu/amd_deadlock@...gpu-deadlock-sdma
>>>> +amdgpu/amd_deadlock@...gpu-gfx-illegal-reg-access
>>>> +amdgpu/amd_dispatch@...gpu-reset-test-gfx-with-IP-GFX-and-COMPUTE
>>>> +
>>>> +# Hangs the machine and timeout occurs
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_simple
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_with_cs
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_with_exported_bo
>>>> +amdgpu/amd_pci_unplug@...gpu_hotunplug_with_exported_fence
>>>> +
>>>> +# Skip this test as core_getrevision fails with
>>>> +# Module amdgpu already inserted
>>>> +amdgpu/amd_module_load@...oad
>>>> diff --git a/drivers/gpu/drm/ci/xfails/i915-amly-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/i915-amly-skips.txt
>>>> index fe55540a3f9a..33369735c821 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/i915-amly-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/i915-amly-skips.txt
>>>> @@ -1,4 +1,11 @@
>>>>    # Suspend to RAM seems to be broken on this machine
>>>>    .*suspend.*
>>>>    # This is generating kernel oops with divide error
>>>> -kms_plane_scaling@...alid-parameters
>>>> \ No newline at end of file
>>>> +kms_plane_scaling@...alid-parameters
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/i915-apl-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/i915-apl-skips.txt
>>>> index 3430b215c06e..9804805984dc 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/i915-apl-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/i915-apl-skips.txt
>>>> @@ -3,4 +3,11 @@
>>>>    # This is generating kernel oops with divide error
>>>>    kms_plane_scaling@...alid-parameters
>>>>    # This is cascading issues
>>>> -kms_3d
>>>> \ No newline at end of file
>>>> +kms_3d
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/i915-cml-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/i915-cml-skips.txt
>>>> index 6d3d7ddc377f..e2c542d76e75 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/i915-cml-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/i915-cml-skips.txt
>>>> @@ -1,2 +1,9 @@
>>>>    # This is generating kernel oops with divide error
>>>>    kms_plane_scaling@...alid-parameters
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/i915-glk-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/i915-glk-skips.txt
>>>> index 4c7d00ce14bc..76d987f9b397 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/i915-glk-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/i915-glk-skips.txt
>>>> @@ -2,4 +2,11 @@
>>>>    .*suspend.*
>>>>    # This is generating kernel oops with divide error
>>>> -kms_plane_scaling@...alid-parameters
>>>> \ No newline at end of file
>>>> +kms_plane_scaling@...alid-parameters
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt
>>>> index 4c7d00ce14bc..76d987f9b397 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt
>>>> @@ -2,4 +2,11 @@
>>>>    .*suspend.*
>>>>    # This is generating kernel oops with divide error
>>>> -kms_plane_scaling@...alid-parameters
>>>> \ No newline at end of file
>>>> +kms_plane_scaling@...alid-parameters
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt
>>>> index 1d0621750b14..c27412db3041 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt
>>>> @@ -8,4 +8,11 @@ gem_eio.*
>>>>    kms_flip@...olute-wf_vblank@...dp1
>>>>    # This is generating kernel oops with divide error
>>>> -kms_plane_scaling@...alid-parameters
>>>> \ No newline at end of file
>>>> +kms_plane_scaling@...alid-parameters
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/i915-whl-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/i915-whl-skips.txt
>>>> index f3be0888a214..e2c542d76e75 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/i915-whl-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/i915-whl-skips.txt
>>>> @@ -1,2 +1,9 @@
>>>>    # This is generating kernel oops with divide error
>>>> -kms_plane_scaling@...alid-parameters
>>>> \ No newline at end of file
>>>> +kms_plane_scaling@...alid-parameters
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
>>>> new file mode 100644
>>>> index 000000000000..f1a96db6a64e
>>>> --- /dev/null
>>>> +++ b/drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
>>>> @@ -0,0 +1,6 @@
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
>>>> new file mode 100644
>>>> index 000000000000..f1a96db6a64e
>>>> --- /dev/null
>>>> +++ b/drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
>>>> @@ -0,0 +1,6 @@
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
>>>> new file mode 100644
>>>> index 000000000000..f1a96db6a64e
>>>> --- /dev/null
>>>> +++ b/drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
>>>> @@ -0,0 +1,6 @@
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
>>>> new file mode 100644
>>>> index 000000000000..83d9bba9cafd
>>>> --- /dev/null
>>>> +++ b/drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
>>>> @@ -0,0 +1,5 @@
>>>> +# Skip driver specific tests
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/msm-apq8096-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/msm-apq8096-skips.txt
>>>> index cd49c8ce2059..66b7fde54bd1 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/msm-apq8096-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/msm-apq8096-skips.txt
>>>> @@ -1,2 +1,8 @@
>>>>    # Whole machine hangs
>>>> -kms_cursor_legacy@...-pipes-torture-move
>>>> \ No newline at end of file
>>>> +kms_cursor_legacy@...-pipes-torture-move
>>>> +
>>>> +# Skip driver specific tests
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git
>>>> a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt
>>>> index 327039f70252..57beedbbedf6 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt
>>>> @@ -1,2 +1,8 @@
>>>>    # Suspend to RAM seems to be broken on this machine
>>>>    .*suspend.*
>>>> +
>>>> +# Skip driver specific tests
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git
>>>> a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt
>>>> index 327039f70252..57beedbbedf6 100644
>>>> ---
>>>> a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt
>>>> +++
>>>> b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt
>>>> @@ -1,2 +1,8 @@
>>>>    # Suspend to RAM seems to be broken on this machine
>>>>    .*suspend.*
>>>> +
>>>> +# Skip driver specific tests
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/msm-sdm845-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/msm-sdm845-skips.txt
>>>> index 618e3a3a7277..5018fc3f0495 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/msm-sdm845-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/msm-sdm845-skips.txt
>>>> @@ -5,3 +5,9 @@ kms_bw.*
>>>>    # https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/4b49f902ec6f2bb382cbbf489870573f4b43371e
>>>>    # https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/38cdf4c5559771e2474ae0fecef8469f65147bc1
>>>>    msm_mapping@*
>>>> +
>>>> +# Skip driver specific tests
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/rockchip-rk3288-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/rockchip-rk3288-skips.txt
>>>> index f20c3574b75a..a90fbb96520d 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/rockchip-rk3288-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/rockchip-rk3288-skips.txt
>>>> @@ -49,4 +49,11 @@ kms_plane_lowres@...e-F-tiling-y
>>>>    kms_cursor_crc.*
>>>>    # Machine is hanging in this test, so skip it
>>>> -kms_pipe_crc_basic@...able-crc-after-crtc
>>>> \ No newline at end of file
>>>> +kms_pipe_crc_basic@...able-crc-after-crtc
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/rockchip-rk3399-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/rockchip-rk3399-skips.txt
>>>> index 10c3d81a919a..dc8221151d74 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/rockchip-rk3399-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/rockchip-rk3399-skips.txt
>>>> @@ -3,3 +3,10 @@
>>>>    # Too unstable, machine ends up hanging after lots of Oopses
>>>>    kms_cursor_legacy.*
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*
>>>> diff --git a/drivers/gpu/drm/ci/xfails/virtio_gpu-none-skips.txt
>>>> b/drivers/gpu/drm/ci/xfails/virtio_gpu-none-skips.txt
>>>> index 78be18174012..4e4a087ce49a 100644
>>>> --- a/drivers/gpu/drm/ci/xfails/virtio_gpu-none-skips.txt
>>>> +++ b/drivers/gpu/drm/ci/xfails/virtio_gpu-none-skips.txt
>>>> @@ -3,4 +3,11 @@
>>>>    kms_cursor_legacy.*
>>>>    # Job just hangs without any output
>>>> -kms_flip@...p-vs-suspend.*
>>>> \ No newline at end of file
>>>> +kms_flip@...p-vs-suspend.*
>>>> +
>>>> +# Skip driver specific tests
>>>> +msm_.*
>>>> +^amdgpu.*
>>>> +panfrost_.*
>>>> +v3d_.*
>>>> +vc4_.*

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ