Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-11 08:22:36 to 2023-10-13 03:32:43 UTC [more...]

[igt-dev] [v2 0/6] tests/kms_atomic: Test cleanup and dynamic conversion
 2023-10-13  3:32 UTC  (5+ messages)
` [igt-dev] [v2 3/6] tests/kms_atomic: test cleanup
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic: Test cleanup and dynamic conversion (rev2)
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t 0/3] tests/kms_vblank: Test cleanup and dynamic conversion
 2023-10-13  3:27 UTC  (9+ messages)
` [igt-dev] [PATCH i-g-t 1/3] tests/kms_vblank: cosmetic changes
` [igt-dev] [PATCH i-g-t 2/3] tests/kms_vblank: convert test to dynamic
` [igt-dev] [PATCH i-g-t 3/3] tests/kms_vblank: restrict to 2 pipes and add capability to run on all pipes
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_vblank: Test cleanup and dynamic conversion (rev3)
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v2] tests/kms_cursor_crc: Optimize the test for simulation
 2023-10-13  2:10 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for tests/kms_cursor_crc: Optimize the test for simulation (rev2)
` [igt-dev] ✓ Fi.CI.BAT: "

[igt-dev] [PATCH i-g-t 0/2] Add XE support for kms_pm_rpm
 2023-10-13  1:02 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/intel/kms_pm_rpm: use linear modifier
` [igt-dev] [PATCH i-g-t 2/2] tests/intel/kms_pm_rpm: Add XE support
` [igt-dev] ✓ CI.xeBAT: success for Add XE support for kms_pm_rpm
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH v2] tests/xe_huc_copy: Handle multiple GTs
 2023-10-12 20:09 UTC  (6+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/xe_huc_copy: Handle multiple GTs (rev2)
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH] tests/kms_plane: Fix skips/fails vs CRC cleanup
 2023-10-12 19:21 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [RFC v1 00/20] uAPI Alignment - take 2
 2023-10-12 18:46 UTC  (26+ messages)
` [igt-dev] [RFC v1 01/20] drm-uapi/xe: Add documentation for query
` [igt-dev] [RFC v1 02/20] drm-uapi/xe: Extend drm_xe_vm_bind_op
` [igt-dev] [RFC v1 03/20] drm-uapi/xe: Add uAPI to query micro-controler firmware version
` [igt-dev] [RFC v1 04/20] drm-uapi/xe: Document DRM_XE_DEVICE_QUERY_HWCONFIG
` [igt-dev] [RFC v1 05/20] drm-uapi/xe: Extend uAPI to query HuC micro-controler firmware version
` [igt-dev] [RFC v1 06/20] drm-uapi/xe: Remove useless query config num_params
` [igt-dev] [RFC v1 07/20] drm-uapi/xe: Add missing DRM_ prefix in uAPI constants
` [igt-dev] [RFC v1 08/20] drm-uapi/xe: Add _FLAG to uAPI constants usable for flags
` [igt-dev] [RFC v1 09/20] drm-uapi/xe: Make constant comments visible in kernel doc
` [igt-dev] [RFC v1 10/20] fixup! tests/intel/xe_query: Add a test for querying engine cycles
` [igt-dev] [RFC v1 11/20] drm-uapi/xe: Remove GT_TYPE_REMOTE
` [igt-dev] [RFC v1 12/20] drm-uapi/xe: Kill VM_MADVISE IOCTL and the atomic tests
` [igt-dev] [RFC v1 13/20] drm/xe_query: Remove backward compatibility of vram_visible_size
` [igt-dev] [RFC v1 14/20] xe_ioctl: Converge bo_create to the most used version
` [igt-dev] [RFC v1 15/20] xe_ioctl: Rename *xe_bo_create_flags to simply xe_bo_create
` [igt-dev] [RFC v1 16/20] xe_query: Add missing include
` [igt-dev] [RFC v1 17/20] xe_query: Kill visible_vram_if_possible
` [igt-dev] [RFC v1 18/20] drm-uapi/xe: Separate bo_create placement from flags
` [igt-dev] [RFC v1 19/20] drm-uapi/xe: Align with GuC version type update
` [igt-dev] [RFC v1 20/20] drm-uapi/xe: Remove unused inaccessible memory region
` [igt-dev] ✗ Fi.CI.BUILD: failure for uAPI Alignment - take 2

[igt-dev] [PATCH i-g-t v2 00/12] PAT and cache coherency support
 2023-10-12 18:40 UTC  (16+ messages)
` [igt-dev] [PATCH i-g-t v2 01/12] drm-uapi/xe_drm: sync to get pat and coherency bits
` [igt-dev] [PATCH i-g-t v2 02/12] lib/igt_fb: mark buffers as SCANOUT
` [igt-dev] [PATCH i-g-t v2 03/12] lib/igt_draw: "
` [igt-dev] [PATCH i-g-t v2 04/12] lib/xe: support cpu_caching and coh_mod for gem_create
` [igt-dev] [PATCH i-g-t v2 05/12] tests/xe/mmap: add some tests for cpu_caching and coh_mode
` [igt-dev] [PATCH i-g-t v2 06/12] lib/intel_pat: add helpers for common pat_index modes
` [igt-dev] [PATCH i-g-t v2 07/12] lib/allocator: add get_offset_pat_index() helper
` [igt-dev] [PATCH i-g-t v2 08/12] lib/intel_blt: support pat_index
` [igt-dev] [PATCH i-g-t v2 09/12] lib/intel_buf: "
` [igt-dev] [PATCH i-g-t v2 10/12] lib/xe_ioctl: update vm_bind to account for pat_index
` [igt-dev] [PATCH i-g-t v2 11/12] tests/xe: add some vm_bind pat_index tests
` [igt-dev] [PATCH i-g-t v2 12/12] tests/intel-ci/xe: add pat and caching related tests
` [igt-dev] ✓ Fi.CI.BAT: success for PAT and cache coherency support (rev2)
` [igt-dev] ✗ CI.xeBAT: failure "
` [igt-dev] ✗ Fi.CI.IGT: "

[igt-dev] [PATCH] [i-g-t] tests/kms_cursor_crc: Fix test intermittent failures on AMD gpu
 2023-10-12 18:31 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_crc: Fix test intermittent failures on AMD gpu (rev9)
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v3 00/11] Kunit fixes and improvements
 2023-10-12 17:59 UTC  (19+ messages)
` [igt-dev] [PATCH i-g-t v3 01/11] lib/ktap: Improve TODO workaround description
  ` [igt-dev] [Intel-gfx] "
` [igt-dev] [PATCH i-g-t v3 02/11] lib/kunit: Fix handling of potential errors from F_GETFL
  ` [igt-dev] [Intel-gfx] "
` [igt-dev] [PATCH i-g-t v3 03/11] lib/kunit: Be more verbose on errors
` [igt-dev] [PATCH i-g-t v3 04/11] lib/kunit: Fix misplaced igt_kunit() doc
  ` [igt-dev] [Intel-gfx] "
` [igt-dev] [PATCH i-g-t v3 05/11] lib/kunit: Parse KTAP report from the main process thread
` [igt-dev] [PATCH i-g-t v3 06/11] lib/kunit: Omit suite name prefix if the same as subtest name
` [igt-dev] [PATCH i-g-t v3 07/11] tests/kms_selftest: Let subtest names match suite names
` [igt-dev] [PATCH i-g-t v3 08/11] lib/kunit: Provide all results cleanup helper
` [igt-dev] [PATCH i-g-t v3 09/11] lib/kunit: Prepare for KTAP parsing after modprobe completed
` [igt-dev] [PATCH i-g-t v3 10/11] lib/kunit: Fetch a list of test cases in advance
` [igt-dev] [PATCH i-g-t v3 11/11] lib/kunit: Execute kunit test cases only when needed
` [igt-dev] ✓ Fi.CI.BAT: success for Kunit fixes and improvements (rev4)
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH 1/2] [i-g-t] tests/kms_cursor_crc: Fix tests be skipped on AMD gpu
 2023-10-12 16:51 UTC  (7+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/2,i-g-t] tests/kms_cursor_crc: Fix tests be skipped on AMD gpu (rev7)
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ CI.xeBAT: success for series starting with [1/2,i-g-t] tests/kms_cursor_crc: Fix tests be skipped on AMD gpu (rev8)
` [igt-dev] ✓ Fi.CI.BAT: "

[igt-dev] [PATCH i-g-t 0/9] Client memory fdinfo test and intel_gpu_top support
 2023-10-12 15:29 UTC  (12+ messages)
` [igt-dev] [PATCH i-g-t 1/9] tests/i915/drm_fdinfo: Check engine info is supported
` [igt-dev] [PATCH i-g-t 2/9] tests/i915/drm_fdinfo: Stress test context close versus fdinfo reads
` [igt-dev] [PATCH i-g-t 3/9] tests/i915/drm_fdinfo: Add some memory info tests
` [igt-dev] [PATCH i-g-t 4/9] lib/igt_drm_fdinfo: Copy over region map name on match
` [igt-dev] [PATCH i-g-t 5/9] lib/igt_drm_clients: Fix client id type confusion
` [igt-dev] [PATCH i-g-t 6/9] lib/igt_drm_clients: Allow passing in the memory region map
` [igt-dev] [PATCH i-g-t 7/9] tools/intel_gpu_top: Fully wrap clients operations
` [igt-dev] [PATCH i-g-t 8/9] tools/intel_gpu_top: Add per client memory info
` [igt-dev] [PATCH i-g-t 9/9] tools/intel_gpu_top: Add ability to show memory region breakdown
` [igt-dev] ✓ Fi.CI.BAT: success for Client memory fdinfo test and intel_gpu_top support (rev2)
` [igt-dev] ✓ CI.xeBAT: "

