All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh Raman <vignesh.raman@collabora.com>
To: helen.koike@collabora.com, airlied@gmail.com, daniel@ffwll.ch,
	daniels@collabora.com
Cc: david.heidelberg@collabora.com, guilherme.gallo@collabora.com,
	sergi.blanch.torne@collabora.com, emma@anholt.net,
	robdclark@gmail.com, dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v1 5/8] drm/ci: Do not set IGT_FORCE_DRIVER based on driver name
Date: Wed, 20 Dec 2023 17:41:07 +0530	[thread overview]
Message-ID: <20231220121110.1441160-6-vignesh.raman@collabora.com> (raw)
In-Reply-To: <20231220121110.1441160-1-vignesh.raman@collabora.com>

Since the correct driver name is passed from the job to
test gpu and display driver, remove the check to set
IGT_FORCE_DRIVER based on driver name.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
---
 drivers/gpu/drm/ci/igt_runner.sh | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/drivers/gpu/drm/ci/igt_runner.sh b/drivers/gpu/drm/ci/igt_runner.sh
index f1a08b9b146f..ce6e22369d4d 100755
--- a/drivers/gpu/drm/ci/igt_runner.sh
+++ b/drivers/gpu/drm/ci/igt_runner.sh
@@ -20,16 +20,6 @@ cat /sys/kernel/debug/dri/*/state
 set -e
 
 case "$DRIVER_NAME" in
-    rockchip|meson)
-        export IGT_FORCE_DRIVER="panfrost"
-        ;;
-    mediatek)
-        if [ "$GPU_VERSION" = "mt8173" ]; then
-            export IGT_FORCE_DRIVER=${DRIVER_NAME}
-        elif [ "$GPU_VERSION" = "mt8183" ]; then
-            export IGT_FORCE_DRIVER="panfrost"
-        fi
-        ;;
     amdgpu)
         # Cannot use HWCI_KERNEL_MODULES as at that point we don't have the module in /lib
         mv /install/modules/lib/modules/* /lib/modules/.
-- 
2.40.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Vignesh Raman <vignesh.raman@collabora.com>
To: helen.koike@collabora.com, airlied@gmail.com, daniel@ffwll.ch,
	daniels@collabora.com
Cc: david.heidelberg@collabora.com, guilherme.gallo@collabora.com,
	sergi.blanch.torne@collabora.com, emma@anholt.net,
	robdclark@gmail.com, dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v1 5/8] drm/ci: Do not set IGT_FORCE_DRIVER based on driver name
Date: Wed, 20 Dec 2023 17:41:07 +0530	[thread overview]
Message-ID: <20231220121110.1441160-6-vignesh.raman@collabora.com> (raw)
In-Reply-To: <20231220121110.1441160-1-vignesh.raman@collabora.com>

Since the correct driver name is passed from the job to
test gpu and display driver, remove the check to set
IGT_FORCE_DRIVER based on driver name.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
---
 drivers/gpu/drm/ci/igt_runner.sh | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/drivers/gpu/drm/ci/igt_runner.sh b/drivers/gpu/drm/ci/igt_runner.sh
index f1a08b9b146f..ce6e22369d4d 100755
--- a/drivers/gpu/drm/ci/igt_runner.sh
+++ b/drivers/gpu/drm/ci/igt_runner.sh
@@ -20,16 +20,6 @@ cat /sys/kernel/debug/dri/*/state
 set -e
 
 case "$DRIVER_NAME" in
-    rockchip|meson)
-        export IGT_FORCE_DRIVER="panfrost"
-        ;;
-    mediatek)
-        if [ "$GPU_VERSION" = "mt8173" ]; then
-            export IGT_FORCE_DRIVER=${DRIVER_NAME}
-        elif [ "$GPU_VERSION" = "mt8183" ]; then
-            export IGT_FORCE_DRIVER="panfrost"
-        fi
-        ;;
     amdgpu)
         # Cannot use HWCI_KERNEL_MODULES as at that point we don't have the module in /lib
         mv /install/modules/lib/modules/* /lib/modules/.
-- 
2.40.1


WARNING: multiple messages have this Message-ID (diff)
From: Vignesh Raman <vignesh.raman@collabora.com>
To: helen.koike@collabora.com, airlied@gmail.com, daniel@ffwll.ch,
	daniels@collabora.com
Cc: emma@anholt.net, linux-rockchip@lists.infradead.org,
	guilherme.gallo@collabora.com, sergi.blanch.torne@collabora.com,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	david.heidelberg@collabora.com, robdclark@gmail.com,
	linux-mediatek@lists.infradead.org,
	linux-amlogic@lists.infradead.org
Subject: [PATCH v1 5/8] drm/ci: Do not set IGT_FORCE_DRIVER based on driver name
Date: Wed, 20 Dec 2023 17:41:07 +0530	[thread overview]
Message-ID: <20231220121110.1441160-6-vignesh.raman@collabora.com> (raw)
In-Reply-To: <20231220121110.1441160-1-vignesh.raman@collabora.com>

Since the correct driver name is passed from the job to
test gpu and display driver, remove the check to set
IGT_FORCE_DRIVER based on driver name.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
---
 drivers/gpu/drm/ci/igt_runner.sh | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/drivers/gpu/drm/ci/igt_runner.sh b/drivers/gpu/drm/ci/igt_runner.sh
index f1a08b9b146f..ce6e22369d4d 100755
--- a/drivers/gpu/drm/ci/igt_runner.sh
+++ b/drivers/gpu/drm/ci/igt_runner.sh
@@ -20,16 +20,6 @@ cat /sys/kernel/debug/dri/*/state
 set -e
 
 case "$DRIVER_NAME" in
