Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-26 08:52:42 to 2021-04-05 18:37:06 UTC [more...]

[igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC
 2021-04-05 18:36 UTC  (11+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t] tests/kms_flip_tiling: Add subtest description
 2021-04-05 16:10 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [i-g-t RFC] tests/i915_pm_rpm: Add suspend-resume-latency test
 2021-04-05 12:33 UTC  (6+ messages)
` [igt-dev] [i-g-t RFC v1] "

[igt-dev] [PATCH i-g-t v30 00/39] Introduce IGT allocator
 2021-04-02 11:13 UTC  (42+ messages)
` [igt-dev] [PATCH i-g-t v30 01/39] lib/igt_list: Add igt_list_del_init()
` [igt-dev] [PATCH i-g-t v30 02/39] lib/igt_list: Add igt_list_for_each_entry_safe_reverse
` [igt-dev] [PATCH i-g-t v30 03/39] lib/igt_map: Adopt Mesa hash table
` [igt-dev] [PATCH i-g-t v30 04/39] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v30 05/39] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v30 06/39] lib/intel_allocator_reloc: Add reloc allocator
` [igt-dev] [PATCH i-g-t v30 07/39] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v30 08/39] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v30 09/39] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v30 10/39] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v30 11/39] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v30 12/39] lib/intel_bufops: Change size from 32->64 bit
` [igt-dev] [PATCH i-g-t v30 13/39] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v30 14/39] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v30 15/39] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v30 16/39] lib/intel_batchbuffer: Create bb with strategy / vm ranges
` [igt-dev] [PATCH i-g-t v30 17/39] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v30 18/39] lib/intel_batchbuffer: Don't collect relocations for newer gens
` [igt-dev] [PATCH i-g-t v30 19/39] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v30 20/39] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v30 21/39] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v30 22/39] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v30 23/39] tests/api_intel_bb: Add purge-bb test
` [igt-dev] [PATCH i-g-t v30 24/39] tests/api_intel_bb: Add simple intel-bb which uses allocator
` [igt-dev] [PATCH i-g-t v30 25/39] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v30 26/39] tests/api_intel_bb: Check switching vm in intel-bb
` [igt-dev] [PATCH i-g-t v30 27/39] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v30 28/39] tests/api_intel_allocator: Add execbuf with allocator example
` [igt-dev] [PATCH i-g-t v30 29/39] tests/api_intel_allocator: Verify child can use its standalone allocator
` [igt-dev] [PATCH i-g-t v30 30/39] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v30 31/39] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v30 32/39] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v30 33/39] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v30 34/39] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v30 35/39] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v30 36/39] tests/gem_linear_blits: Use intel allocator
` [igt-dev] [PATCH i-g-t v30 37/39] lib/intel_allocator: drop kill_children()
` [igt-dev] [PATCH i-g-t v30 38/39] lib/intel_allocator: Add alloc function which allows passing strategy argument
` [igt-dev] [PATCH i-g-t v30 39/39] tests/api_intel_allocator: Check alloc with strategy API
` [igt-dev] ✓ Fi.CI.BAT: success for Introduce IGT allocator (rev33)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [RFC PATCH i-g-t 1/6] tests/core_hotunplug: Add 'GEM context' variants
 2021-04-01 21:58 UTC  (8+ messages)
