Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-11 08:06:18 to 2019-12-18 17:39:31 UTC [more...]

[igt-dev] [PATCH 00/10] Prepare IGT display test for removal of
 2019-12-18 17:39 UTC  (14+ messages)
` [igt-dev] [PATCH 01/10] lib/ioctl_wrappers: Query if device supports set/get legacy tiling
` [igt-dev] [PATCH 02/10] lib/intel_batchbuffer: Add blitter copy using XY_SRC_COPY_BLT
` [igt-dev] [PATCH 03/10] lib/igt_fb: Switch from XY_FAST_COPY_BLT to XY_SRC_COPY_BLT
` [igt-dev] [PATCH 04/10] lib/igt_fb: Remove set_tiling calls on devices without HW tiling support
` [igt-dev] [PATCH 05/10] lib/igt_draw: Refactor get_tiling calls
` [igt-dev] [PATCH 06/10] i915/i915_fb_tiling: Skip on devices that don't support HW tiling
` [igt-dev] [PATCH 07/10] tests/kms_frontbuffer_tracking: Skip set tiling calls if not supported
` [igt-dev] [PATCH 08/10] tests/kms_addfb_basic: Avoid tiling subtests on device without HW tiling support
` [igt-dev] [PATCH 09/10] tests/kms_fence_pin_leak: Skip test on devices "
` [igt-dev] [PATCH 10/10] tests/kms_available_modes_crc: Don't set tiling for framebuffer
` [igt-dev] ✗ Fi.CI.BAT: failure for Prepare IGT display test for removal of

[igt-dev] [PATCH i-g-t v4 1/3] lib/intel_bufops: Introduce buffer operations
 2019-12-18 17:32 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v4 2/3] lib/rendercopy_bufmgr: Add rendercopy buffer manager
` [igt-dev] [PATCH i-g-t v4 3/3] i915/gem_render_copy.c: Simplify code by switch to rendercopy bufmgr

[igt-dev] [PATCH i-g-t] tests: Open DRM_MASTER for display operations
 2019-12-18 16:32 UTC  (10+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[igt-dev] [PATCH i-g-t] tests/kms_cursor_crc: Fix user space read too slow error
 2019-12-18 14:53 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_cursor_crc: Fix user space read too slow error
 2019-12-18 11:44 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_crc: Fix user space read too slow error (rev4)
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t 1/1] intel-ci: Blacklist v3d tests from shards
 2019-12-17 20:36 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/1] "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 1/1] intel-ci: Blacklist panfrost tests from shards
 2019-12-17 19:46 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/1] "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] lib/igt_fb: Add support for the gen12 media compressed modifier
 2019-12-17 14:25 UTC  (12+ messages)
` [igt-dev] [PATCH v2] "
  ` [igt-dev] [PATCH v3] "
