Message ID | 20240730021545.912271-1-vignesh.raman@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/ci: Add support for GPU and display testing | expand |
Hi Vignesh, On Tue, 30 Jul 2024 at 03:16, Vignesh Raman <vignesh.raman@collabora.com> wrote: > Some ARM SOCs have a separate display controller and GPU, each with > different drivers. For mediatek mt8173, the GPU driver is powervr, > and the display driver is mediatek. In the case of mediatek mt8183, > the GPU driver is panfrost, and the display driver is mediatek. > With rockchip rk3288/rk3399, the GPU driver is panfrost, while the > display driver is rockchip. For amlogic meson G12B (A311D) SOC, the > GPU driver is panfrost, and the display driver is meson. > > IGT tests run various tests with different xfails and can test both > GPU devices and KMS/display devices. Currently, in drm-ci for MediaTek, > Rockchip, and Amlogic Meson platforms, only the GPU driver is tested. > This leads to incomplete coverage since the display is never tested on > these platforms. This commit series adds support in drm-ci to run tests > for both GPU and display drivers for MediaTek mt8173/mt8183, Rockchip > rk3288/rk3399, and Amlogic Meson G12B (A311D) platforms. > > Update the expectations file, and skip driver-specific tests and > tools_test on non-intel platforms. Thanks, series looks sensible and is: Reviewed-by: Daniel Stone <daniels@collabora.com> Cheers, Daniel
On 05/08/2024 10:11, Daniel Stone wrote: > Hi Vignesh, > > On Tue, 30 Jul 2024 at 03:16, Vignesh Raman <vignesh.raman@collabora.com> wrote: >> Some ARM SOCs have a separate display controller and GPU, each with >> different drivers. For mediatek mt8173, the GPU driver is powervr, >> and the display driver is mediatek. In the case of mediatek mt8183, >> the GPU driver is panfrost, and the display driver is mediatek. >> With rockchip rk3288/rk3399, the GPU driver is panfrost, while the >> display driver is rockchip. For amlogic meson G12B (A311D) SOC, the >> GPU driver is panfrost, and the display driver is meson. >> >> IGT tests run various tests with different xfails and can test both >> GPU devices and KMS/display devices. Currently, in drm-ci for MediaTek, >> Rockchip, and Amlogic Meson platforms, only the GPU driver is tested. >> This leads to incomplete coverage since the display is never tested on >> these platforms. This commit series adds support in drm-ci to run tests >> for both GPU and display drivers for MediaTek mt8173/mt8183, Rockchip >> rk3288/rk3399, and Amlogic Meson G12B (A311D) platforms. >> >> Update the expectations file, and skip driver-specific tests and >> tools_test on non-intel platforms. > > Thanks, series looks sensible and is: > Reviewed-by: Daniel Stone <daniels@collabora.com> > > Cheers, > Daniel Applied to drm-misc-next Thanks Helen