` [igt-dev] [RFC PATCH i-g-t 2/6] tests/core_hotunplug: Add 'GEM address space' variants
` [igt-dev] [RFC PATCH i-g-t 3/6] tests/core_hotunplug: Add 'GEM object' variants
` [igt-dev] [RFC PATCH i-g-t 4/6] tests/core_hotunplug: Add 'userptr GEM "
` [igt-dev] [RFC PATCH i-g-t 5/6] tests/core_hotunplug: Add 'PRIME handle' variants
` [igt-dev] [RFC PATCH i-g-t 6/6] tests/core_hotunplug: Add 'GEM spin' variants
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [RFC,i-g-t,1/6] tests/core_hotunplug: Add 'GEM context' variants
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] i915: Avoid set_domain -ENOMEM error with huge buffers
 2021-04-01 21:11 UTC  (20+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ Fi.CI.IGT: success "
` [igt-dev] [PATCH i-g-t] i915: Avoid set_domain -ENOMEM error with large objects
` [igt-dev] ✓ Fi.CI.BAT: success for i915: Avoid set_domain -ENOMEM error with huge buffers (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] ✓ Fi.CI.BAT: success for i915: Avoid set_domain -ENOMEM error with huge buffers (rev3)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH] Revert "Add eDP support in Link Layer Compliance Tool"
 2021-04-01 19:00 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH i-g-t 1/5] benchmarks: Build gem_exec_tracer with meson
 2021-04-01 16:54 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/5] tests: Build gem_concurrent_all "
  ` [Intel-gfx] "

[igt-dev] [PATCH i-g-t] intel_gpu_top: Document how to use JSON output
 2021-04-01 15:12 UTC  (7+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "
    ` [Intel-gfx] [igt-dev] [PATCH i-g-t] "

[igt-dev] [PATCH i-g-t] scripts/trace.pl: Remove the tool
 2021-04-01 13:27 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] intel_gpu_top: Do not print client header if no client stats
 2021-04-01 13:24 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH i-g-t] gem_watchdog: Fix autotools build
 2021-04-01 12:45 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[igt-dev] [RFC 00/30] Stop cloning contexts
 2021-04-01 10:20 UTC  (32+ messages)
` [igt-dev] [RFC 01/30] lib/i915/gem_engine_topology: Expose the __query_engines helper
` [igt-dev] [RFC 02/30] lib: Add an intel_ctx wrapper struct and helpers
` [igt-dev] [RFC 03/30] lib/i915/gem_engine_topology: Add an iterator for intel_ctx_t
` [igt-dev] [RFC 04/30] tests/i915/gem_exec_basic: Convert to intel_ctx_t
` [igt-dev] [RFC 05/30] lib/igt_spin: Rename igt_spin_factory::ctx to ctx_id
` [igt-dev] [RFC 06/30] lib/igt_spin: Support intel_ctx_t
` [igt-dev] [RFC 07/30] tests/i915/gem_exec_fence: Convert to intel_ctx_t
` [igt-dev] [RFC 08/30] tests/i915/gem_exec_schedule: "
` [igt-dev] [RFC 09/30] tests/i915/perf_pmu: "
` [igt-dev] [RFC 10/30] tests/i915/gem_exec_nop: "
` [igt-dev] [RFC 11/30] tests/i915/gem_exec_reloc: "
` [igt-dev] [RFC 12/30] tests/i915/gem_busy: "
` [igt-dev] [RFC 13/30] tests/i915/gem_ctx_isolation: "
` [igt-dev] [RFC 14/30] tests/i915/gem_exec_async: "
` [igt-dev] [RFC 15/30] tests/i915/sysfs_clients: "
` [igt-dev] [RFC 16/30] tests/i915/gem_exec_fair: "
` [igt-dev] [RFC 17/30] tests/i915/gem_spin_batch: "
` [igt-dev] [RFC 18/30] tests/i915/gem_exec_store: "
` [igt-dev] [RFC 19/30] tests/amdgpu/amd_prime: "
` [igt-dev] [RFC 20/30] tests/i915/i915_hangman: "
` [igt-dev] [RFC 21/30] tests/i915/gem_ringfill: "
` [igt-dev] [RFC 22/30] tests/prime_busy: "
` [igt-dev] [RFC 23/30] tests/prime_vgem: "
` [igt-dev] [RFC 24/30] tests/gem_exec_whisper: "
` [igt-dev] [RFC 25/30] tests/i915/gem_ctx_exec: "
` [igt-dev] [RFC 26/30] tests/i915/gem_exec_suspend: "
` [igt-dev] [RFC 27/30] tests/i915/gem_sync: "
` [igt-dev] [RFC 28/30] tests/i915/gem_userptr_blits: "
` [igt-dev] [RFC 29/30] tests/i915/gem_wait: "
` [igt-dev] [RFC 30/30] tests/i915/gem_request_retire: "
` [igt-dev] ✗ Fi.CI.BUILD: failure for Stop cloning contexts

[igt-dev] [PATCH i-g-t] tests/kms_cursor_crc: use flipping instead of frontbuffer
 2021-03-31 21:01 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_crc: use flipping instead of frontbuffer (rev3)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/gem_softpin: Check using same offset in more children
 2021-03-31 16:39 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/kms_cursor_crc: use flipping instead of frontbuffer
 2021-03-31 16:01 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 1/3] lib: Add helper for reading modparam values
 2021-03-31 15:46 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 2/3] tests/i915: Default fence expiry test
