messages from 2021-03-10 07:30:32 to 2021-03-16 13:20:34 UTC [more...]
[igt-dev] [PATCH i-g-t v24 00/36] Introduce IGT allocator
2021-03-16 13:19 UTC (30+ messages)
` [igt-dev] [PATCH i-g-t v24 01/36] lib/igt_list: Add igt_list_del_init()
` [igt-dev] [PATCH i-g-t v24 02/36] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v24 03/36] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v24 04/36] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v24 05/36] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v24 06/36] lib/intel_allocator_reloc: Add reloc allocator
` [igt-dev] [PATCH i-g-t v24 07/36] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v24 08/36] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v24 09/36] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v24 10/36] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v24 11/36] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v24 12/36] lib/intel_bufops: Change size from 32->64 bit
` [igt-dev] [PATCH i-g-t v24 13/36] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v24 14/36] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v24 15/36] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v24 16/36] lib/intel_batchbuffer: Create bb with strategy / vm ranges
` [igt-dev] [PATCH i-g-t v24 17/36] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v24 18/36] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v24 19/36] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v24 20/36] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v24 21/36] tests/api_intel_bb: Add subtest to check render batch on the last page
` [igt-dev] [PATCH i-g-t v24 22/36] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v24 23/36] tests/api_intel_bb: Add purge-bb test
` [igt-dev] [PATCH i-g-t v24 24/36] tests/api_intel_bb: Add simple intel-bb which uses allocator
` [igt-dev] [PATCH i-g-t v24 25/36] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v24 26/36] tests/api_intel_bb: Check switching vm in intel-bb
` [igt-dev] [PATCH i-g-t v24 29/36] tests/api_intel_allocator: Verify child can use its standalone allocator
` [igt-dev] [PATCH i-g-t v24 30/36] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v24 31/36] tests/gem|kms: Remove intel_bb from fixture
[igt-dev] [PATCH i-g-t v23 00/37] Introduce IGT allocator
2021-03-16 13:18 UTC (48+ messages)
` [igt-dev] [PATCH i-g-t v23 01/37] lib/gem_submission: Add gem_has_relocations() check
` [igt-dev] [PATCH i-g-t v23 02/37] lib/igt_list: Add igt_list_del_init()
` [igt-dev] [PATCH i-g-t v23 03/37] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v23 04/37] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v23 05/37] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v23 06/37] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v23 07/37] lib/intel_allocator_reloc: Add reloc allocator
` [igt-dev] [PATCH i-g-t v23 08/37] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v23 09/37] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v23 10/37] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v23 11/37] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v23 12/37] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v23 13/37] lib/intel_bufops: Change size from 32->64 bit
` [igt-dev] [PATCH i-g-t v23 14/37] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v23 15/37] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v23 16/37] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v23 17/37] lib/intel_batchbuffer: Create bb with strategy / vm ranges
` [igt-dev] [PATCH i-g-t v23 18/37] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v23 19/37] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v23 20/37] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v23 21/37] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v23 22/37] tests/api_intel_bb: Add subtest to check render batch on the last page
` [igt-dev] [PATCH i-g-t v23 23/37] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v23 24/37] tests/api_intel_bb: Add purge-bb test
` [igt-dev] [PATCH i-g-t v23 25/37] tests/api_intel_bb: Add simple intel-bb which uses allocator
` [igt-dev] [PATCH i-g-t v23 26/37] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v23 27/37] tests/api_intel_bb: Check switching vm in intel-bb
` [igt-dev] [PATCH i-g-t v23 28/37] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v23 29/37] tests/api_intel_allocator: Add execbuf with allocator example
` [igt-dev] [PATCH i-g-t v23 30/37] tests/api_intel_allocator: Verify child can use its standalone allocator
` [igt-dev] [PATCH i-g-t v23 31/37] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v23 32/37] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v23 33/37] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v23 34/37] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v23 35/37] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v23 36/37] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v23 37/37] tests/gem_linear_blits: Use intel allocator
` [igt-dev] ✓ Fi.CI.BAT: success for Introduce IGT allocator (rev26)
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t 0/1] tests/kms_cursor_crc: Add vblank wait for restore
2021-03-16 12:35 UTC (7+ messages)
` [igt-dev] [PATCH i-g-t 1/1] tests/kms_cursor_crc: Add vblank wait for restore image
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_crc: Add vblank wait for restore
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_crc: Add vblank wait for restore (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [i-g-t, v2] test/i915/gem_exec_reloc: check reloc support in GEM
2021-03-16 12:07 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
[igt-dev] [PATCH] tests/amdgpu: Add test description for amd_abm
2021-03-16 10:09 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t] lib/ioctl_wrappers: Keep IGT working without pread/pwrite ioctls
2021-03-16 9:16 UTC (6+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lib/ioctl_wrappers: Keep IGT working without pread/pwrite ioctls (rev8)
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [PATCH i-g-t v2] tests/i915/i915_pm_dc: Add DC9 igt test Function
2021-03-16 4:26 UTC (5+ messages)
` [igt-dev] [PATCH i-g-t v8] tests/i915/i915_pm_dc: Add DC9 igt test
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev8)
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t] tests/dmabuf: Add tests for sync_file export
2021-03-16 2:02 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t] lib/ioctl_wrappers: Keep IGT working without pread/pwrite ioctls
2021-03-16 0:37 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lib/ioctl_wrappers: Keep IGT working without pread/pwrite ioctls (rev9)
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [CI i-g-t] lib/ioctl_wrappers: Handle PREAD/PWRITE ioctls not supported in gem_read/write
2021-03-15 22:54 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lib/ioctl_wrappers: Handle PREAD/PWRITE ioctls not supported in gem_read/write (rev16)
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [i-g-t] test/i915/gem_exec_reloc: Drop reloc support for gen12+
2021-03-15 13:35 UTC (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [PATCH i-g-t] Revert "tests/kms_plane_scaling: Add plane scaling test descriptions for subtests"
2021-03-15 7:48 UTC (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t v8] tests/kms_plane_scaling: Add plane scaling test descriptions for subtests
2021-03-13 19:29 UTC (5+ messages)
` [igt-dev] [PATCH i-g-t v10] "
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Add plane scaling test descriptions for subtests (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [PATCH i-g-t] i915/perf: Add test to query CS timestamp
2021-03-13 6:04 UTC (3+ messages)
[igt-dev] [PATCH i-g-t] i915/perf: Add test to query CS timestamp
2021-03-12 21:08 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for i915/perf: Add test to query CS timestamp (rev4)
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [i-g-t] lib/ioctl_wrappers: Keep IGT working without pread/pwrite ioctls
2021-03-11 21:06 UTC (3+ messages)
[igt-dev] [PATCH i-g-t] tests/vc4_dmabuf_poll: Fix checking for POLLOUT
2021-03-11 17:18 UTC (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t] tests/kms_hdr: Fix bpc-switch tests on AMD hardware
2021-03-11 9:01 UTC (15+ messages)
` [igt-dev] [PATCH i-g-t v2 0/2] Fix up the HDR tests for AMD devices
` [igt-dev] [PATCH i-g-t v2 1/2] kms_hdr: Skip HDR tests on pre-Kaby Lake Intel devices
` [igt-dev] [PATCH i-g-t v3] tests/kms_hdr: Fix bpc-switch tests on AMD hardware
` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/kms_hdr: Fix bpc-switch tests on AMD hardware (rev3)
[igt-dev] [PATCH i-g-t v2] tests/kms_frontbuffer_tracking: modified subtest name
2021-03-11 8:43 UTC (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
[igt-dev] [v3 i-g-t] tests/kms_busy: Limit the execution to two pipes
2021-03-10 21:03 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_busy: Limit the execution to two pipes (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [v3 i-g-t] tests/kms_flip: Restrict the hang tests execution to two pipes
2021-03-10 21:00 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_flip: Restrict the hang tests execution to two pipes (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [PATCH i-g-t] tests/kms_busy: Limit the execution to two pipes
2021-03-10 20:36 UTC (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [PATCH i-g-t] tests/kms_flip: Restrict the hang tests execution to two pipes
2021-03-10 20:12 UTC (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [PATCH i-g-t v22 00/36] Introduce IGT allocator
2021-03-10 14:01 UTC (41+ messages)
` [igt-dev] [PATCH i-g-t v22 01/36] lib/gem_submission: Add gem_has_relocations() check
` [igt-dev] [PATCH i-g-t v22 02/36] lib/igt_list: Add igt_list_del_init()
` [igt-dev] [PATCH i-g-t v22 03/36] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v22 04/36] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v22 05/36] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v22 06/36] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v22 07/36] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v22 08/36] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v22 09/36] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v22 10/36] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v22 11/36] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v22 12/36] lib/intel_bufops: Change size from 32->64 bit
` [igt-dev] [PATCH i-g-t v22 13/36] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v22 14/36] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v22 15/36] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v22 16/36] lib/intel_batchbuffer: Create bb with strategy / vm ranges
` [igt-dev] [PATCH i-g-t v22 17/36] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v22 18/36] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v22 19/36] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v22 20/36] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v22 21/36] tests/api_intel_bb: Add subtest to check render batch on the last page
` [igt-dev] [PATCH i-g-t v22 22/36] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v22 23/36] tests/api_intel_bb: Add purge-bb test
` [igt-dev] [PATCH i-g-t v22 24/36] tests/api_intel_bb: Add simple intel-bb which uses allocator
` [igt-dev] [PATCH i-g-t v22 25/36] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v22 26/36] tests/api_intel_bb: Check switching vm in intel-bb
` [igt-dev] [PATCH i-g-t v22 27/36] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v22 28/36] tests/api_intel_allocator: Add execbuf with allocator example
` [igt-dev] [PATCH i-g-t v22 29/36] tests/api_intel_allocator: Verify child can use its standalone allocator
` [igt-dev] [PATCH i-g-t v22 30/36] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v22 31/36] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v22 32/36] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v22 33/36] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v22 34/36] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v22 35/36] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v22 36/36] tests/gem_linear_blits: Use intel allocator
` [igt-dev] ✗ Fi.CI.BAT: failure for Introduce IGT allocator (rev24)
` [igt-dev] ✓ Fi.CI.BAT: success for Introduce IGT allocator (rev25)
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [v2 i-g-t] tests/kms_busy: Limit the execution to two pipes
2021-03-10 20:49 UTC (2+ messages)
[igt-dev] [v2 i-g-t] tests/kms_flip: Restrict the hang tests execution to two pipes
2021-03-10 20:52 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox