Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-26 15:01:37 to 2024-07-30 11:46:52 UTC [more...]

[PATCH i-g-t v2 00/66] Test coverage for GPU debug support
 2024-07-30 11:44 UTC  (4+ 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] 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 i-g-t,v4] tests/amdgpu/amd_replay: Add amd_replay IGT test
 2024-07-30 10:00 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 i-g-t 0/2] New test to validate link-off between active regions (LOBF)
 2024-07-30  8:31 UTC  (3+ 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

[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  (12+ messages)
` ✓ Fi.CI.BAT: success for tests/intel-ci/xe-sriov-vf.blocklist.txt: Blocklist for SR-IOV VF BAT runs (rev2)
` ✓ CI.xeBAT: "
` ✓ CI.xeFULL: "
` ✗ Fi.CI.IGT: failure "
` [PATCH v3 i-g-t] tests/intel-ci/xe-sriov-vf.blocklist.txt: Blocklist for SR-IOV VF runs
` ✓ 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  (5+ messages)
` ✗ CI.xeBAT: failure for Add I915_FORMAT_MOD_4_TILED_XE2_CCS modifier for Intel hw (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ CI.xeFULL: failure "
` ✗ 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 v2 00/10] Add per-client engine utilization tests
 2024-07-30  0:23 UTC  (5+ messages)
` [PATCH i-g-t v2 03/10] tests/intel/xe_drm_fdinfo: Add helper to read utilization for all classes

[PATCH v3 i-g-t 0/6] benchmarks/gem_wsim: Extend engine selection syntax
 2024-07-30  0:13 UTC  (10+ 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 "

[PATCH i-g-t v4 0/4] Add vmwgfx prime tests
 2024-07-29 22:43 UTC  (12+ messages)
` [PATCH i-g-t v4 1/4] tests/vmwgfx: Removing incorrect assert in mob_repeated_unref
` [PATCH i-g-t v4 2/4] lib/vmwgfx: Allow using any buffer handle as a surface backing
` [PATCH i-g-t v4 3/4] tests/vmwgfx: Add a prime test
` [PATCH i-g-t v4 4/4] tests/vmwgfx: Fix and extend the reference counting test
` ✓ CI.xeBAT: success for Add vmwgfx prime tests (rev4)
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[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  (11+ messages)
` ✗ CI.xeFULL: failure for lib/xe/xe_query: Do not require QUERY_OA_UNITS for all Xe tests (rev3)
` ✗ Fi.CI.IGT: "
` [PATCH i-g-t v3] Do not require QUERY_OA_UNITS for all Xe tests
` ✓ CI.xeBAT: success for lib/xe/xe_query: Do not require QUERY_OA_UNITS for all Xe tests (rev4)
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[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  (7+ messages)
` ✗ CI.xeFULL: failure for "
` ✗ Fi.CI.IGT: "

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

[PATCH i-g-t 0/2] tests/device_reset: Wait for device nodes to re-appear
 2024-07-29 12:22 UTC  (5+ messages)
` ✗ CI.xeFULL: failure for "
` ✗ Fi.CI.IGT: "

[PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled
 2024-07-29 11:15 UTC  (7+ messages)
` ✗ CI.xeFULL: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2)
` ✓ CI.xeBAT: success for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[PATCH i-g-t 2/2] tests/kms_vrr: Add new test to validate LOBF
 2024-07-29  8:49 UTC  (3+ messages)
` [i-g-t,2/2] "

[PATCH i-g-t v3 0/4] Improvise-the-deep-pkgc
 2024-07-29  6:49 UTC  (8+ messages)
` [PATCH i-g-t v3 1/4] tests/intel/kms_pm_dc: Update test_deep_pkgc_state function
` [PATCH i-g-t v3 2/4] tests/intel/kms_pm_dc: Update test duration to 4 seconds
` [PATCH i-g-t v3 3/4] tests/intel/kms_pm_dc: Add polling for deep-pkgc
` ✗ CI.xeFULL: failure for Improvise-the-deep-pkgc (rev3)

[PATCH v3] tests/intel/xe_exec_compute_mode: Add userptr free / munmap sections
 2024-07-29  6:41 UTC  (2+ messages)

[PATCH i-g-t v3 0/4] Add vmwgfx prime tests
 2024-07-29  3:35 UTC  (8+ messages)
` [PATCH i-g-t v3 2/4] lib/vmwgfx: Allow using any buffer handle as a surface backing
` [PATCH i-g-t v3 3/4] tests/vmwgfx: Add a prime test
` [PATCH i-g-t v3 4/4] tests/vmwgfx: Fix and extend the reference counting test

[PATCH v2 i-g-t v2] tests/core_setmaster: Change break to continue in tweak_perm function
 2024-07-27  5:52 UTC  (4+ messages)
` ✓ CI.xeFULL: success for tests/core_setmaster: Change break to continue in tweak_perm function (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t, v3] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled
 2024-07-27  1:18 UTC  (3+ messages)
` ✗ CI.xeFULL: failure for "
` ✗ Fi.CI.IGT: "

[PATCH] tests/intel/xe_exec_threads: decrease number of batches for simulation
 2024-07-26 20:27 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

[PATCH i-g-t] tests/dumb_buffer: Add subtests for mixing dumb buffers with prime
 2024-07-26 19:21 UTC  (2+ messages)

[PATCH v3] tests/intel/xe_vm: Add test for 64k page corners
 2024-07-26 19:13 UTC  (6+ messages)

[PATCH i-g-t,v3] tests/amdgpu/amd_replay: Add amd_replay IGT test
 2024-07-26 17:14 UTC  (2+ messages)
` [i-g-t,v3] "

[PATCH 1/2] lib/amdgpu: refactor deadlock tests
 2024-07-26 15:19 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/2] "


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