igt-dev.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-22 14:47:23 to 2024-04-24 20:13:57 UTC [more...]

[PATCH v3 1/2] tests/kms_vrr: Add a subtest for seamless modeset to a virtual LRR mode
 2024-04-24 20:13 UTC 

[PATCH i-g-t v2 0/2] Add mocs tests
 2024-04-24 20:08 UTC  (3+ messages)
` [PATCH i-g-t 1/2] tests/intel/xe_debugfs: Extend gt test to check mocs entry
` [PATCH i-g-t v2 2/2] tests/intel/xe_pm: Add mocs suspend resume test

[PATCH i-g-t 1/4] tests/intel/xe_wedged: Introduce a new test for Xe device wedged state
 2024-04-24 16:50 UTC  (9+ messages)
` [PATCH i-g-t 2/4] tests/intel/xe_wedged: Also add a simple exec to confirm GPU health
` [PATCH i-g-t 3/4] tests/intel/xe_wedged: Introduce test for wedged_mode=2
` [PATCH i-g-t 4/4] tests/intel/xe_wedged: Test wedged_mode=1 after had toggled mode=2
` ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/4] tests/intel/xe_wedged: Introduce a new test for Xe device wedged state
` ✓ CI.xeBAT: success "
` ✗ CI.xeFULL: failure "

tests/intel/gem_exec_capture: changing the test size breaks the run
 2024-04-24 16:33 UTC  (2+ messages)

[PATCH i-g-t v3 0/3] Put "Run type" highest in documentation hierarchy
 2024-04-24 15:47 UTC  (6+ messages)
` [PATCH i-g-t v3 1/3] tests/intel: Put "Run type" highest in Xe "
` [PATCH i-g-t v3 2/3] tests/intel: Put "Run type" highest in KMS "
` [PATCH i-g-t v3 3/3] tests/intel: Put "Run type" highest in i915 "

[PATCH i-g-t v2 00/21] gputop: Add support for xe
 2024-04-24 15:23 UTC  (27+ messages)
` [PATCH i-g-t v2 01/21] lib/igt_drm_fdinfo: Fix wrong name len assert
` [PATCH i-g-t v2 02/21] lib/igt_drm_fdinfo: Assert pdev is not truncated
` [PATCH i-g-t v2 03/21] lib/igt_drm_fdinfo: Detect invalid drm-client-id
` [PATCH i-g-t v2 04/21] lib/igt_drm_fdinfo: Stop ignoring space where not needed
` [PATCH i-g-t v2 05/21] gputop: Extract method to update console size
` [PATCH i-g-t v2 06/21] gputop: Extract clrscr()
` [PATCH i-g-t v2 07/21] lib/igt_drm_fdinfo: Extract ignore_space()
` [PATCH i-g-t v2 08/21] lib/igt_drm_fdinfo: Allow any number of spaces before unit
` [PATCH i-g-t v2 09/21] lib/igt_drm_fdinfo: Stop passing key twice
` [PATCH i-g-t v2 10/21] lib/igt_drm_fdinfo: Remove prefix arg from parse functions
` [PATCH i-g-t v2 11/21] lib/igt_drm_fdinfo: Parse drm-cycles
` [PATCH i-g-t v2 12/21] lib/igt_drm_fdinfo: Parse drm-total-cycles
` [PATCH i-g-t v2 13/21] lib/igt_drm_clients: Rename engine busyness variables
` [PATCH i-g-t v2 14/21] lib/igt_drm_clients: Move engine fields to substruct
` [PATCH i-g-t v2 15/21] lib/igt_drm_clients: Record total cycles
` [PATCH i-g-t v2 16/21] gputop: Add support to drm-cycles/drm-total-cycles
` [PATCH i-g-t v2 17/21] gputop: print percentage number
` [PATCH i-g-t v2 18/21] gputop: Add option parsing
` [PATCH i-g-t v2 19/21] gputop: Allow to limit number of executions
` [PATCH i-g-t v2 20/21] gputop: Allow to set delay interval
` [PATCH i-g-t v2 21/21] lib/igt_drm_clients: lazy stat process
` ✗ GitLab.Pipeline: warning for gputop: Add support for xe (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ CI.xeBAT: "
` ✗ Fi.CI.IGT: failure "
` ✗ CI.xeFULL: "

[PATCH i-g-t v2 0/6] Intel blitter framebuffer copying sanitizing
 2024-04-24 13:16 UTC  (20+ messages)
` [PATCH i-g-t v2 1/6] lib/igt_fb: fix intel modifiers for fb copying on xe driver
` [PATCH i-g-t v2 2/6] lib/igt_fb: make blt_compression_format function more readable
` [PATCH i-g-t v2 3/6] lib/igt_fb: Sanitize blt_fb_init
` [PATCH i-g-t v2 4/6] lib/igt_fb: separate intel blitter context setup from blitter function
` [PATCH i-g-t v2 5/6] lib/igt_fb: put intel blt cleanup into its own function
` [PATCH i-g-t v2 6/6] lib/igt_fb: unify intel blitter fb block copies between xe and i915
` ✗ Fi.CI.BAT: failure for Intel blitter framebuffer copying sanitizing (rev2)
` ✓ CI.xeBAT: success "
` ✗ Fi.CI.BAT: failure for Intel blitter framebuffer copying sanitizing (rev3)
` ✓ CI.xeBAT: success "
` ✗ Fi.CI.BAT: failure for Intel blitter framebuffer copying sanitizing (rev4)
` ✗ CI.xeBAT: "
` ✗ Fi.CI.BAT: failure for Intel blitter framebuffer copying sanitizing (rev5)
` ✓ CI.xeBAT: success "
` ✗ CI.xeFULL: failure for Intel blitter framebuffer copying sanitizing (rev2)
` ✗ CI.xeFULL: failure for Intel blitter framebuffer copying sanitizing (rev3)
` ✗ CI.xeFULL: failure for Intel blitter framebuffer copying sanitizing (rev4)
` ✗ CI.xeFULL: failure for Intel blitter framebuffer copying sanitizing (rev5)

[PATCH i-g-t] tests/intel/gem_exec_capture: fix use of igt_allow_hang() / igt_disallow_hang()
 2024-04-24 12:40 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/gem_exec_capture: fix use of igt_allow_hang() / igt_disallow_hang() (rev2)
` ✓ Fi.CI.IGT: success "

