messages from 2021-01-10 11:19:52 to 2021-01-15 12:09:16 UTC [more...]
[igt-dev] [PATCH i-g-t v16 00/31] Introduce IGT allocator
2021-01-15 12:08 UTC (17+ messages)
` [igt-dev] [PATCH i-g-t v16 01/31] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v16 02/31] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v16 03/31] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v16 04/31] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v16 05/31] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v16 06/31] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v16 07/31] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v16 08/31] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v16 09/31] lib/intel_bufops: Removes handle from allocator, change size
` [igt-dev] [PATCH i-g-t v16 10/31] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v16 11/31] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v16 12/31] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v16 13/31] lib/intel_aux_pgtable: Get addresses for aux table from an allocator
` [igt-dev] [PATCH i-g-t v16 14/31] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v16 15/31] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v16 16/31] tests/api_intel_bb: Add compressed->compressed copy
[igt-dev] [PATCH i-g-t v14 00/33] Introduce IGT allocator
2021-01-15 9:56 UTC (45+ messages)
` [igt-dev] [PATCH i-g-t v14 01/33] tests/gem_softpin: Fix object leak in softpin test
` [igt-dev] [PATCH i-g-t v14 02/33] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v14 03/33] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v14 04/33] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v14 05/33] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v14 06/33] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v14 07/33] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v14 08/33] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v14 09/33] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v14 10/33] lib/intel_bufops: Removes handle from allocator, change size
` [igt-dev] [PATCH i-g-t v14 11/33] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v14 12/33] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v14 13/33] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v14 14/33] lib/intel_aux_pgtable: Get addresses for aux table from an allocator
` [igt-dev] [PATCH i-g-t v14 15/33] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v14 16/33] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v14 17/33] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v14 18/33] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v14 19/33] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v14 20/33] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v14 21/33] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v14 22/33] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v14 23/33] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v14 24/33] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v14 25/33] tests/gem_linear_blits: Use intel allocator
` [igt-dev] [PATCH i-g-t v14 26/33] lib/ioctl_wrappers: Add gem_has_relocations() check
` [igt-dev] [PATCH i-g-t v14 27/33] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v14 28/33] tests/api_intel_*: Adopt to use relocations as default "
` [igt-dev] [PATCH i-g-t v14 29/33] tests/gem_ppgtt: Migrate memory check out of render blits
` [igt-dev] [PATCH i-g-t v14 30/33] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v14 31/33] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v14 32/33] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v14 33/33] tests/api_intel_allocator: Prepare to run with sanitizer
` [igt-dev] ✗ Fi.CI.BAT: failure for Introduce IGT allocator (rev15)
[igt-dev] [PATCH i-g-t v15 00/33] Introduce IGT allocator
2021-01-14 20:23 UTC (35+ messages)
` [igt-dev] [PATCH i-g-t v15 01/33] tests/gem_softpin: Fix object leak in softpin test
` [igt-dev] [PATCH i-g-t v15 02/33] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v15 03/33] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v15 04/33] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v15 05/33] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v15 06/33] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v15 07/33] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v15 08/33] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v15 09/33] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v15 10/33] lib/intel_bufops: Removes handle from allocator, change size
` [igt-dev] [PATCH i-g-t v15 11/33] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v15 12/33] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v15 13/33] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v15 14/33] lib/intel_aux_pgtable: Get addresses for aux table from an allocator
` [igt-dev] [PATCH i-g-t v15 15/33] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v15 16/33] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v15 17/33] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v15 18/33] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v15 19/33] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v15 20/33] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v15 21/33] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v15 22/33] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v15 23/33] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v15 24/33] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v15 25/33] tests/gem_linear_blits: Use intel allocator
` [igt-dev] [PATCH i-g-t v15 26/33] lib/ioctl_wrappers: Add gem_has_relocations() check
` [igt-dev] [PATCH i-g-t v15 27/33] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v15 28/33] tests/api_intel_*: Adopt to use relocations as default "
` [igt-dev] [PATCH i-g-t v15 29/33] tests/gem_ppgtt: Migrate memory check out of render blits
` [igt-dev] [PATCH i-g-t v15 30/33] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v15 31/33] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v15 32/33] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v15 33/33] tests/api_intel_allocator: Prepare to run with sanitizer
` [igt-dev] ✗ Fi.CI.BUILD: failure for Introduce IGT allocator (rev16)
[igt-dev] [PATCH 1/3] lib: Add stride and size calculation for amdgpu + tiling
2021-01-14 18:35 UTC (19+ messages)
` [igt-dev] [PATCH 2/3] kms_rotation_crc:Add HW rotation test case for amdgpu
` [igt-dev] [PATCH 3/3] lib: Implement tiling/swizzle addressing "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/3] lib: Add stride and size calculation for amdgpu + tiling
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] ✗ Fi.CI.BUILD: failure for series starting with [1/3] lib: Add stride and size calculation for amdgpu + tiling (rev4)
` [igt-dev] ✗ Fi.CI.BUILD: failure for series starting with [1/3] lib: Add stride and size calculation for amdgpu + tiling (rev7)
[igt-dev] [i-g-t] tests/kms_plane_cursor:added subtest description
2021-01-13 7:00 UTC
[igt-dev] [PATCH i-g-t 2/2] lib/kmod: Check for kernel taints before/after selftests
2021-01-13 2:38 UTC
[igt-dev] [PATCH 1/3] lib: Add stride and size calculation for amdgpu + tiling
2021-01-12 22:29 UTC (4+ messages)
` [igt-dev] [PATCH 2/3] kms_rotation_crc:Add HW rotation test case for amdgpu
` [igt-dev] [PATCH 3/3] lib: Implement tiling/swizzle addressing "
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [1/3] lib: Add stride and size calculation for amdgpu + tiling
[igt-dev] [PATCH 1/3] lib: Add stride and size calculation for amdgpu + tiling
2021-01-12 18:58 UTC (4+ messages)
` [igt-dev] [PATCH 2/3] kms_rotation_crc:Add HW rotation test case for amdgpu
` [igt-dev] [PATCH 3/3] lib: Implement tiling/swizzle addressing "
` [igt-dev] ✗ Fi.CI.BUILD: failure for series starting with [1/3] lib: Add stride and size calculation for amdgpu + tiling
[igt-dev] [PATCH i-g-t 1/2] tests/kms_rotation_crc: fix crc buffer overflow for slow platforms
2021-01-12 17:59 UTC (5+ messages)
` [igt-dev] [PATCH i-g-t 2/2] HAX remove rotation tests from blacklist
[igt-dev] [PATCH i-g-t v2] tests/kms_rotation_crc: reduce execution time
2021-01-12 16:40 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_rotation_crc: reduce execution time (rev3)
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t] runner: Fix constness warning
2021-01-12 12:39 UTC (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t v6] tests/kms_atomic_transition:reduce execution time
2021-01-12 11:27 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic_transition:reduce execution time (rev7)
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t] i915/sysfs_defaults: Added test description for test case
2021-01-12 8:08 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [PATCH i-g-t] i915/gem_exec_suspend: Fix cached/uncached test names
2021-01-12 6:41 UTC (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t v2] tests/kms_atomic_interruptible:add test description
2021-01-12 6:08 UTC (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_atomic_interruptible:add test description (rev2)
[igt-dev] [PATCH 1/3] lib: Add stride and size calculation for amdgpu + tiling
2021-01-11 22:28 UTC (4+ messages)
` [igt-dev] [PATCH 2/3] kms_rotation_crc:Add HW rotation test case for amdgpu
` [igt-dev] [PATCH 3/3] lib: Implement tiling/swizzle addressing "
` [igt-dev] ✗ Fi.CI.BUILD: failure for series starting with [1/3] lib: Add stride and size calculation for amdgpu + tiling
[igt-dev] [PATCH i-g-t] lib/ioctl_wrappers: Keep IGT working without pread/pwrite ioctls
2021-01-11 20:46 UTC (2+ messages)
` [igt-dev] [i-g-t] "
[igt-dev] [PATCH i-g-t] tests/kms_async_flips: Skip the Y<->X tile test on pre-skl
2021-01-11 18:49 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "
[igt-dev] [PATCH i-g-t 1/2] lib/i915: Split gem_create.c from ioctl_wrappers.c
2021-01-11 16:04 UTC (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/i915: Replace size to pointer to size in __gem_create()
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] lib/i915: Split gem_create.c from ioctl_wrappers.c
` [igt-dev] ✓ Fi.CI.IGT: "
[igt-dev] [PATCH i-g-t v13 00/31] Introduce IGT allocator
2021-01-11 13:47 UTC (36+ messages)
` [igt-dev] [PATCH i-g-t v13 01/31] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v13 02/31] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v13 03/31] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v13 04/31] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v13 05/31] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v13 06/31] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v13 07/31] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v13 08/31] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v13 09/31] lib/intel_bufops: Removes handle from allocator, change size
` [igt-dev] [PATCH i-g-t v13 10/31] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v13 11/31] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v13 12/31] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v13 13/31] lib/intel_aux_pgtable: Get addresses for aux table from an allocator
` [igt-dev] [PATCH i-g-t v13 14/31] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v13 15/31] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v13 16/31] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v13 17/31] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v13 18/31] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v13 19/31] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v13 20/31] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v13 21/31] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v13 22/31] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v13 23/31] tests/gem_linear_blits: Use intel allocator
` [igt-dev] [PATCH i-g-t v13 24/31] lib/ioctl_wrappers: Add gem_has_relocations() check
` [igt-dev] [PATCH i-g-t v13 25/31] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v13 26/31] tests/api_intel_*: Adopt to use relocations as default "
` [igt-dev] [PATCH i-g-t v13 27/31] tests/gem_ppgtt: Migrate memory check out of render blits
` [igt-dev] [PATCH i-g-t v13 28/31] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v13 29/31] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v13 30/31] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v13 31/31] tests/api_intel_allocator: Prepare to run with sanitizer
` [igt-dev] ✓ Fi.CI.BAT: success for Introduce IGT allocator (rev14)
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] =?unknown-8bit?b?4pyT?= "
[igt-dev] [PATCH i-g-t, v2] i915/i915_hangman: Added test description for test case
2021-01-10 13:22 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for i915/i915_hangman: Added test description for test case (rev2)
` [igt-dev] ✗ Fi.CI.IGT: failure "
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