` [Intel-gfx] [PATCH i-g-t 3/3] tests/i915/gem_watchdog: Exercise long rendering chains
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] lib: Add helper for reading modparam values
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/kms_atomic_transition: Fix the is_atomic check
 2021-03-31  7:32 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tool/lsgpu: Fix memory leak when no device is found
 2021-03-30 18:02 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/3] Default fence expiration test
 2021-03-30 15:40 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 1/3] lib: Add helper for reading modparam values
` [Intel-gfx] [PATCH i-g-t 2/3] tests/i915: Default fence expiry test
` [igt-dev] [PATCH i-g-t 3/3] tests/i915/gem_watchdog: Exercise long rendering chains
  ` [Intel-gfx] "

[igt-dev] [PATCH i-g-t] tests/kms_flip_scaled_crc: skip test if no requested mode and exceed cdclk limits
 2021-03-30 12:34 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_flip_scaled_crc: skip test if no requested mode and exceed cdclk limits (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] IGT on SLES
 2021-03-30  9:00 UTC  (2+ messages)

[igt-dev] [PATCH] tests/amdgpu: Add test description for amd_abm
 2021-03-30  6:51 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/amdgpu: Add test description for amd_abm (rev3)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 1/2] tests/kms_plane: Don't test all format+modifier combinations
 2021-03-30  4:08 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 2/2] intel-ci: Remove pixel-format-pipe-A* from the pre-merge blacklist
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/kms_plane: Don't test all format+modifier combinations
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] lib: Don't use libdrm_nouveau if not found
 2021-03-30  4:05 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH v2] tests/amdgpu: Add test description for amd_abm
 2021-03-29 16:17 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Added plane scaling test description for subtests
 2021-03-29 14:11 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH] tests/amdgpu: Add test description for amd_abm
 2021-03-29 14:05 UTC 

[igt-dev] [PATCH i-g-t 1/2] lib/kms: Add for_each_pipe_clamped
 2021-03-29  8:19 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 0/2] Bug fixes in kms_atomic_transition
 2021-03-29  4:04 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/kms_atomic_transition: Fix clean up when subtest fails

[igt-dev] [v4 i-g-t] tests/kms_busy: Limit the execution to two pipes
 2021-03-26 22:15 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_busy: Limit the execution to two pipes (rev4)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [i-g-t v2] tests/i915/perf: Added check for testcase to get discarded on less than gen12 platform
 2021-03-26 14:39 UTC  (7+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/perf: Added check for testcase to get discarded on less than gen12 platform (rev2)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [v3 i-g-t] tests/kms_busy: Limit the execution to two pipes
 2021-03-26 12:48 UTC  (3+ messages)

[igt-dev] [v3 i-g-t] tests/kms_flip: Restrict the hang tests execution to two pipes
 2021-03-26 12:01 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable
 2021-03-26 10:41 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[igt-dev] [i-g-t] tests/i915/perf: Added check for testcase to get discarded on less than gen12 platform
 2021-03-26  8:56 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] README: Spell "privileged" correctly
 2021-03-26  8:57 UTC  (2+ messages)


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