[PATCH i-g-t,v2 0/3] Align Xe header and restore some uAPI flags
 2024-04-24 12:39 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for Align Xe header and restore some uAPI flags (rev5)
` ✓ Fi.CI.IGT: success "

[PATCH i-g-t 1/4] tests/intel/xe_wedged: Introduce a new test for Xe device wedged state
 2024-04-24 11:50 UTC  (8+ messages)
` [PATCH i-g-t 2/4] tests/intel/xe_wedged: Also add a simple exec to confirm GPU health
` [PATCH i-g-t 3/4] tests/intel/xe_wedged: Introduce test for wedged_mode=2
` [PATCH i-g-t 4/4] tests/intel/xe_wedged: Test wedged_mode=1 after had toggled mode=2
` ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/4] tests/intel/xe_wedged: Introduce a new test for Xe device wedged state
` ✗ CI.xeBAT: failure "
` ✗ Fi.CI.IGT: "
` ✗ CI.xeFULL: "

[PATCH i-g-t] tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid
 2024-04-24  9:00 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ CI.xeBAT: success "
` ✗ CI.xeFULL: failure "

[igt-dev] [i-g-t] tests/intel/kms_fbt: Use Linear modifier as default
 2024-04-24  9:00 UTC  (7+ messages)
` ✗ Fi.CI.BAT: failure for tests/intel/kms_fbt: Use Linear modifier as default (rev4)
` ✗ CI.xeFULL: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t 0/2] Use xe2 render-copy on newer hardware
 2024-04-24  8:07 UTC  (10+ messages)
` [PATCH i-g-t 1/2] lib/rendercopy: Fix horizontal stride
` [PATCH i-g-t 2/2] lib/intel_batchbuffer: Be ready to use xe2 render-copy on newer hardware
` ✓ Fi.CI.BAT: success for Use "
` ✓ CI.xeBAT: "
` ✗ CI.xeFULL: failure "
` ✓ Fi.CI.IGT: success "

[PATCH i-g-t v2 0/3] Put "Run type" highest in documentation hierarchy
 2024-04-24  7:45 UTC  (6+ messages)
` [PATCH i-g-t v2 1/3] tests/intel: Put "Run type" highest in Xe "
` [PATCH i-g-t v2 2/3] tests/intel: Put "Run type" highest in KMS "
` [PATCH i-g-t v2 3/3] tests/intel: Put "Run type" highest in i915 "