[igt-dev] [PATCH] intel-ci/blacklist: Update blocklist
 2023-10-12 15:07 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for intel-ci/blacklist: Update blocklist (rev2)
` [igt-dev] ✓ CI.xeBAT: success "

[igt-dev] [PATCH] tests: read engine name again before restore timeout value
 2023-10-12 14:25 UTC  (9+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/intel/kms_big_fb: skip if rendercopy support is not present
 2023-10-12 12:59 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH i-g-t] tests/kms_atomic_interruptible: use pipe_name followed by output_name
 2023-10-12 12:47 UTC  (6+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t] tests/kms_invalid_mode: use pipe_name followed by output_name
 2023-10-12 12:47 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
` [igt-dev] ✓ CI.xeBAT: success "
` [igt-dev] ✓ Fi.CI.BAT: "

[igt-dev] [PATCH i-g-t] tests/intel/kms_flip_scaled_crc: Add support for FP16 format of MTL compressed modifier
 2023-10-12 12:21 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/intel/kms_flip_scaled_crc: Add support for FP16 format of MTL compressed modifier (rev2)
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] [PATCH] intel/kms_flip_scaled_crc.c: Add support for FP16 compressed formats in MTL

[igt-dev] [i-g-t 0/2] kms_pm_lpsp: Test optimization
 2023-10-12 12:19 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm
 2023-10-12 12:04 UTC  (10+ messages)
` [igt-dev] [i-g-t V7 1/4] "
` [igt-dev] [i-g-t V7 2/4] tests/intel/pm_rpm: Split module-reload test
` [igt-dev] [i-g-t V7 3/4] tests/intel/pm_rpm: Fix CI with renamed tests
` [igt-dev] [i-g-t V7 4/4] tests/intel-ci: Add module-reload test to CI
` [igt-dev] ✓ CI.xeBAT: success for tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4)
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/kms_scaling_modes: use pipe_name followed by output_name
 2023-10-12 10:58 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/xe_create: Remove create-invalid-size subtest
 2023-10-12 10:43 UTC  (4+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/xe_create: Remove create-invalid-size subtest (rev2)
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✓ CI.xeBAT: "

[igt-dev] [PATCH i-g-t] tests/kms_plane: drop planes from dynamic subtest name
 2023-10-12 10:06 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/kms_sequence: use pipe_name followed by output_name
 2023-10-12  9:24 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t 1/4] tools/intel_gpu_top: Fix clients header width when no clients
 2023-10-12  8:07 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 2/4] tools/intel_gpu_top: Fix client layout on first sample period
` [igt-dev] [PATCH i-g-t 3/4] tools/intel_gpu_top: Optimise interactive display a bit
` [igt-dev] [PATCH i-g-t 4/4] tools/intel_gpu_top: Handle narrow terminals more gracefully
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/4] tools/intel_gpu_top: Fix clients header width when no clients
` [igt-dev] ✓ CI.xeBAT: success "

[igt-dev] [PATCH i-g-t] tests/intel/kms_flip_scaled_crc: Add support for FP16 format of MTL compressed modifier
 2023-10-12  8:08 UTC  (5+ messages)
` [igt-dev] intel/kms_flip_scaled_crc.c : Add support for FP16 compressed formats in MTL
` [igt-dev] [PATCH] [PATCH i-g-t] "

[igt-dev] [PATCH i-g-t] tests/intel/kms_flip_tiling: pipe_name followed by output_name
 2023-10-12  7:31 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ CI.xeBAT: failure "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t 0/4] Fix various intel_gpu_top UI layout issues
 2023-10-12  3:48 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 4/4] tools/intel_gpu_top: Handle narrow terminals more gracefully
  ` [igt-dev] [Intel-gfx] "
` [igt-dev] ✓ Fi.CI.BAT: success for Fix various intel_gpu_top UI layout issues (rev2)
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH] [RFC]: tests/intel/kms_flip_scaled_crc: Add support for FP16 format of MTL compressed modifier
 2023-10-11 20:24 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for : "
` [igt-dev] ✗ GitLab.Pipeline: warning "

[igt-dev] [PATCH i-g-t v2 00/11] Kunit fixes and improvements
 2023-10-11 13:51 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t v2 04/11] lib/kunit: Parse KTAP report from the main process thread
    ` [Intel-gfx] "
` [igt-dev] ✓ Fi.CI.IGT: success for Kunit fixes and improvements (rev3)

[igt-dev] [PATCH v4 0/2] kms lease
 2023-10-11 13:30 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for kms lease (rev6)
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH] tests/intel/i915_pipe_stress: Use only first pipe if Bigjoiner is used
 2023-10-11 10:07 UTC  (4+ messages)

[igt-dev] [Intel-gfx] [PATCH i-g-t 3/4] tools/intel_gpu_top: Optimise interactive display a bit
 2023-10-11  8:28 UTC  (2+ messages)
` [igt-dev] "


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