public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2020-02-07 14:19:23 to 2020-02-12 16:58:16 UTC [more...]

[igt-dev] [PATCH v2 1/8] lib/igt_draw: Refactor get_tiling calls
 2020-02-12 16:57 UTC  (25+ messages)
` [igt-dev] [PATCH v2 2/8] tests/kms_frontbuffer_tracking: Skip set tiling calls if not supported
` [igt-dev] [PATCH v2 3/8] tests/kms_available_modes_crc: Don't set tiling for framebuffer
` [igt-dev] [PATCH v2 4/8] tests/kms_draw_crc: Skip GTT subtests on platforms w/o aperture
` [igt-dev] [PATCH v2 5/8] tests/kms_draw_crc: Fix generating reference CRCs "
` [igt-dev] [PATCH v2 6/8] tests/kms_frontbuffer_tracking: Skip GTT subtests "
` [igt-dev] [PATCH v2 7/8] lib/igt_draw: Fix igt_draw_fill_fb() "
` [igt-dev] [PATCH v2 8/8] lib/igt_fb: Make sure tiled YUV framebuffers are fully cleared
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [v2,1/8] lib/igt_draw: Refactor get_tiling calls
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 0/9] Abort on Chamelium failure
 2020-02-12 16:38 UTC  (14+ messages)
` [igt-dev] [PATCH i-g-t 1/9] lib/tests: Extract fork helpers
` [igt-dev] [PATCH i-g-t 2/9] lib/tests: Add support for redirecting fork output to /dev/null
` [igt-dev] [PATCH i-g-t 3/9] lib: Make it possible to abort the whole execution from inside of a test
` [igt-dev] [PATCH i-g-t 4/9] runner/runner_tests: Extract helper for inspecting test result
` [igt-dev] [PATCH i-g-t 5/9] runner: Abort the run when test exits with IGT_EXIT_ABORT
` [igt-dev] [PATCH i-g-t 6/9] lib/chamelium: Clear error after checking if chamelium is reachable
` [igt-dev] [PATCH i-g-t 7/9] lib/chamelium: Make it clear that function asserts
` [igt-dev] [PATCH i-g-t 8/9] lib/chamelium: Add functions to initialize XMLRPC only
` [igt-dev] [PATCH i-g-t 9/9] lib/kms: Try to plug all Chamelium ports, abort if it fails
` [igt-dev] ✓ Fi.CI.BAT: success for Abort on Chamelium failure

[igt-dev] [PATCH i-g-t v3] tests/gem_userptr_blits: Enhance invalid mapping exercise
 2020-02-12 15:02 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/gem_userptr_blits: Enhance invalid mapping exercise (rev3)

[igt-dev] [PATCH i-g-t 1/5] i915: Start putting the mmio_base to wider use
 2020-02-12 14:33 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 3/5] i915: Exercise preemption timeout controls in sysfs
` [igt-dev] [PATCH i-g-t 4/5] i915: Exercise sysfs heartbeat controls

[igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Keep a copy of the names
 2020-02-12 13:52 UTC  (8+ messages)
` [Intel-gfx] "
  ` [igt-dev] "
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/gem_exec_alignment.c: Update to be completable in a rational time
 2020-02-12 11:01 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH v6 i-g-t 1/2] include/drm-uapi: Import headers from e62bf83aa1bb
 2020-02-12 11:01 UTC  (3+ messages)
` [igt-dev] [PATCH v6 i-g-t 2/2] tests/kms_getfb: Add getfb2 tests
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [v6,i-g-t,1/2] include/drm-uapi: Import headers from e62bf83aa1bb

[igt-dev] [PATCH i-g-t] i915/gem_ctx_persistence: Race context closure with replace-engines
 2020-02-12 10:39 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for "
` [igt-dev] ✓ Fi.CI.BAT: success "

[igt-dev] [RFC PATCH i-g-t v2] tests/gem_userptr_blits: Enhance invalid mapping exercise
 2020-02-12 10:35 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/gem_userptr_blits: Enhance invalid mapping exercise (rev2)

[igt-dev] [PATCH i-g-t v3] tests/prime_vgem: Examine blitter access path
 2020-02-12  9:52 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/prime_vgem: Examine blitter access path (rev2)

[igt-dev] [PATCH i-g-t 1/8] lib/igt_draw: Refactor get_tiling calls
 2020-02-12  4:17 UTC  (28+ messages)
` [igt-dev] [PATCH i-g-t 2/8] tests/kms_frontbuffer_tracking: Skip set tiling calls if not supported
` [igt-dev] [PATCH i-g-t 3/8] tests/kms_available_modes_crc: Don't set tiling for framebuffer
` [igt-dev] [PATCH i-g-t 4/8] tests/kms_draw_crc: Skip GTT subtests on platforms w/o aperture
` [igt-dev] [PATCH i-g-t 5/8] tests/kms_draw_crc: Fix generating reference CRCs "
` [igt-dev] [PATCH i-g-t 6/8] tests/kms_frontbuffer_tracking: Skip GTT subtests "
` [igt-dev] [PATCH i-g-t 7/8] lib/igt_draw: Fix igt_draw_fill_fb() "
` [igt-dev] [PATCH i-g-t 8/8] lib/igt_fb: Make sure tiled YUV framebuffers are fully cleared
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/8] lib/igt_draw: Refactor get_tiling calls
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH v5 i-g-t 1/2] include/drm-uapi: Import headers from 3ff4c24bdb1f
 2020-02-11 18:40 UTC  (4+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for series starting with [v5,i-g-t,1/2] "

[igt-dev] [PATCH i-g-t] intel-ci: Enable gem_exec_whisper
 2020-02-11 17:22 UTC  (6+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for "
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] intel-ci: Drop b/c pipes from kms_busy fast feedback
 2020-02-11 17:08 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v2] "
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[igt-dev] [PATCH i-g-t] meson: Port cpuid.h test from configure.ac
 2020-02-11 16:51 UTC  (6+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] intel-ci: Remove blacklist entries for removed tests
 2020-02-11 16:07 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH i-g-t] i915/pm_backlight: ensure driver is loaded before checking backlight
 2020-02-11 15:34 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[igt-dev] [PATCH i-g-t 1/2] runner: Support dynamic subtests in testlists
 2020-02-11 11:35 UTC  (2+ messages)

[igt-dev] [PATCH V3] [PATCH i-g-t] gem_ctx_create:Adjusted test to use __for_each_physical_engine to utilize all available engines
 2020-02-11 11:01 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for gem_ctx_create:Adjusted test to use __for_each_physical_engine to utilize all available engines (rev3)

[igt-dev] [PATCH i-g-t 0/3] mmio_base via debugfs infrastructure + gem_ctx_isolation
 2020-02-11  9:53 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 1/3] i915/gem_mmio_base.c - get mmio_base from debugfs (if possible)
  ` [igt-dev] [PATCH i-g-t 2/3] i915/gem_ctx_isolation: Check engine relative registers
    ` [igt-dev] [PATCH i-g-t 3/3] i915/gem_ctx_isolation: Check engine relative registers - Part 2
    ` [igt-dev] [Intel-gfx] [PATCH i-g-t 1/3] i915/gem_mmio_base.c - get mmio_base from debugfs (if possible)

[igt-dev] [V3] [PATCH i-g-t][V3]tests/i915/gem_exec_fence:Added __for_each_physical_engine to utilize all available engines
 2020-02-11  9:42 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for tests/i915/gem_exec_fence:Added __for_each_physical_engine to utilize all available engines. (rev3)
` [igt-dev] ✓ Fi.CI.BAT: success "

[igt-dev] [PATCH i-g-t v2] tests/i915/gem_exec_balancer: Skip the test if no perf engines are available
 2020-02-10 21:49 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH i-g-t] tests/i915/gem_exec_balancer: Skip the test if no engines are available
 2020-02-10 20:45 UTC  (6+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH i-g-t v2 1/2] tests/intel_dp_compliance: use device coherent mapping instead of mmap_gtt
 2020-02-10 15:32 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t v2 2/2] tests/i915_pm_rpm: "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v2,1/2] tests/intel_dp_compliance: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] runner: Print an error message if resume fails to load data
 2020-02-10 15:27 UTC  (6+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for "
` [igt-dev] ✓ Fi.CI.BAT: success "

[igt-dev] [PATCH] [PATCH i-g-t]test/i915/gem_pipe_control_store_loop: Removal of test
 2020-02-10 14:56 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for test/i915/gem_pipe_control_store_loop: "

[igt-dev] [PATCH i-g-t] tests/kms_ccs: Simplify FB width check
 2020-02-10 14:23 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[igt-dev] [PATCH i-g-t] tools: Delete aubdump
 2020-02-10 11:45 UTC  (3+ messages)

[igt-dev] [RFC PATCH i-g-t] tests/gem_userptr_blits: Enhance invalid mapping exercise
 2020-02-10 11:20 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[igt-dev] [PATCH i-g-t] lib/i915/gem_mman: Add support for GEM_MMAP_OFFSET ioctl
 2020-02-10 10:55 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t 1/3] tests/kms_fbcon_fbt: Check for psr before keeling over
 2020-02-10  8:04 UTC  (9+ messages)
` [igt-dev] [PATCH i-g-t 2/3] tests/kms_fbcon_fbt: User interactive debug helper
` [igt-dev] [PATCH i-g-t 3/3] tests/kms_fbcon_fbt: Drop master before restoring fbcon

[igt-dev] [PATCH i-g-t] lib/igt_vec: assertion fortification
 2020-02-10  7:33 UTC  (6+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t] kms_fence_pin_leak: check for availabile fences
 2020-02-10  6:18 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[igt-dev] [PATCH i-g-t 1/2] lib/i915: for_each_mmap_offset_type()
 2020-02-09  2:04 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/2] "

[igt-dev] [PATCH i-g-t 0/9] Handling mmap_gtt
 2020-02-09  0:41 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 5/9] tests/kms_psr: Skip tests on mmap_gtt, if no mappable aperture

[igt-dev] [PATCH i-g-t v2] tests/kms_ccs: Select highest resolution
 2020-02-09  0:13 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_ccs: Select highest resolution (rev2)

[igt-dev] [PATCH i-g-t] i915/gem_blits: Fix for devices without mappable aperture
 2020-02-08 21:20 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[igt-dev] [PATCH V2] [PATCH i-g-t]tests/i915/gem_exec_fence:Added __for_each_physical_engine to utilize all available engines
 2020-02-08 20:23 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/gem_exec_fence:Added __for_each_physical_engine to utilize all available engines. (rev2)

[igt-dev] [PATCH i-g-t 1/4] tests/kms_frontbuffer_tracking: Add tiling to test_mode
 2020-02-08 14:56 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/4] "

[igt-dev] [PATCH i-g-t] tests/dumb_buffer: page_size for create_clear
 2020-02-08  2:59 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/dumb_buffer: page_size for create_clear (rev2)

[igt-dev] [PATCH i-g-t] tests/dumb_buffer: page_size for create_clear
 2020-02-08  1:18 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[igt-dev] [PATCH i-g-t] i915/gem_ctx_persistence: Check that we cannot hide hangs on old engines
 2020-02-08  0:26 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_ctx_persistence: Check that we cannot hide hangs on old engines (rev2)

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_flush: Drop assertion the object is not moved
 2020-02-07 23:40 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[igt-dev] [PATCH V2] [PATCH i-g-t] gem_ctx_create:Adjusted test to use __for_each_physical_engine to utilize all available engines
 2020-02-07 22:48 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for gem_ctx_create:Adjusted test to use __for_each_physical_engine to utilize all available engines (rev2)

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_exec: Update the list of engines on the actual context
 2020-02-07 21:10 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[igt-dev] [PATCH i-g-t 0/1] i915/gem_blits: Add check for hardware based FENCE support
 2020-02-07 20:20 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "


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