[PATCH] intel_reg: Move decoding behind an option
 2024-04-24  0:04 UTC  (3+ messages)

[PATCH i-g-t v6 0/2] Update compression check based on platform
 2024-04-23 20:56 UTC  (14+ messages)
` [PATCH i-g-t v6 2/2] tests/xe_ccs: Update compression check based on flat-ccs enablement
` ✓ CI.xeBAT: success for Update compression check based on platform (rev2)
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "
` [PATCH i-g-t v7 1/2] lib/intel_blt: Add helper function to ensure platform has flat-ccs enabled
  ` [PATCH i-g-t v7 2/2] tests/xe_ccs: Update compression check based on flat-ccs enablement
` ✗ Fi.CI.IGT: failure for Update compression check based on platform (rev2)

[i-g-t V4 0/7] Force joiner support in bigjoiner checks
 2024-04-23 20:02 UTC  (11+ messages)
` [i-g-t V4 1/7] lib/igt_kms: Update force joiner debugfs check
` [i-g-t V4 2/7] lib/igt_kms: New helper to check force joiner status
` [i-g-t V4 3/7] lib/igt_kms: Force joiner support in bigjoiner checks
` [i-g-t V4 4/7] tests/intel/kms_pm_lpsp: "
` [i-g-t V4 5/7] tests/kms_flip: "
` [i-g-t V4 6/7] tests/kms_setmode: "
` [i-g-t V4 7/7] HAX: Test force joiner on BAT
` ✓ CI.xeBAT: success for Force joiner support in bigjoiner checks (rev5)
` ✗ Fi.CI.BAT: failure "
` ✗ CI.xeFULL: "

[PATCH i-g-t v5 0/8] benchmarks/kms_fb_stress: benchmark formats
 2024-04-23 19:57 UTC  (15+ messages)
` [PATCH i-g-t v5 1/8] benchmarks/kms_fb_stress: Assert that we have an supported pipe
` [PATCH i-g-t v5 2/8] benchmarks/kms_fb_stress: Log the KMS structure
` [PATCH i-g-t v5 3/8] benchmarks/kms_fb_stress: Separate the benchmark in a subtest
` [PATCH i-g-t v5 4/8] benchmarks/kms_fb_stress: Free resources on the stress procedure
` [PATCH i-g-t v5 5/8] benchmarks/kms_fb_stress: Move FB creation to a separate function
` [PATCH i-g-t v5 6/8] benchmarks/kms_fb_stress: Don't paint the FB's if the format is not supported by Pixman
` [PATCH i-g-t v5 7/8] benchmarks/kms_fb_stress: Optionally enable the overlay planes
` [PATCH i-g-t v5 8/8] benchmarks/kms_fb_stress: Create a benchmark for formats
` ✓ CI.xeBAT: success for benchmarks/kms_fb_stress: benchmark formats (rev2)
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[PATCH i-g-t] tests/intel/xe_exec_fault_mode: Fix misuse of __xe_wait_ufence
 2024-04-23 19:54 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t v2] tests/xe_evict|exec_threads: Use fd reopen to avoid corrupting global data
 2024-04-23 19:51 UTC  (8+ messages)
` ✓ Fi.CI.BAT: success for tests/xe_evict|exec_threads: Use fd reopen to avoid corrupting global data (rev3)
` ✓ CI.xeBAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[PATCH V2 i-g-t] tests/xe_exec_threads: Make hang tests reset domain aware
 2024-04-23 13:06 UTC  (13+ messages)

[PATCH i-g-t v2 00/16] Introduce Mega feature to Xe and i915 tests
 2024-04-23 10:49 UTC  (17+ messages)