-    rockchip|meson)
-        export IGT_FORCE_DRIVER="panfrost"
-        ;;
-    mediatek)
-        if [ "$GPU_VERSION" = "mt8173" ]; then
-            export IGT_FORCE_DRIVER=${DRIVER_NAME}
-        elif [ "$GPU_VERSION" = "mt8183" ]; then
-            export IGT_FORCE_DRIVER="panfrost"
-        fi
-        ;;
     amdgpu)
         # Cannot use HWCI_KERNEL_MODULES as at that point we don't have the module in /lib
         mv /install/modules/lib/modules/* /lib/modules/.
-- 
2.40.1


WARNING: multiple messages have this Message-ID (diff)
From: Vignesh Raman <vignesh.raman@collabora.com>
To: helen.koike@collabora.com, airlied@gmail.com, daniel@ffwll.ch,
	daniels@collabora.com
Cc: david.heidelberg@collabora.com, guilherme.gallo@collabora.com,
	sergi.blanch.torne@collabora.com, emma@anholt.net,
	robdclark@gmail.com, dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v1 5/8] drm/ci: Do not set IGT_FORCE_DRIVER based on driver name
Date: Wed, 20 Dec 2023 17:41:07 +0530	[thread overview]
Message-ID: <20231220121110.1441160-6-vignesh.raman@collabora.com> (raw)
In-Reply-To: <20231220121110.1441160-1-vignesh.raman@collabora.com>

Since the correct driver name is passed from the job to
test gpu and display driver, remove the check to set
IGT_FORCE_DRIVER based on driver name.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
---
 drivers/gpu/drm/ci/igt_runner.sh | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/drivers/gpu/drm/ci/igt_runner.sh b/drivers/gpu/drm/ci/igt_runner.sh
index f1a08b9b146f..ce6e22369d4d 100755
--- a/drivers/gpu/drm/ci/igt_runner.sh
+++ b/drivers/gpu/drm/ci/igt_runner.sh
@@ -20,16 +20,6 @@ cat /sys/kernel/debug/dri/*/state
 set -e
 
 case "$DRIVER_NAME" in
-    rockchip|meson)
-        export IGT_FORCE_DRIVER="panfrost"
-        ;;
-    mediatek)
-        if [ "$GPU_VERSION" = "mt8173" ]; then
-            export IGT_FORCE_DRIVER=${DRIVER_NAME}
-        elif [ "$GPU_VERSION" = "mt8183" ]; then
-            export IGT_FORCE_DRIVER="panfrost"
-        fi
-        ;;
     amdgpu)
         # Cannot use HWCI_KERNEL_MODULES as at that point we don't have the module in /lib
         mv /install/modules/lib/modules/* /lib/modules/.
-- 
2.40.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  parent reply	other threads:[~2023-12-20 12:12 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20 12:11 [PATCH v1 0/8] drm/ci: Add support for GPU and display testing Vignesh Raman
2023-12-20 12:11 ` Vignesh Raman
2023-12-20 12:11 ` Vignesh Raman
2023-12-20 12:11 ` Vignesh Raman
2023-12-20 12:11 ` [PATCH v1 1/8] drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625 Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11 ` [PATCH v1 2/8] drm/ci: mediatek: Test both GPU and display drivers Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11 ` [PATCH v1 3/8] drm/ci: rockchip: " Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11 ` [PATCH v1 4/8] drm/ci: meson: " Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11 ` Vignesh Raman [this message]
2023-12-20 12:11   ` [PATCH v1 5/8] drm/ci: Do not set IGT_FORCE_DRIVER based on driver name Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11 ` [PATCH v1 6/8] MAINTAINERS: drm/ci: xfails: add entry for panfrost Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11 ` [PATCH v1 7/8] drm/ci: Rename xfails file Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11 ` [PATCH v1 8/8] drm/ci: Update xfails Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2023-12-20 12:11   ` Vignesh Raman
2024-01-09 13:38 ` [PATCH v1 0/8] drm/ci: Add support for GPU and display testing Daniel Stone
2024-01-09 13:38   ` Daniel Stone
2024-01-09 13:38   ` Daniel Stone
2024-01-10 10:47   ` Vignesh Raman
2024-01-10 10:47     ` Vignesh Raman
2024-01-10 10:47     ` Vignesh Raman
2024-01-10 10:47     ` Vignesh Raman
2024-01-11 18:11     ` Daniel Stone
2024-01-11 18:11       ` Daniel Stone
2024-01-11 18:11       ` Daniel Stone
2024-01-17 10:58       ` Vignesh Raman
2024-01-17 10:58         ` Vignesh Raman
2024-01-17 10:58         ` Vignesh Raman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231220121110.1441160-6-vignesh.raman@collabora.com \
    --to=vignesh.raman@collabora.com \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=daniels@collabora.com \
    --cc=david.heidelberg@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emma@anholt.net \
    --cc=guilherme.gallo@collabora.com \
    --cc=helen.koike@collabora.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robdclark@gmail.com \
    --cc=sergi.blanch.torne@collabora.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.