Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-29 12:27:38 to 2024-07-30 12:41:25 UTC [more...]

[PATCH i-g-t v2 00/10] Add per-client engine utilization tests
 2024-07-30 12:41 UTC  (10+ messages)
` [PATCH i-g-t v2 01/10] tests/intel/xe_drm_fdinfo: Rename basic to basic-memory test
` [PATCH i-g-t v2 03/10] tests/intel/xe_drm_fdinfo: Add helper to read utilization for all classes

[PATCH i-g-t,v4] tests/amdgpu/amd_replay: Add amd_replay IGT test
 2024-07-30 12:34 UTC  (3+ messages)
` ✓ CI.xeBAT: success for tests/amdgpu/amd_replay: Add amd_replay IGT test (rev4)
` ✗ Fi.CI.BAT: failure "

[PATCH v3 i-g-t 0/6] benchmarks/gem_wsim: Extend engine selection syntax
 2024-07-30 12:06 UTC  (11+ messages)
` [PATCH v3 i-g-t 1/6] benchmarks/gem_wsim: Introduce intel_engines structure
` [PATCH v3 i-g-t 2/6] benchmarks/gem_wsim: Unify bond handling
` [PATCH v3 i-g-t 3/6] benchmarks/gem_wsim: Introduce engine_idx to streamline engine selection
` [PATCH v3 i-g-t 4/6] benchmarks/gem_wsim: Update request_idx in prepare phase
` [PATCH v3 i-g-t 5/6] benchmarks/gem_wsim: Extend engine selection syntax
` [PATCH v3 i-g-t 6/6] benchmarks/gem_wsim: Option to list physical engines
` ✓ CI.xeBAT: success for benchmarks/gem_wsim: Extend engine selection syntax (rev3)
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[PATCH i-g-t 0/2] New test to validate link-off between active regions (LOBF)
 2024-07-30 12:05 UTC  (5+ messages)
` [PATCH i-g-t 1/2] lib/igt_kms: Added library functions for LOBF status
` [PATCH i-g-t 2/2] tests/kms_vrr: Add new test to validate LOBF
` ✓ CI.xeBAT: success for New test to validate link-off between active regions (LOBF) (rev4)
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t v2 00/66] Test coverage for GPU debug support
 2024-07-30 11:45 UTC  (67+ messages)
