lkml.org 
[lkml]   [2023]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 6/9] drm: ci: mediatek: Set IGT_FORCE_DRIVER for mt8173
    Date
    Expected driver for mt8173 is "mediatek" and for mt8183
    it is "panfrost". Set IGT_FORCE_DRIVER to 'mediatek' as
    the expected driver for mt8173.

    Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
    ---

    v5:
    - Added a new patch in the series to set IGT_FORCE_DRIVER to 'mediatek' for mt8173.

    ---
    drivers/gpu/drm/ci/igt_runner.sh | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/drivers/gpu/drm/ci/igt_runner.sh b/drivers/gpu/drm/ci/igt_runner.sh
    index c6cf963592c5..2b9f710438a2 100755
    --- a/drivers/gpu/drm/ci/igt_runner.sh
    +++ b/drivers/gpu/drm/ci/igt_runner.sh
    @@ -30,6 +30,10 @@ case "$DRIVER_NAME" in
    ;;
    esac

    +if [ "$CI_JOB_NAME" = "mediatek:mt8173" ]; then
    + export IGT_FORCE_DRIVER=${DRIVER_NAME}
    +fi
    +
    if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then
    IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt"
    fi
    --
    2.40.1
    \
     
     \ /
      Last update: 2023-10-19 11:18    [W:2.583 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site