public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-03-18 10:20:22 to 2019-03-21 01:00:23 UTC [more...]

[igt-dev] [PATCH v14 0/5] new engine discovery interface
 2019-03-21  1:00 UTC  (3+ messages)
` [igt-dev] [PATCH v14 1/5] lib/igt_gt: remove unnecessary argument
` [igt-dev] [PATCH v14 2/5] lib: ioctl_wrappers: reach engines by index as well

[igt-dev] [PATCH i-g-t] i915/gem_sparseobject: Add sparse object IGT tests
 2019-03-21  0:13 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH i-g-t] i915/gem_shrink: Open the device before using it!
 2019-03-20 23:51 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [CI 1/3] lib/igt_fb: Switch to using is_ccs_modifier() wrapper
 2019-03-20 22:09 UTC  (4+ messages)
` [igt-dev] [CI 2/3] tests/kms_ccs: Refactor code to add CCS modifiers
` [igt-dev] [CI 3/3] tests/kms_ccs: Test Yf CCS modifier too
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [CI,1/3] lib/igt_fb: Switch to using is_ccs_modifier() wrapper

[igt-dev] [PATCH i-g-t] scripts/bash-autocomplete.sh: Add bash autocomplete script for IGT tests
 2019-03-20 20:43 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH i-g-t 1/2] tests/kms_ccs: Refactor code to add CCS modifiers
 2019-03-20 20:15 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_ccs: Test Yf CCS modifier too
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/kms_ccs: Refactor code to add CCS modifiers

[igt-dev] [PATCH i-g-t] i915/gem_mocs_settings/mocs-isolation: Filter out missing rings
 2019-03-20 16:59 UTC  (7+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
` [Intel-gfx] [igt-dev] [PATCH i-g-t] "

[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Ensure minimum height and width for planar uyv formats
 2019-03-20 16:35 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t v5 1/1] i915_pm_rpm: remove gem-execbuf-stress-extra-wait because same as gem-execbuf-stress
 2019-03-20 16:34 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,v5,1/1] "

[igt-dev] [PATCH] tests/kms_cursor_legacy: Fix assertion failure due to vblank mismatch
 2019-03-20 15:50 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_mmap_gtt: Check that the initial pagefault is non-blocking
 2019-03-20 15:11 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v5 0/6] igt: Add support for testing writeback connectors
 2019-03-20 14:46 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v5 1/6] lib/igt_kms: Add writeback support
  ` [Intel-gfx] "
    ` [Intel-gfx] [igt-dev] "

[igt-dev] [PATCH i-g-t v3] tests/testdisplay: fix heap overflow
 2019-03-20 13:57 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/testdisplay: fix heap overflow (rev2)

[igt-dev] [PATCH i-g-t] meson: add -Wno-missing-braces
 2019-03-20 13:52 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t] runner/executor: refactor error handling
 2019-03-20 13:47 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v2] runner/executor: refactor error handling
 2019-03-20 13:05 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for runner/executor: refactor error handling (rev2)

[igt-dev] [PATCH i-g-t 1/3] tests/testdisplay: fix heap overflow
 2019-03-20 13:01 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 2/3] meson: add -Wno-missing-braces
` [igt-dev] [PATCH i-g-t 3/3] runner/executor: refactor error handling
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] tests/testdisplay: fix heap overflow

[igt-dev] [PATCH v13 0/9] new engine discovery interface
 2019-03-20 11:35 UTC  (28+ messages)
` [igt-dev] [PATCH v13 1/9] lib/igt_gt: remove unnecessary argument
` [igt-dev] [PATCH v13 2/9] lib: ioctl_wrappers: reach engines by index as well
` [igt-dev] [PATCH v13 3/9] lib: move gem_context_has_engine from ioctl_wrappers to gem_context
` [igt-dev] [PATCH v13 4/9] include/drm-uapi: import i915_drm.h header file
` [igt-dev] [PATCH v13 5/9] lib: igt_gt: use flags in intel_execution_engines2
` [igt-dev] [PATCH v13 6/9] lib/i915: add gem_engine_topology library
` [igt-dev] [PATCH v13 7/9] lib/igt_gt: use for_each_engine_class_instance to loop through active engines
` [igt-dev] [PATCH v13 8/9] tests: perf_pmu: use the flag value embedded in intel_execution_engines2
` [igt-dev] [PATCH v13 9/9] tests: gem_exec_basic: add "exec-ctx" buffer execution demo test
` [igt-dev] ✓ Fi.CI.BAT: success for new engine discovery interface
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/testdisplay: fix heap overflow
 2019-03-20  9:29 UTC  (3+ messages)

[igt-dev] [PATCH v4 1/1] i915_pm_rpm: remove gem-execbuf-stress-extra-wait because same as gem-execbuf-stress
 2019-03-20  2:46 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [v4,1/1] "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] igt: tests: kms_vblank: Stop using magic value
 2019-03-19 21:21 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 1/2] tests/kms_available_modes_crc limit tested fb formats
 2019-03-19 18:53 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/igt_kms: reset plane alpha and blend in igt_plane_reset()
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/kms_available_modes_crc limit tested fb formats
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [CI 1/8] tests/gem_exec_blt: Drop benchmark mode, use igt_sysfs
 2019-03-19 18:47 UTC  (10+ messages)
