* [PATCH] drm/ci: update device type for volteer devices
@ 2024-03-05 10:16 Vignesh Raman
2024-03-05 10:21 ` David Heidelberg
2024-03-05 10:21 ` Vignesh Raman
0 siblings, 2 replies; 3+ messages in thread
From: Vignesh Raman @ 2024-03-05 10:16 UTC (permalink / raw)
To: dri-devel
Cc: daniels, helen.koike, airlied, daniel, david.heidelberg,
sergi.blanch.torne, guilherme.gallo, robdclark, jani.nikula,
joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, intel-gfx,
linux-kernel
Volteer devices in the collabora lab are categorized under the
asus-cx9400-volteer device type. The majority of these units
has an Intel Core i5-1130G7 CPU, while some of them have a
Intel Core i7-1160G7 CPU instead. So due to this difference,
new device type template is added for the Intel Core i5-1130G7
and i7-1160G7 variants of the Acer Chromebook Spin 514 (CP514-2H)
volteer Chromebooks. So update the same in drm-ci.
https://gitlab.collabora.com/lava/lava/-/merge_requests/149
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
---
drivers/gpu/drm/ci/test.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
index 0857773e5c5f..8bc63912fddb 100644
--- a/drivers/gpu/drm/ci/test.yml
+++ b/drivers/gpu/drm/ci/test.yml
@@ -252,11 +252,11 @@ i915:cml:
i915:tgl:
extends:
- .i915
- parallel: 8
+ parallel: 5
variables:
- DEVICE_TYPE: asus-cx9400-volteer
+ DEVICE_TYPE: acer-cp514-2h-1130g7-volteer
GPU_VERSION: tgl
- RUNNER_TAG: mesa-ci-x86-64-lava-asus-cx9400-volteer
+ RUNNER_TAG: mesa-ci-x86-64-lava-acer-cp514-2h-1130g7-volteer
.amdgpu:
extends:
--
2.40.1
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] drm/ci: update device type for volteer devices
2024-03-05 10:16 [PATCH] drm/ci: update device type for volteer devices Vignesh Raman
@ 2024-03-05 10:21 ` David Heidelberg
2024-03-05 10:21 ` Vignesh Raman
1 sibling, 0 replies; 3+ messages in thread
From: David Heidelberg @ 2024-03-05 10:21 UTC (permalink / raw)
To: Vignesh Raman, dri-devel
Cc: daniels, helen.koike, airlied, daniel, sergi.blanch.torne,
guilherme.gallo, robdclark, jani.nikula, joonas.lahtinen,
rodrigo.vivi, tvrtko.ursulin, intel-gfx, linux-kernel
[-- Attachment #1.1.1: Type: text/plain, Size: 1749 bytes --]
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
If possible, please merge this ASAP, because major move of most of the
devices
to type acer-cp514-2h-1130g7-volteer will happen tomorrow.
Thank you
On 05/03/2024 11:16, Vignesh Raman wrote:
> Volteer devices in the collabora lab are categorized under the
> asus-cx9400-volteer device type. The majority of these units
> has an Intel Core i5-1130G7 CPU, while some of them have a
> Intel Core i7-1160G7 CPU instead. So due to this difference,
> new device type template is added for the Intel Core i5-1130G7
> and i7-1160G7 variants of the Acer Chromebook Spin 514 (CP514-2H)
> volteer Chromebooks. So update the same in drm-ci.
>
> https://gitlab.collabora.com/lava/lava/-/merge_requests/149
>
> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
> ---
> drivers/gpu/drm/ci/test.yml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
> index 0857773e5c5f..8bc63912fddb 100644
> --- a/drivers/gpu/drm/ci/test.yml
> +++ b/drivers/gpu/drm/ci/test.yml
> @@ -252,11 +252,11 @@ i915:cml:
> i915:tgl:
> extends:
> - .i915
> - parallel: 8
> + parallel: 5
> variables:
> - DEVICE_TYPE: asus-cx9400-volteer
> + DEVICE_TYPE: acer-cp514-2h-1130g7-volteer
> GPU_VERSION: tgl
> - RUNNER_TAG: mesa-ci-x86-64-lava-asus-cx9400-volteer
> + RUNNER_TAG: mesa-ci-x86-64-lava-acer-cp514-2h-1130g7-volteer
>
> .amdgpu:
> extends:
--
David Heidelberg
Consultant Software Engineer
Collabora Ltd.
Platinum Building, St John's Innovation Park, Cambridge CB4 0DS, UK
Registered in England & Wales, no. 5513718
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 695 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/ci: update device type for volteer devices
2024-03-05 10:16 [PATCH] drm/ci: update device type for volteer devices Vignesh Raman
2024-03-05 10:21 ` David Heidelberg
@ 2024-03-05 10:21 ` Vignesh Raman
1 sibling, 0 replies; 3+ messages in thread
From: Vignesh Raman @ 2024-03-05 10:21 UTC (permalink / raw)
To: dri-devel
Cc: daniels, helen.koike, airlied, daniel, david.heidelberg,
sergi.blanch.torne, guilherme.gallo, robdclark, jani.nikula,
joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, intel-gfx,
linux-kernel
Hi,
Below is the pipeline with the job passing,
https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1119672
Regards,
Vignesh
On 05/03/24 15:46, Vignesh Raman wrote:
> Volteer devices in the collabora lab are categorized under the
> asus-cx9400-volteer device type. The majority of these units
> has an Intel Core i5-1130G7 CPU, while some of them have a
> Intel Core i7-1160G7 CPU instead. So due to this difference,
> new device type template is added for the Intel Core i5-1130G7
> and i7-1160G7 variants of the Acer Chromebook Spin 514 (CP514-2H)
> volteer Chromebooks. So update the same in drm-ci.
>
> https://gitlab.collabora.com/lava/lava/-/merge_requests/149
>
> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
> ---
> drivers/gpu/drm/ci/test.yml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
> index 0857773e5c5f..8bc63912fddb 100644
> --- a/drivers/gpu/drm/ci/test.yml
> +++ b/drivers/gpu/drm/ci/test.yml
> @@ -252,11 +252,11 @@ i915:cml:
> i915:tgl:
> extends:
> - .i915
> - parallel: 8
> + parallel: 5
> variables:
> - DEVICE_TYPE: asus-cx9400-volteer
> + DEVICE_TYPE: acer-cp514-2h-1130g7-volteer
> GPU_VERSION: tgl
> - RUNNER_TAG: mesa-ci-x86-64-lava-asus-cx9400-volteer
> + RUNNER_TAG: mesa-ci-x86-64-lava-acer-cp514-2h-1130g7-volteer
>
> .amdgpu:
> extends:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-05 10:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05 10:16 [PATCH] drm/ci: update device type for volteer devices Vignesh Raman
2024-03-05 10:21 ` David Heidelberg
2024-03-05 10:21 ` Vignesh Raman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®