` [igt-dev] ✗ Fi.CI.BAT: failure for lib/igt_fb: Add support for the gen12 media compressed modifier (rev2)
` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb: Add support for the gen12 media compressed modifier (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/kms_color: Add 10bpc frame buffer parameterization to subtests
 2019-12-17 14:00 UTC  (8+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
` [igt-dev] ✗ GitLab.Pipeline: "

[Intel-gfx] [PATCH v4 i-g-t 1/2] NOMERGE: Import drm.h up to 54ecb8f7028c
 2019-12-17 11:44 UTC  (5+ messages)
` [Intel-gfx] [PATCH v4 i-g-t 2/2] tests/kms_getfb: Add getfb2 tests
` [igt-dev] ✗ GitLab.Pipeline: failure for series starting with [v4,i-g-t,1/2] NOMERGE: Import drm.h up to 54ecb8f7028c
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 01/11] runner/resultgen: Extract igt-version field handling to a helper
 2019-12-17  9:48 UTC  (11+ messages)
` [igt-dev] [PATCH i-g-t v2 02/11] runner/resultgen: Extract finding begin/end lines for a subtest "
` [igt-dev] [PATCH i-g-t v2 03/11] runner/resultgen: Extract finding begin/end pointers for test output to helpers
` [igt-dev] [PATCH i-g-t v2 04/11] runner/resultgen: Hoist handling of dynamic subtest output to a helper
` [igt-dev] [PATCH i-g-t v2 05/11] runner/resultgen: Extrude dynamic subtest result texts
` [igt-dev] [PATCH i-g-t 06/11] runner/resultgen: Add support for extra validation hook in find_matches()
` [igt-dev] [PATCH i-g-t 07/11] runner/resultgen: Make subtest result line finding more robust
` [igt-dev] [PATCH i-g-t 08/11] runner/json_tests: Adapt to dynamic subtest result parsing
` [igt-dev] [PATCH i-g-t 09/11] runner/resultgen: Don't report subtest result if it has dynamic subtests
` [igt-dev] [PATCH i-g-t 10/11] runner/json_tests: Adapt to no longer reporting subtests with "
` [igt-dev] [PATCH i-g-t 11/11] runner/json_tests: Add test for parsing dynamic subtests with same name

[igt-dev] [PATCH i-g-t 0/1] intel_gpu_top per client engine busyness
 2019-12-17  0:24 UTC  (9+ messages)
` [igt-dev] [PATCH i-g-t 1/1] intel-gpu-top: Support for client stats
  ` [igt-dev] [PATCH] "
` [igt-dev] ✓ Fi.CI.BAT: success for intel_gpu_top per client engine busyness
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ Fi.CI.BAT: success for intel_gpu_top per client engine busyness (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] lib/igt_chamelium.c skip test if chamelium is not connected
 2019-12-16 17:47 UTC  (4+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for "
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] i915/perf: Skip OA testing on systems too old
 2019-12-16 16:24 UTC  (11+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 00/30] Add FreeBSD Support
 2019-12-16 13:55 UTC  (9+ messages)
` [igt-dev] [PATCH i-g-t 10/29] drm-uapi: patch sync_file.h to depend on drm.h
` [igt-dev] [PATCH i-g-t 11/29] i915/pm_backlight: use POSIX basename
` [igt-dev] ✗ GitLab.Pipeline: warning for Add FreeBSD Support

[igt-dev] [PATCH i-g-t 1/2] runner: Ensure generated json is properly UTF8-encoded
 2019-12-16 13:26 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for series starting with [i-g-t,1/2] "

[igt-dev] [PATCH i-g-t] lib/igt_chamelium.c: Skip test if chamelium
 2019-12-16 11:17 UTC  (6+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt
 2019-12-16 10:27 UTC  (5+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for "
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✓ Fi.CI.IGT: "
` [Intel-gfx] [PATCH i-g-t] "

[igt-dev] [PATCH i-g-t] lib/igt_dummyload: Use mapping selection to allow run batch from lmem
 2019-12-16  9:26 UTC  (6+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[igt-dev] [PATCH i-g-t] tests/kms_frontbuffer_tracking: optimize test execution time
 2019-12-14 11:06 UTC  (5+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_frontbuffer_tracking: optimize test execution time (rev2)
` [igt-dev] ✗ Fi.CI.BAT: failure "
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_frontbuffer_tracking: optimize test execution time (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v15 0/1] Introduce i915 pipe stress test
 2019-12-14  7:53 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v15 1/1] igt/tests: kms_plane_stress: Add plane "
` [igt-dev] ✗ Fi.CI.BAT: failure for Introduce i915 pipe stress test (rev3)
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [RFC i-g-t 0/7] tests/i915/svm: Shared Virtual Memory (SVM) test
 2019-12-13 22:01 UTC  (9+ messages)
` [igt-dev] [RFC i-g-t 1/7] drm-uapi: Import SVM UAPI
` [igt-dev] [RFC i-g-t 2/7] lib: Add interface to support SVM
` [igt-dev] [RFC i-g-t 3/7] tests/i915/svm: Add basic SVM RT allocator test support
` [igt-dev] [RFC i-g-t 4/7] tests/i915/svm: Add mmap support for SVM RT allocator
` [igt-dev] [RFC i-g-t 5/7] tests/i915/svm: Add basic SVM SYS allocator test support
` [igt-dev] [RFC i-g-t 6/7] tests/i915/svm: Add multiple process tests
` [igt-dev] [RFC i-g-t 7/7] tests/i915/svm: Add stress test

[igt-dev] [PATCH i-g-t v4] tools: Add an intel_dbuf_map tool
 2019-12-13 15:15 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tools: Add an intel_dbuf_map tool (rev2)
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t v2] tests/kms_content_protection: Fix uevent subtest
 2019-12-13 13:22 UTC  (8+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_content_protection: Fix uevent subtest (rev2)
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t v15 0/1] Introduce i915 pipe stress test
 2019-12-13  8:35 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v15 1/1] igt/tests: kms_plane_stress: Add plane "
` [igt-dev] ✗ GitLab.Pipeline: warning for Introduce i915 pipe stress test (rev2)
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Request a mode on resolution that matches tile size
 2019-12-13  8:26 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[igt-dev] [PATCH i-g-t v15] igt/tests: kms_plane_stress: Add plane stress test
 2019-12-13  6:39 UTC  (4+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for igt/tests: kms_plane_stress: Add plane stress test (rev22)
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v15] igt/tests: kms_plane_stress: Add plane stress test
 2019-12-13  3:36 UTC  (4+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for igt/tests: kms_plane_stress: Add plane stress test (rev21)
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Skip the test when all the tiled connectors are not connected
 2019-12-13  3:07 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] lib: Sync i915_pciids.h
 2019-12-12 17:18 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for lib: Sync i915_pciids.h (rev2)

[igt-dev] [PATCH i-g-t] tests/prime_vgem: Give meaningful messages on SKIP
 2019-12-12 12:50 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/kms_content_protection: Fix uevent subtest
 2019-12-12 10:36 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v15 0/3] Introduce i915 pipe stress test
 2019-12-12  9:46 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v15 1/3] igt/lib: Check if query_info is null
` [igt-dev] [PATCH i-g-t v15 2/3] igt/lib: Use proper functions to gen11+ gpgpu_fill
` [igt-dev] [PATCH i-g-t v15 3/3] igt/tests: kms_plane_stress: Add plane stress test

[igt-dev] [PATCH i-g-t] i915/gem_exec_parse: Check batch_start_offset
 2019-12-12  8:11 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] ✗ GitLab.Pipeline: failure "

[igt-dev] [PATCH i-g-t 00/11] runner: Don't report subtests that have dynamic subtests
 2019-12-11 12:46 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 02/11] runner/resultgen: Extract finding begin/end lines for a subtest to a helper

[igt-dev] [PATCH i-g-t] runner/tests: Increase the timeout by 10x
 2019-12-11 12:44 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[igt-dev] [PATCH i-g-t] tests/amdgpu: Test plane level CTM
 2019-12-11  8:06 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for "


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