` [igt-dev] [CI 2/8] tests/perf: Simplify generic read/write, use sysfs helpers
` [igt-dev] [CI 3/8] tests/i915_pm_rps: Use "
` [igt-dev] [CI 4/8] lib/igt_device: Introduce igt_device_get_card_index
` [igt-dev] [CI 5/8] lib: Kill drm_get_card()
` [igt-dev] [CI 6/8] lib/igt_sysfs: Remove idx from sysfs_open
` [igt-dev] [CI 7/8] lib/igt_sysfs: Simplify obtaining sysfs path
` [igt-dev] [CI 8/8] lib/igt_device: Move intel_get_pci_device under igt_device
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [CI,1/8] tests/gem_exec_blt: Drop benchmark mode, use igt_sysfs
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t v2 1/3] tests/i915/gem_mmap_gtt: Add invalid parameters test
 2019-03-19 17:28 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,v2,1/3] tests/i915/gem_mmap_gtt: Add invalid parameters test (rev2)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v2,1/3] tests/i915/gem_mmap_gtt: Add invalid parameters test (rev3)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 1/2] tests/kms_available_modes_crc limit tested fb formats
 2019-03-19 14:25 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/igt_kms: reset plane alpha and blend in igt_plane_reset()
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/kms_available_modes_crc limit tested fb formats
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH v2 i-g-t] tests/chamelium: Add test for hotplug workaround
 2019-03-19 14:12 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/chamelium: Add test for hotplug workaround (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] runner: Including E2BIG error to whitelist
 2019-03-19 11:22 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH v12 0/7] new engine discovery interface
 2019-03-19 11:01 UTC  (16+ messages)
` [igt-dev] [PATCH v12 1/7] lib/igt_gt: remove unnecessary argument
` [igt-dev] [PATCH v12 2/7] lib: ioctl_wrappers: reach engines by index as well
` [igt-dev] [PATCH v12 3/7] lib: move gem_context_has_engine from ioctl_wrappers to gem_context
` [igt-dev] [PATCH v12 4/7] include/drm-uapi: import i915_drm.h header file
` [igt-dev] [PATCH v12 5/7] lib/i915: add gem_engine_topology library
` [igt-dev] [PATCH v12 6/7] lib/igt_gt: use for_each_engine_class_instance to loop through active engines
` [igt-dev] [PATCH v12 7/7] tests: gem_exec_basic: add "exec-ctx" buffer execution demo test
` [igt-dev] ✗ Fi.CI.BAT: failure for new engine discovery interface

[igt-dev] [PATCH i-g-t 1/2] lib: Add hooks for enabling ftrace
 2019-03-19  9:06 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] lib: Add hooks for enabling ftrace (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] lib/igt_core: Enable extra kernel logs for audio debug
 2019-03-19  7:36 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/kms_plane: Print count of mismatched colors
 2019-03-19  3:26 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] tests/kms_plane: Print count of mismatched colors (rev2)

[igt-dev] [CI] lib/igt_core: Enable extra kernel logs for audio debug
 2019-03-19  3:14 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_core: Enable extra kernel logs for audio debug (rev3)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH V5 i-g-t] tests/kms_flip: Skip VBlank tests in modules without VBlank
 2019-03-18 22:06 UTC  (9+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_flip: Skip VBlank tests in modules without VBlank (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 0/5] DC states igt tests patch series v9
 2019-03-18 20:23 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 1/5] lib/igt_pm: igt lib helper routines to support DC5/6 tests
` [igt-dev] [PATCH i-g-t 2/5] tests/i915/i915_pm_dc: Added new test to verify Display C States
` [Intel-gfx] [PATCH i-g-t 3/5] tests/i915/i915_pm_dc: Added test for DC6 during PSR
` [Intel-gfx] [PATCH i-g-t 4/5] tests/i915/i915_pm_dc: Added test for DC5 during DPMS
` [igt-dev] [PATCH i-g-t 5/5] tests/i915/i915_pm_dc: Added test for DC6 "
` [igt-dev] ✓ Fi.CI.BAT: success for DC states igt tests patch series (rev6)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: Add support for Y21x formats as well, v3
 2019-03-18 16:40 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/igt_fb: Add support for Y410/Y416 formats, v3
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] lib/igt_fb: Add support for Y21x formats as well, v3
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/sw_sync: Accept bytes transferred between sendmsg/recvmsg
 2019-03-18 15:21 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] i915/gem_mocs_settings: Add mocs table for icelake
 2019-03-18 13:31 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t v7] "
` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_mocs_settings: Add mocs table for icelake (rev11)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t v2 1/3] lib/drmtest: Add helpers to check and require amdgpu
 2019-03-18 11:54 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,v2,1/3] lib/drmtest: Add helpers to check and require amdgpu (rev2)

[igt-dev] [CI 1/8] tests/gem_exec_blt: Drop benchmark mode, use igt_sysfs
 2019-03-18 10:52 UTC  (5+ messages)
` [igt-dev] [CI 2/8] tests/perf: Simplify generic read/write, use sysfs helpers
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [CI,1/8] tests/gem_exec_blt: Drop benchmark mode, use igt_sysfs (rev3)

[igt-dev] [PATCH i-g-t 1/2] tests/kms_plane: Print count of mismatched colors
 2019-03-18 10:48 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] igt/i915/i915_pm_lpsp enable pm_lpsp for platforms till Gen11
 2019-03-18 10:20 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for igt/i915/i915_pm_lpsp enable pm_lpsp for platforms till Gen11. (rev2)


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