` [PATCH i-g-t v2 01/66] drm-uapi/xe: Sync with eudebug uapi
` [PATCH i-g-t v2 02/66] tests/xe_eudebug: Test eudebug connection
` [PATCH i-g-t v2 03/66] lib/xe_eudebug: Introduce eu debug testing framework
` [PATCH i-g-t v2 04/66] lib/xe_eudebug: Allow client to wait for debugger
` [PATCH i-g-t v2 05/66] lib/xe_eudebug: Add exec_queue support
` [PATCH i-g-t v2 06/66] lib/xe_eudebug: Add attention events support
` [PATCH i-g-t v2 07/66] lib/xe_ioctl: Add wrapper with vm_bind_op extension parameter
` [PATCH i-g-t v2 08/66] lib/xe_eudebug: Add support for vm_bind events
` [PATCH i-g-t v2 09/66] lib/xe_eudebug: Add metadata support
` [PATCH i-g-t v2 10/66] lib/xe_eudebug: Add support for user fence acking
` [PATCH i-g-t v2 11/66] lib/xe_eudebug: Add support for dynamic debugger sysfs toggle
` [PATCH i-g-t v2 12/66] tests/xe_eudebug: Test open close events
` [PATCH i-g-t v2 13/66] tests/xe_eudebug: Exercise read_event ioctl
` [PATCH i-g-t v2 14/66] tests/xe_eudebug: Add vm events sanity check
` [PATCH i-g-t v2 15/66] tests/xe_eudebug: Race discovery against eudebug attach
` [PATCH i-g-t v2 16/66] tests/xe_eudebug: Introduce basic exec_queue testing
` [PATCH i-g-t v2 17/66] tests/xe_eudebug: Include exec queues in discovery testing
` [PATCH i-g-t v2 18/66] tests/xe_eudebug: Add vm open/pread/pwrite basic tests
` [PATCH i-g-t v2 19/66] tests/xe_eudebug: Add basic vm-bind coverage
` [PATCH i-g-t v2 20/66] tests/xe_eudebug: Exercise debug metadata events sent to debugger
` [PATCH i-g-t v2 21/66] tests/xe_eudebug: Add support for dynamic debugger sysfs toggle
` [PATCH i-g-t v2 22/66] tests/xe_eudebug: Add coverage for sysfs debugger toggle
` [PATCH i-g-t v2 23/66] lib/xe_eudebug: Allow debugger to wait for client
` [PATCH i-g-t v2 24/66] tests/xe_eudebug: Add vm-bind discovery tests
` [PATCH i-g-t v2 25/66] tests/xe_eudebug: Add basic-vm-bind-metadata-discovery
` [PATCH i-g-t v2 26/66] tests/xe_eudebug: Add basic-vm-access-parameters test
` [PATCH i-g-t v2 27/66] lib/xe_eudebug: Add mutex for log events write
` [PATCH i-g-t v2 28/66] tests/xe_eudebug: Add basic-client-th test
` [PATCH i-g-t v2 29/66] tests/xe_eudebug: Added connect-user test
` [PATCH i-g-t v2 30/66] tests/xe_eudebug: Add discovery-race-vmbind subtest
` [PATCH i-g-t v2 31/66] tests/xe_eudebug: Add userptr variant of basic-vm-access test
` [PATCH i-g-t v2 32/66] tests/xe_eudebug: Add basic-vm-bind-ufence
` [PATCH i-g-t v2 33/66] tests/xe_eudebug: Add multigpu scenarios
` [PATCH i-g-t v2 34/66] tests/xe_eudebug: Add vm-bind-clear test
` [PATCH i-g-t v2 35/66] tests/xe_eudebug: Exercise lseek
` [PATCH i-g-t v2 36/66] tests/xe_eudebug: Test multiple bo sizes
` [PATCH i-g-t v2 37/66] lib/gpgpu_shader: Extend shader building library
` [PATCH i-g-t v2 38/66] tests/xe_exec_sip: Port tests for shaders and sip
` [PATCH i-g-t v2 39/66] tests/xe_exec_sip: Check if we reset due to unhandled attention
` [PATCH i-g-t v2 40/66] tests/xe_exec_sip: Check usercoredump for attentions
` [PATCH i-g-t v2 41/66] tests/xe_exec_sip: Add support for dynamic debugger sysfs toggle
` [PATCH i-g-t v2 42/66] tests/xe_exec_sip: Add breakpoint-writesip-twice test
` [PATCH i-g-t v2 43/66] tests/xe_exec_sip: Add sanity-after-timeout test
` [PATCH i-g-t v2 44/66] tests/xe_exec_sip: Add breakpoint-waitsip-heavy test
` [PATCH i-g-t v2 45/66] tests/xe_exec_sip: Add nodebug test cases
` [PATCH i-g-t v2 46/66] lib/gpgpu_shader: Add write_on_exception template
` [PATCH i-g-t v2 47/66] lib/gpgpu_shader: Add set/clear exception register (cr0.1) helpers
` [PATCH i-g-t v2 48/66] lib/intel_batchbuffer: Add helper to get pointer at specified offset
` [PATCH i-g-t v2 49/66] lib/gpgpu_shader: Allow enabling illegal opcode exceptions in shader
` [PATCH i-g-t v2 50/66] tests/xe_exec_sip: Rework invalid instruction tests
` [PATCH i-g-t v2 51/66] lib/intel_batchbuffer: Add support for long-running mode execution
` [PATCH i-g-t v2 52/66] tests/xe_eudebug_online: Debug client which runs workloads on EU
` [PATCH i-g-t v2 53/66] tests/xe_eudebug_online: Set dynamic breakpoint on interrupt-all
` [PATCH i-g-t v2 54/66] tests/xe_eudebug_online: Add support for dynamic debugger sysfs toggle
` [PATCH i-g-t v2 55/66] tests/xe_eudebug_online: Add tdctl-parameters test
` [PATCH i-g-t v2 56/66] tests/xe_eudebug_online: Add reset-with-attention test
` [PATCH i-g-t v2 57/66] lib/xe_eudebug: Expose xe_eudebug_connect
` [PATCH i-g-t v2 58/66] tests/xe_eudebug_online: Add interrupt-reconnect test
` [PATCH i-g-t v2 59/66] tests/xe_eudebug_online: Add single-step and single-step-one tests
` [PATCH i-g-t v2 60/66] tests/xe_eudebug_online: What if user does not set debug mode?
` [PATCH i-g-t v2 61/66] tests/xe_eudebug_online: Adds debugger-reopen test
` [PATCH i-g-t v2 62/66] tests/xe_eudebug_online: Add caching tests
` [PATCH i-g-t v2 63/66] tests/xe_eudebug_online: Add subtests w/o long running mode
` [PATCH i-g-t v2 64/66] tests/xe_eudebug_online: Add multisession test cases
` [PATCH i-g-t v2 65/66] tests/xe_eudebug_online: Check if eu debugger disables preemption timeout
` [PATCH i-g-t v2 66/66] tests/xe_live_ktest: Add xe_eudebug live test

