Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/3] tests/intel/xe_pm: Tests to validate vm-bind
@ 2024-03-25 20:10 sai.gowtham.ch
  2024-03-25 20:10 ` [PATCH i-g-t 1/3] tests/intel/xe_pm: Test validates vm-bind userptr flag with suspend and resume sai.gowtham.ch
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: sai.gowtham.ch @ 2024-03-25 20:10 UTC (permalink / raw)
  To: igt-dev, sai.gowtham.ch, rodrigo.vivi

From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>

This patch series has following changes:
1. Validate functionality of VM_BIND USERPTR/PREFETCH op with S&R
2. Test vm_unbind op by binding multiple va's to a vm and check the
functionality with S&R.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
 
Sai Gowtham Ch (3):
  tests/intel/xe_pm: Test validates vm-bind userptr flag with suspend
    and resume
  tests/intel/xe_pm: Validate vm-bind prefetch flag with suspend and
    resume
  tests/intel/xe_pm: Tests vm-unbind all flag functionality with s&R

 tests/intel/xe_pm.c | 125 +++++++++++++++++++++++++++++++++++++-------
 1 file changed, 106 insertions(+), 19 deletions(-)

-- 
2.39.1


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH i-g-t 0/3] tests/intel/xe_pm: Tests to validate vm-bind with S&R
@ 2024-04-01 18:46 sai.gowtham.ch
  2024-04-01 18:46 ` [PATCH i-g-t 2/3] tests/intel/xe_pm: Validate vm-bind prefetch flag with suspend and resume sai.gowtham.ch
  0 siblings, 1 reply; 15+ messages in thread
From: sai.gowtham.ch @ 2024-04-01 18:46 UTC (permalink / raw)
  To: igt-dev, rodrigo.vivi, sai.gowtham.ch

From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>

This patch series has following changes:
1. Validate functionality of VM_BIND USERPTR/PREFETCH op with S&R
2. Test vm_unbind op by binding multiple va's to a vm and check the
functionality with S&R.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>

Sai Gowtham Ch (3):
  tests/intel/xe_pm: Test validates vm-bind userptr flag with suspend
    and resume
  tests/intel/xe_pm: Validate vm-bind prefetch flag with suspend and
    resume
  tests/intel/xe_pm: Tests vm-unbind all flag functionality with S&R

 tests/intel/xe_pm.c | 102 +++++++++++++++++++++++++++++++++++---------
 1 file changed, 82 insertions(+), 20 deletions(-)

-- 
2.39.1


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH i-g-t 0/3] tests/intel/xe_pm: Tests to validate vm-bind with S&R
@ 2024-04-15  8:40 sai.gowtham.ch
  2024-04-15  8:40 ` [PATCH i-g-t 2/3] tests/intel/xe_pm: Validate vm-bind prefetch flag with suspend and resume sai.gowtham.ch
  0 siblings, 1 reply; 15+ messages in thread
From: sai.gowtham.ch @ 2024-04-15  8:40 UTC (permalink / raw)
  To: igt-dev, sai.gowtham.ch, rodrigo.vivi

From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>

This patch series has following changes:
1. Validate functionality of VM_BIND USERPTR/PREFETCH op with S&R
2. Test vm_unbind op by binding multiple va's to a vm and check the
functionality with S&R.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>

Sai Gowtham Ch (3):
  tests/intel/xe_pm: Test validates vm-bind userptr flag with suspend
    and resume
  tests/intel/xe_pm: Validate vm-bind prefetch flag with suspend and
    resume
  tests/intel/xe_pm: Tests vm-unbind all flag functionality with S&R

 tests/intel/xe_pm.c | 107 +++++++++++++++++++++++++++++++++++---------
 1 file changed, 87 insertions(+), 20 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2024-04-16 20:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 20:10 [PATCH i-g-t 0/3] tests/intel/xe_pm: Tests to validate vm-bind sai.gowtham.ch
2024-03-25 20:10 ` [PATCH i-g-t 1/3] tests/intel/xe_pm: Test validates vm-bind userptr flag with suspend and resume sai.gowtham.ch
2024-03-28 18:00   ` Rodrigo Vivi
2024-03-25 20:10 ` [PATCH i-g-t 2/3] tests/intel/xe_pm: Validate vm-bind prefetch " sai.gowtham.ch
2024-03-28 18:05   ` Rodrigo Vivi
2024-03-25 20:10 ` [PATCH i-g-t 3/3] tests/intel/xe_pm: Tests vm-unbind all flag functionality with s&R sai.gowtham.ch
2024-03-28 18:16   ` Rodrigo Vivi
2024-03-25 22:00 ` ✓ CI.xeBAT: success for tests/intel/xe_pm: Tests to validate vm-bind (rev2) Patchwork
2024-03-25 22:08 ` ✓ Fi.CI.BAT: " Patchwork
2024-03-26  4:39 ` ✗ Fi.CI.IGT: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-04-01 18:46 [PATCH i-g-t 0/3] tests/intel/xe_pm: Tests to validate vm-bind with S&R sai.gowtham.ch
2024-04-01 18:46 ` [PATCH i-g-t 2/3] tests/intel/xe_pm: Validate vm-bind prefetch flag with suspend and resume sai.gowtham.ch
2024-04-03 20:27   ` Rodrigo Vivi
2024-04-15  8:40 [PATCH i-g-t 0/3] tests/intel/xe_pm: Tests to validate vm-bind with S&R sai.gowtham.ch
2024-04-15  8:40 ` [PATCH i-g-t 2/3] tests/intel/xe_pm: Validate vm-bind prefetch flag with suspend and resume sai.gowtham.ch
2024-04-16  1:29   ` Rodrigo Vivi
2024-04-16 20:58     ` Rodrigo Vivi

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