Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel-ci/xe-fast-feedback: fixup xe_dma_buf_sync
@ 2024-10-14  8:47 Matthew Auld
  2024-10-14 10:02 ` Kamil Konieczny
  2024-10-14 14:42 ` Nirmoy Das
  0 siblings, 2 replies; 3+ messages in thread
From: Matthew Auld @ 2024-10-14  8:47 UTC (permalink / raw)
  To: igt-dev; +Cc: Matthew Brost, Nirmoy Das

export-dma-buf-once was split into a few different subtests, but we
missed updating the test list here.

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3061
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
---
 tests/intel-ci/xe-fast-feedback.testlist | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
index 01b01dcf9..d9fb98aab 100644
--- a/tests/intel-ci/xe-fast-feedback.testlist
+++ b/tests/intel-ci/xe-fast-feedback.testlist
@@ -75,8 +75,10 @@ igt@xe_create@create-massive-size
 igt@xe_debugfs@base
 igt@xe_debugfs@gt
 igt@xe_debugfs@forcewake
-igt@xe_dma_buf_sync@export-dma-buf-once
+igt@xe_dma_buf_sync@export-dma-buf-once-write-sync
 igt@xe_dma_buf_sync@export-dma-buf-once-read-sync
+igt@xe_dma_buf_sync@export-dma-buf-once-read-write-sync
+igt@xe_dma_buf_sync@export-dma-buf-once-write-read-sync
 igt@xe_evict_ccs@evict-overcommit-simple
 igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd
 igt@xe_exec_atomic@basic-dec-all
-- 
2.46.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH i-g-t] tests/intel-ci/xe-fast-feedback: fixup xe_dma_buf_sync
  2024-10-14  8:47 [PATCH i-g-t] tests/intel-ci/xe-fast-feedback: fixup xe_dma_buf_sync Matthew Auld
@ 2024-10-14 10:02 ` Kamil Konieczny
  2024-10-14 14:42 ` Nirmoy Das
  1 sibling, 0 replies; 3+ messages in thread
From: Kamil Konieczny @ 2024-10-14 10:02 UTC (permalink / raw)
  To: igt-dev; +Cc: Matthew Auld, Matthew Brost, Nirmoy Das

Hi Matthew,
On 2024-10-14 at 09:47:10 +0100, Matthew Auld wrote:
> export-dma-buf-once was split into a few different subtests, but we
> missed updating the test list here.
> 
> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3061
> Signed-off-by: Matthew Auld <matthew.auld@intel.com>
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Nirmoy Das <nirmoy.das@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel-ci/xe-fast-feedback.testlist | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
> index 01b01dcf9..d9fb98aab 100644
> --- a/tests/intel-ci/xe-fast-feedback.testlist
> +++ b/tests/intel-ci/xe-fast-feedback.testlist
> @@ -75,8 +75,10 @@ igt@xe_create@create-massive-size
>  igt@xe_debugfs@base
>  igt@xe_debugfs@gt
>  igt@xe_debugfs@forcewake
> -igt@xe_dma_buf_sync@export-dma-buf-once
> +igt@xe_dma_buf_sync@export-dma-buf-once-write-sync
>  igt@xe_dma_buf_sync@export-dma-buf-once-read-sync
> +igt@xe_dma_buf_sync@export-dma-buf-once-read-write-sync
> +igt@xe_dma_buf_sync@export-dma-buf-once-write-read-sync
>  igt@xe_evict_ccs@evict-overcommit-simple
>  igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd
>  igt@xe_exec_atomic@basic-dec-all
> -- 
> 2.46.2
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH i-g-t] tests/intel-ci/xe-fast-feedback: fixup xe_dma_buf_sync
  2024-10-14  8:47 [PATCH i-g-t] tests/intel-ci/xe-fast-feedback: fixup xe_dma_buf_sync Matthew Auld
  2024-10-14 10:02 ` Kamil Konieczny
@ 2024-10-14 14:42 ` Nirmoy Das
  1 sibling, 0 replies; 3+ messages in thread
From: Nirmoy Das @ 2024-10-14 14:42 UTC (permalink / raw)
  To: Matthew Auld, igt-dev; +Cc: Matthew Brost, Nirmoy Das


On 10/14/2024 10:47 AM, Matthew Auld wrote:
> export-dma-buf-once was split into a few different subtests, but we
> missed updating the test list here.
>
> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3061
> Signed-off-by: Matthew Auld <matthew.auld@intel.com>
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
> ---
>  tests/intel-ci/xe-fast-feedback.testlist | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
> index 01b01dcf9..d9fb98aab 100644
> --- a/tests/intel-ci/xe-fast-feedback.testlist
> +++ b/tests/intel-ci/xe-fast-feedback.testlist
> @@ -75,8 +75,10 @@ igt@xe_create@create-massive-size
>  igt@xe_debugfs@base
>  igt@xe_debugfs@gt
>  igt@xe_debugfs@forcewake
> -igt@xe_dma_buf_sync@export-dma-buf-once
> +igt@xe_dma_buf_sync@export-dma-buf-once-write-sync
>  igt@xe_dma_buf_sync@export-dma-buf-once-read-sync
> +igt@xe_dma_buf_sync@export-dma-buf-once-read-write-sync
> +igt@xe_dma_buf_sync@export-dma-buf-once-write-read-sync
>  igt@xe_evict_ccs@evict-overcommit-simple
>  igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd
>  igt@xe_exec_atomic@basic-dec-all

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-14 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14  8:47 [PATCH i-g-t] tests/intel-ci/xe-fast-feedback: fixup xe_dma_buf_sync Matthew Auld
2024-10-14 10:02 ` Kamil Konieczny
2024-10-14 14:42 ` Nirmoy Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox