Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-04 10:11:56 to 2024-03-06 15:02:47 UTC [more...]

[PATCH i-g-t v2 0/4] Add xe_render_copy tests
 2024-03-06 15:02 UTC  (4+ messages)
` [PATCH i-g-t v2 1/4] lib/intel_blt: Add blitter tile to legacy tile id helper
` [PATCH i-g-t v2 2/4] lib/intel_bufops: Use printf style filename formatting
` [PATCH i-g-t v2 3/4] lib/rendercopy_gen9: Add Tile64 support for render-copy

[PATCH i-g-t 0/4] Add xe_render_copy tests
 2024-03-06 14:47 UTC  (14+ messages)
` [PATCH i-g-t 1/4] lib/intel_blt: Add blitter tile to legacy tile id helper
` [PATCH i-g-t 2/4] lib/intel_bufops: Use printf style filename formatting
` [PATCH i-g-t 3/4] lib/rendercopy_gen9: Add Tile64 support for render-copy
` [PATCH i-g-t 4/4] tests/xe_render_copy: Add render-copy test for xe
` ✓ CI.xeBAT: success for Add xe_render_copy tests
` ✗ Fi.CI.BAT: failure "
` ✓ CI.xeBAT: success for Add xe_render_copy tests (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t v2 1/6] lib/rendercopy_gen9: use MOCS index helper
 2024-03-06 14:11 UTC  (12+ messages)
` [PATCH i-g-t v2 2/6] lib/gpu_cmds: default to uc MOCS index
` [PATCH i-g-t v2 3/6] lib/intel_buf: revamp MOCS usage
` [PATCH i-g-t v2 4/6] lib/intel_buf: expose mocs_index
` [PATCH i-g-t v2 5/6] lib/intel_mocs: add defer-to-pat-index
` [PATCH i-g-t v2 6/6] tests/intel/xe_pat: verify wb-transient with pipe crc
` ✓ CI.xeBAT: success for series starting with [i-g-t,v2,1/6] lib/rendercopy_gen9: use MOCS index helper
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t 0/2] revamp big joiner test
 2024-03-06 13:41 UTC  (16+ messages)
` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib
` [PATCH i-g-t 2/2] tests/intel/kms_big_joiner: revamp kms_big_joiner
` ✓ CI.xeBAT: success for revamp big joiner test (rev6)
` ✗ Fi.CI.BAT: failure "

[PATCH] amdgpu/tests: Fix vce enc test failure
 2024-03-06 13:39 UTC  (8+ messages)
` ✓ CI.xeBAT: success for "
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t v11 0/6] introduce Xe multigpu and other multi-GPU helpers
 2024-03-06 13:31 UTC  (7+ messages)
` [PATCH i-g-t v11 1/6] lib/igt_device_scan: Introduce filtering out non-PCI devices
` [PATCH i-g-t v11 2/6] lib/drmtest: Introduced drm_open_driver_another
` [PATCH i-g-t v11 3/6] lib/intel_multigpu: Introduce library for multi-GPU scenarios
` [PATCH i-g-t v11 4/6] lib/intel_multigpu: Add multi_fork_foreach_gpu_chip
` [PATCH i-g-t v11 5/6] tests/intel/xe_exec_basic: add multigpu subtests
` [PATCH i-g-t v11 6/6] tests/intel/gem_exec_gttfill: simplify multiGPU subtest

[PATCH i-g-t 1/2] tests/intel-ci/xe: Block PSR + DRRS tests
 2024-03-06 10:02 UTC  (7+ messages)
` [PATCH i-g-t 2/2] tests/intel-ci: "
` ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/intel-ci/xe: "
` ✓ CI.xeBAT: "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t 00/24] Update test documentation for i915 tests
 2024-03-06  9:58 UTC  (55+ messages)
` [PATCH i-g-t 01/24] tests: Introduce uapi subcategory
` [PATCH i-g-t 02/24] tests/intel: Introduce Memory management subcategory
` [PATCH i-g-t 03/24] tests/intel: Introduce Fences subcategory
` [PATCH i-g-t 04/24] tests/intel: Introduce CMD submission subcategory
` [PATCH i-g-t 05/24] tests/intel: Introduce Caching subcategory
` [PATCH i-g-t 06/24] tests/intel: Introduce Context subcategory
` [PATCH i-g-t 07/24] tests/intel: Introduce GPGPU subcategory
` [PATCH i-g-t 08/24] tests/intel: Introduce Blitter subcategory
` [PATCH i-g-t 09/24] tests/intel: Introduce FDinfo subcategory
` [PATCH i-g-t 10/24] tests/intel: Introduce Flat-ccs subcategory
` [PATCH i-g-t 11/24] tests/intel: Introduce HUC subcategory
` [PATCH i-g-t 12/24] tests/intel: Introduce Media subcategory
` [PATCH i-g-t 13/24] tests/intel: Introduce Render copy subcategory
` [PATCH i-g-t 14/24] tests/intel: Introduce Obsolete subcategory
` [PATCH i-g-t 15/24] tests/intel: Introduce Power management subcategory
` [PATCH i-g-t 16/24] tests/intel: Introduce SysMan subcategory
` [PATCH i-g-t 17/24] tests: Introduce Core subcategory
` [PATCH i-g-t 18/24] tests: Introduce Synchronization subcategory
` [PATCH i-g-t 19/24] tests: Introduce intel-nouveau subcategory
` [PATCH i-g-t 20/24] tests/intel: Introduce Debugging subcategory
` [PATCH i-g-t 21/24] tests/intel: Add missing documentation fields in i915_selftest
` [PATCH i-g-t 22/24] tests/intel: Add more tests to Performance subcategory
` [PATCH i-g-t 23/24] tests: Add missing documentation fields for SRIOV and Display
` [PATCH i-g-t 24/24] tests: Remove 'Run type' documentation field
` ✓ CI.xeBAT: success for Update test documentation for i915 tests
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t v2] tests/intel/gem_exec_capture: Check for partial register captures
 2024-03-06  9:57 UTC  (6+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/gem_exec_capture: Check for partial register captures (rev2)

[PATCH i-g-t v2 0/5] IGT documentation refactoring
 2024-03-06  9:51 UTC  (7+ messages)
` ✗ Fi.CI.BAT: failure for IGT documentation refactoring (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] scripts/igt_doc.py: store igt test names in lowercase
 2024-03-06  9:25 UTC  (4+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "

[PATCH i-g-t v2] tests/intel/xe_compute_preempt: Add compute-preempt-many
 2024-03-06  8:48 UTC  (6+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/xe_compute_preempt: Add compute-preempt-many (rev2)
` ✗ Fi.CI.BAT: failure for tests/intel/xe_compute_preempt: Add compute-preempt-many (rev3)
` ✓ Fi.CI.IGT: success for tests/intel/xe_compute_preempt: Add compute-preempt-many (rev2)

[PATCH i-g-t v4 1/4] lib/igt_sysfs: Use same var for sizeof()
 2024-03-06  5:12 UTC  (5+ messages)
` ✓ CI.xeBAT: success for series starting with [i-g-t,v4,1/4] lib/igt_sysfs: Use same var for sizeof() (rev2)
` ✗ Fi.CI.BAT: failure "
` ✗ CI.xeBAT: failure for series starting with [i-g-t,v4,1/4] lib/igt_sysfs: Use same var for sizeof() (rev3)
` ✗ Fi.CI.BAT: "

[PATCH i-g-t 0/2] revamp big joiner test
 2024-03-06  4:28 UTC  (7+ messages)
` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib
` [PATCH i-g-t 2/2] tests/intel/kms_big_joiner: revamp kms_big_joiner
` ✗ Fi.CI.BUILD: failure for revamp big joiner test (rev4)
` ✗ GitLab.Pipeline: warning "
` ✗ Fi.CI.BUILD: failure for revamp big joiner test (rev5)
` ✗ GitLab.Pipeline: warning "

[PATCH i-g-t v2 0/7] benchmarks/kms_fb_stress: Test all possible combinations of formats
 2024-03-06  0:13 UTC  (10+ messages)
` [PATCH i-g-t v2 1/7] benchmarks/kms_fb_stress: Assert that we have an supported pipe
` [PATCH i-g-t v2 2/7] benchmarks/kms_fb_stress: Log the KMS structure
` [PATCH i-g-t v2 3/7] benchmarks/kms_fb_stress: Move the stress procedure to its own function
` [PATCH i-g-t v2 4/7] benchmarks/kms_fb_stress: Free resources on the stress procedure
` [PATCH i-g-t v2 5/7] benchmarks/kms_fb_stress: Don't paint the FB's if the format is DRM_FORMAT_RGB565
` [PATCH i-g-t v2 6/7] benchmarks/kms_fb_stress: Test every possible format combinations
` [PATCH i-g-t v2 7/7] benchmarks/kms_fb_stress: Add command line options to pin the planes or writeback formats
` ✗ CI.xeBAT: failure for benchmarks/kms_fb_stress: Test all possible combinations of formats
` ✗ Fi.CI.BAT: "

[PATCH i-g-t] lib/igt_fb: on Xe device don't apply legacy blitter rules
 2024-03-05 17:45 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH i-g-t 0/4] revamp big joiner test
 2024-03-05 17:34 UTC  (8+ messages)
` [PATCH i-g-t 2/4] lib/igt_kms: add helpers to enable/disable force joiner
` [PATCH i-g-t 3/4] tests/intel/kms_big_joiner: revamp kms_big_joiner

[PATCH i-g-t] lib/igt_kmod: Allow to load kunit from alias
 2024-03-05 17:31 UTC  (5+ messages)

[PATCH] xe_exec_compute_mode: Add malloc-ufence test
 2024-03-05 14:31 UTC  (3+ messages)

[PATCH i-g-t] tests/kms_atomic: fix musl compilation
 2024-03-05 13:59 UTC  (5+ messages)
` ✓ CI.xeBAT: success for "
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t 0/3] Adding some generic helpers for future tests
 2024-03-05  4:20 UTC  (7+ messages)
` [PATCH i-g-t 1/3] lib/drmtest: Add IS_ALIGNED macro
` [PATCH i-g-t 2/3] lib/intel_mmio: Add 64-bits ioread/iowrite
` [PATCH i-g-t 3/3] lib/xe/xe_query: Add helper to check if given gt id point to media gt

[PATCH i-g-t] lib: Inline igt_x86_features() into ifunc resolvers
 2024-03-04 23:07 UTC  (3+ messages)
` ✓ CI.xeBAT: success for "
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t] HAX:lib/igt_fb: Fix CCS tests
 2024-03-04 22:56 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ CI.xeBAT: failure "
` ✗ Fi.CI.IGT: "

[PATCH i-g-t v2] lib/igt_kmod: Allow to load kunit from alias
 2024-03-04 21:54 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for lib/igt_kmod: Allow to load kunit from alias (rev4)
` ✗ GitLab.Pipeline: warning "

[PATCH i-g-t 1/2] lib/igt_fb: Use engine copy for MC/RC CCS formats
 2024-03-04 20:53 UTC  (4+ messages)
` [PATCH i-g-t 2/2] HAX: Test CCS tests in BAT
` ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/2] lib/igt_fb: Use engine copy for MC/RC CCS formats
` ✗ CI.xeBAT: "

[PATCH i-g-t 0/2] Fix needing to call igt_display_require() twice to enable writeback output
 2024-03-04 16:23 UTC  (5+ messages)
` [PATCH i-g-t 1/2] lib/igt_kms: Enable DRM_CLIENT_CAP_ATOMIC before enabling DRM_CLIENT_CAP_WRITEBACK_CONNECTORS
` [PATCH i-g-t 2/2] igt: Remove duplicate igt_display_require() calls

[PATCH i-g-t 0/2] add freq exec tests
 2024-03-04 16:08 UTC  (3+ messages)
` [PATCH i-g-t 2/2] HAX: Add freq tests to xe-fast-feedback.testlist

[PATCH i-g-t 1/5] lib/rendercopy_gen9: use MOCS index helper
 2024-03-04 12:19 UTC  (7+ messages)
` [PATCH i-g-t 2/5] lib/intel_buf: revamp MOCS usage
` [PATCH i-g-t 5/5] tests/intel/xe_pat: verify wb-transient with pipe crc


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