[PATCH i-g-t] tests/intel/xe_gt_freq: Add a wait after gt reset
 2024-07-30 11:50 UTC 

[PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
 2024-07-30 11:35 UTC 

[PATCH 00/66] Test coverage for GPU debug support
 2024-07-30  9:42 UTC  (71+ messages)
` [PATCH 01/66] tests/xe_eudebug: Test eudebug connection
` [PATCH 02/66] lib/xe_eudebug: Introduce eu debug testing framework
` [PATCH 03/66] lib/xe_eudebug: Allow client to wait for debugger
` [PATCH 04/66] lib/xe_eudebug: Add exec_queue support
` [PATCH 05/66] lib/xe_eudebug: Add attention events support
` [PATCH 06/66] lib/xe_ioctl: Add wrapper with vm_bind_op extension parameter
` [PATCH 07/66] lib/xe_eudebug: Add support for vm_bind events
` [PATCH 08/66] lib/xe_eudebug: Add metadata support
` [PATCH 09/66] lib/xe_eudebug: Add support for user fence acking
` [PATCH 10/66] lib/xe_eudebug: Add support for dynamic debugger sysfs toggle
` [PATCH 11/66] tests/xe_eudebug: Test open close events
` [PATCH 12/66] tests/xe_eudebug: Exercise read_event ioctl
` [PATCH 13/66] tests/xe_eudebug: Add vm events sanity check
` [PATCH 14/66] tests/xe_eudebug: Race discovery against eudebug attach
` [PATCH 15/66] tests/xe_eudebug: Add TEST/SUBTEST documentation
` [PATCH 16/66] tests/xe_eudebug: Introduce basic exec_queue testing
` [PATCH 17/66] tests/xe_eudebug: Include exec queues in discovery testing
` [PATCH 18/66] tests/xe_eudebug: Add vm open/pread/pwrite basic tests
` [PATCH 19/66] tests/xe_eudebug: Add basic vm-bind coverage
` [PATCH 20/66] tests/xe_eudebug: Exercise debug metadata events sent to debugger
` [PATCH 21/66] tests/xe_eudebug: Add support for dynamic debugger sysfs toggle
` [PATCH 22/66] tests/xe_eudebug: Add coverage for sysfs debugger toggle
` [PATCH 23/66] lib/xe_eudebug: Allow debugger to wait for client
` [PATCH 24/66] tests/xe_eudebug: Add vm-bind discovery tests
` [PATCH 25/66] tests/xe_eudebug: Add basic-vm-bind-metadata-discovery
` [PATCH 26/66] tests/xe_eudebug: Add basic-vm-access-parameters test
` [PATCH 27/66] lib/xe_eudebug: Add mutex for log events write
` [PATCH 28/66] tests/xe_eudebug: Add basic-client-th test
` [PATCH 29/66] tests/xe_eudebug: Added connect-user test
` [PATCH 30/66] tests/xe_eudebug: Add discovery-race-vmbind subtest
` [PATCH 31/66] tests/xe_eudebug: Add userptr variant of basic-vm-access test
` [PATCH 32/66] tests/xe_eudebug: Add basic-vm-bind-ufence
` [PATCH 33/66] tests/xe_eudebug: Add multigpu scenarios
` [PATCH 34/66] tests/xe_eudebug: Add vm-bind-clear test
` [PATCH 35/66] tests/xe_eudebug: Exercise lseek
` [PATCH 36/66] tests/xe_eudebug: Test multiple bo sizes
` [PATCH 37/66] lib/gpgpu_shader: Extend shader building library
` [PATCH 38/66] tests/xe_exec_sip: Port tests for shaders and sip
` [PATCH 39/66] tests/xe_exec_sip: Check if we reset due to unhandled attention
` [PATCH 40/66] tests/xe_exec_sip: Check usercoredump for attentions
` [PATCH 41/66] tests/xe_exec_sip: Add support for dynamic debugger sysfs toggle
` [PATCH 42/66] tests/xe_exec_sip: Add breakpoint-writesip-twice test
` [PATCH 43/66] tests/xe_exec_sip: Add sanity-after-timeout test
` [PATCH 44/66] tests/xe_exec_sip: Add breakpoint-waitsip-heavy test
` [PATCH 45/66] tests/xe_exec_sip: Add nodebug test cases
` [PATCH 46/66] lib/gpgpu_shader: Add write_on_exception template
` [PATCH 47/66] lib/gpgpu_shader: Add set/clear exception register (cr0.1) helpers
` [PATCH 48/66] lib/intel_batchbuffer: Add helper to get pointer at specified offset
` [PATCH 49/66] lib/gpgpu_shader: Allow enabling illegal opcode exceptions in shader
` [PATCH 50/66] tests/xe_exec_sip: Rework invalid instruction tests
` [PATCH 51/66] lib/intel_batchbuffer: Add support for long-running mode execution
` [PATCH 52/66] tests/xe_eudebug_online: Debug client which runs workloads on EU
` [PATCH 53/66] tests/xe_eudebug_online: Set dynamic breakpoint on interrupt-all
` [PATCH 54/66] tests/xe_eudebug_online: Add support for dynamic debugger sysfs toggle
` [PATCH 55/66] tests/xe_eudebug_online: Add tdctl-parameters test
` [PATCH 56/66] tests/xe_eudebug_online: Add reset-with-attention test
` [PATCH 57/66] lib/xe_eudebug: Expose xe_eudebug_connect
` [PATCH 58/66] tests/xe_eudebug_online: Add interrupt-reconnect test
` [PATCH 59/66] tests/xe_eudebug_online: Add single-step and single-step-one tests
` [PATCH 60/66] tests/xe_eudebug_online: What if user does not set debug mode?
` [PATCH 61/66] tests/xe_eudebug_online: Adds debugger-reopen test
` [PATCH 62/66] tests/xe_eudebug_online: Add caching tests
` [PATCH 63/66] tests/xe_eudebug_online: Add subtests w/o long running mode
` [PATCH 64/66] tests/xe_eudebug_online: Add multisession test cases
` [PATCH 65/66] tests/xe_eudebug_online: Check if eu debugger disables preemption timeout
` [PATCH 66/66] tests/xe_live_ktest: Add xe_eudebug live test
` ✗ Fi.CI.BUILD: failure for Test coverage for GPU debug support
` ✗ GitLab.Pipeline: warning "

[PATCH v2 1/2] tests/intel/xe_vm: Add bind array conflict tests
 2024-07-30  6:52 UTC  (4+ messages)
` [PATCH v2 2/2] tests/intel/xe_vm: Add bind array -ENOBUFS section

[PATCH i-g-t] tests/intel/xe_sysfs_preempt_timeout: Porting sysfs preempt test in xe
 2024-07-30  6:32 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for tests/intel/xe_sysfs_preempt_timeout: Porting sysfs preempt test in xe (rev2)
` ✓ CI.xeBAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[PATCH v2 i-g-t] tests/intel-ci/xe-sriov-vf.blocklist.txt: Blocklist for SR-IOV VF BAT runs
 2024-07-30  5:50 UTC  (5+ messages)
` ✓ CI.xeBAT: success for tests/intel-ci/xe-sriov-vf.blocklist.txt: Blocklist for SR-IOV VF BAT runs (rev3)
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[PATCH i-g-t 0/3] Add I915_FORMAT_MOD_4_TILED_XE2_CCS modifier for Intel hw
 2024-07-30  5:40 UTC  (3+ messages)
` ✗ CI.xeFULL: failure for Add I915_FORMAT_MOD_4_TILED_XE2_CCS modifier for Intel hw (rev2)
` ✗ Fi.CI.IGT: "

[PATCH v2 i-g-t] tests/xe_gt_freq: Avoid RPe usage in subtests
 2024-07-30  4:47 UTC  (5+ messages)
` ✗ CI.xeBAT: failure for tests/xe_gt_freq: Avoid RPe usage in subtests (rev2)
` ✗ Fi.CI.BAT: "
` ✗ CI.xeFULL: "

[PATCH i-g-t v1 0/4] runner: Allow dynamically ignore dmesg errors or warnings
 2024-07-30  4:11 UTC  (7+ messages)
` [PATCH i-g-t v1 1/4] runner/resultgen: Added dynamically ignored dmesg messages
` [PATCH i-g-t v1 2/4] lib/igt_core: Added message to runner about ignoring kernel warns
` [PATCH i-g-t v1 3/4] tests/intel/xe_wedged: Inform runner about expected error

[PATCH v2] tests/intel/xe_exec_store: Modify test for Priority Mem Read feature
 2024-07-30  2:55 UTC  (5+ messages)
` ✗ CI.xeBAT: failure for tests/intel/xe_exec_store: Modify test for Priority Mem Read feature (rev2)
` ✗ Fi.CI.BAT: "
` ✗ CI.xeFULL: "

[PATCH i-g-t 1/2] lib: Add u32 variants of igt_assert_{lt,lte}
 2024-07-30  2:16 UTC  (6+ messages)
` [PATCH i-g-t 2/2] tests/intel: Apply igt.cocci transforms
` ✓ CI.xeBAT: success for series starting with [i-g-t,1/2] lib: Add u32 variants of igt_assert_{lt,lte}
` ✗ Fi.CI.BAT: failure "
` ✗ CI.xeFULL: "

[PATCH i-g-t v4 0/4] Add vmwgfx prime tests
 2024-07-29 22:43 UTC  (2+ messages)

[PATCH v2 i-g-t 0/6] benchmarks/gem_wsim: Extend engine selection syntax
 2024-07-29 18:11 UTC  (4+ messages)
` [PATCH v2 i-g-t 1/6] benchmarks/gem_wsim: Introduce intel_engines structure

[PATCH i-g-t v2] lib/xe/xe_query: Do not require QUERY_OA_UNITS for all Xe tests
 2024-07-29 17:41 UTC  (3+ messages)
` [PATCH i-g-t v3] "

[PATCH i-g-t] tests/xe_gt_freq: Avoid RPe usage in subtests
 2024-07-29 16:40 UTC  (5+ messages)

[PATCH] tests/intel/xe_exec_store: Modify test for Priority Mem Read feature
 2024-07-29 15:40 UTC  (3+ messages)

[PATCH] lib/gpgpu_shader: add support for PVC and MTL
 2024-07-29 13:50 UTC  (3+ messages)
` ✗ CI.xeFULL: failure for "


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