` [PATCH i-g-t v2 01/16] tests/intel: Introduce General Core Mega feature
` [PATCH i-g-t v2 02/16] tests: Add Memory management tests to "
` [PATCH i-g-t v2 03/16] tests/intel: Add Blitter "
` [PATCH i-g-t v2 04/16] tests/intel: Introduce Power management "
` [PATCH i-g-t v2 05/16] tests/intel: Introduce Compute "
` [PATCH i-g-t v2 06/16] tests: Add DRIVER_ANY tests to General Core "
` [PATCH i-g-t v2 07/16] tests/intel: Add legacy i915 "
` [PATCH i-g-t v2 08/16] tests/intel: Introduce SysMan "
` [PATCH i-g-t v2 09/16] tests/intel: Add general XE tests to General Core "
` [PATCH i-g-t v2 10/16] tests/intel: Introduce Performance "
` [PATCH i-g-t v2 11/16] tests/intel: Introduce Compression "
` [PATCH i-g-t v2 12/16] tests/intel: Introduce Render "
` [PATCH i-g-t v2 13/16] tests/intel: Add GPGPU tests to Compute "
` [PATCH i-g-t v2 14/16] tests/intel: Introduce Media "
` [PATCH i-g-t v2 15/16] tests/intel: Introduce RAS "
` [PATCH i-g-t v2 16/16] tests/intel: Add display tests to General Display Features

[PATCH i-g-t 0/6] Intel blitter framebuffer copying sanitizing
 2024-04-23 10:38 UTC  (11+ messages)
` [PATCH i-g-t 1/6] lib/igt_fb: fix intel modifiers for fb copying on xe driver
` [PATCH i-g-t 2/6] lib/igt_fb: make blt_compression_format function more readable
` [PATCH i-g-t 3/6] lib/igt_fb: Sanitize blt_fb_init
` [PATCH i-g-t 4/6] lib/igt_fb: separate intel blitter context setup from blitter function
` [PATCH i-g-t 5/6] lib/igt_fb: put intel blt cleanup into its own function
` [PATCH i-g-t 6/6] lib/igt_fb: unify intel blitter fb block copies between xe and i915
` ✓ CI.xeBAT: success for Intel blitter framebuffer copying sanitizing
` ✓ Fi.CI.BAT: "
` ✗ CI.xeFULL: failure "
` ✗ Fi.CI.IGT: "

[PATCH v2 i-g-t 0/6] benchmarks/gem_wsim: Extend engine selection syntax
 2024-04-23  8:56 UTC  (7+ messages)
` [PATCH v2 i-g-t 1/6] benchmarks/gem_wsim: Introduce intel_engines structure
` [PATCH v2 i-g-t 2/6] benchmarks/gem_wsim: Unify bond handling
` [PATCH v2 i-g-t 3/6] benchmarks/gem_wsim: Introduce engine_idx to streamline engine selection
` [PATCH v2 i-g-t 4/6] benchmarks/gem_wsim: Update request_idx in prepare phase
` [PATCH v2 i-g-t 5/6] benchmarks/gem_wsim: Extend engine selection syntax
` [PATCH v2 i-g-t 6/6] benchmarks/gem_wsim: Option to list physical engines

[PATCH i-g-t 0/7] cleanup and fixes for kms_big_joiner
 2024-04-23  8:55 UTC  (3+ messages)
` ✗ CI.xeFULL: failure for cleanup and fixes for kms_big_joiner (rev4)

[PATCH i-g-t] tests/intel/gem_exec_capture: Fix many-* subtests
 2024-04-23  4:15 UTC  (8+ messages)
` [PATCH i-g-t v2] "
` ✓ CI.xeBAT: success for tests/intel/gem_exec_capture: Fix many-* subtests (rev3)
` ✓ Fi.CI.BAT: "
` ✗ Fi.CI.IGT: failure "
` ✗ CI.xeFULL: "

[PATCH i-g-t v4 0/7] benchmarks/kms_fb_stress: benchmark formats
 2024-04-22 22:05 UTC  (4+ messages)
` [PATCH i-g-t v4 5/7] benchmarks/kms_fb_stress: Don't paint the FB's if the format is not supported by Pixman

[PATCH 0/3] Misc. musl libc fixes
 2024-04-22 15:49 UTC  (7+ messages)
` [PATCH 1/3] Define _LARGEFILE64_SOURCE for musl libc
` [PATCH 2/3] Change sys/poll.h to poll.h
` [PATCH 3/3] Change sys/signal.h to signal.h


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).