public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-02-19 19:05:17 to 2019-02-21 21:51:34 UTC [more...]

[igt-dev] [PATCH i-g-t] tests/kms_available_modes_crc limit tested fb formats
 2019-02-21 21:51 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_available_modes_crc limit tested fb formats (rev11)
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_available_modes_crc limit tested fb formats (rev12)

[igt-dev] [RFC 0/5] Modify tests for unavailable mappable aperture
 2019-02-21 21:51 UTC  (17+ messages)
` [igt-dev] [RFC 1/5] tests/prime_self_import: Swap gtt mapping for cpu
` [igt-dev] [RFC 2/5] lib/ioctl_wrappers: add mmap_offset support
` [igt-dev] [RFC 3/5] igt/lib: Add wrapper to check if gtt mapping is available
` [igt-dev] [RFC 4/5] igt/i915: Require GTT mapping to be available when needed
` [igt-dev] [RFC 5/5] igt/lib: If mappable aperture is missing return 0 size
` [igt-dev] ✓ Fi.CI.BAT: success for Modify tests for unavailable mappable aperture

[igt-dev] [PATCH i-g-t 0/7] Use rendercopy for generating CCS buffers
 2019-02-21 14:41 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 1/7] lib/rendercopy: Add support for Yf/Ys tiling to gen9 rendercopy
` [igt-dev] [PATCH i-g-t 2/7] tests/gem_render_copy: Test Yf tiling
` [igt-dev] [PATCH i-g-t 3/7] lib/igt_fb: Use rendercopy for rendering into compressed buffers
` [igt-dev] [PATCH i-g-t 4/7] lib/igt_fb: s/tiling/modifier/ where appropriate
` [igt-dev] [PATCH i-g-t 5/7] lib/igt_fb: Function to create a bo for passed in igt_fb
` [igt-dev] [PATCH i-g-t 6/7] tests/kms_ccs: Generate compressed surfaces with rendercopy
` [igt-dev] [PATCH i-g-t 7/7] tests/kms_ccs: Larger fb to fully cover up the primary plane

[igt-dev] [PATCH i-g-t] lib/igt_kms: Fix commits for planes with multiple possible CRTCs
 2019-02-21 21:23 UTC 

[igt-dev] [PATCH i-g-t] i915/gem_eio: Not everyone actually has contexts
 2019-02-21 20:43 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] [Intel-gfx] [PATCH i-g-t] "

[igt-dev] [igt PATCH v2 1/1] lib: Incrementally mlock()
 2019-02-22  2:03 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/9] tests/kms_lease: Add invalid planes tests
 2019-02-21 19:28 UTC  (36+ messages)
` [igt-dev] [PATCH i-g-t 2/9] tests/kms_lease: Run on simulation
` [igt-dev] [PATCH i-g-t 3/9] tests/kms_lease: invalid corner-cases for create-lease ioctl
  ` [igt-dev] [PATCH i-g-t] "
` [igt-dev] [PATCH i-g-t 4/9] tests/kms_release: invalid checks for revoke-lease ioctl
` [igt-dev] [PATCH i-g-t 5/9] tests/kms_lease: validate the possible_crtcs filtering
` [igt-dev] [PATCH i-g-t 6/9] tests/kms_lease: Test drop/set_master interactions
` [igt-dev] [PATCH i-g-t 7/9] tests/kms_lease: multimaster testcase
` [igt-dev] [PATCH i-g-t 8/9] tests/kms_lease: validate implicitly added planes
` [igt-dev] [PATCH i-g-t 9/9] tests/kms_lease: exercise uevent
  ` [igt-dev] [PATCH i-g-t] "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests (rev2)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests (rev3)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests (rev5)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests (rev2)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests (rev5)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests (rev6)
` [igt-dev] ✗ Fi.CI.IGT: failure "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/9] tests/kms_lease: Add invalid planes tests (rev7)

[igt-dev] [PATCH i-g-t v3] gem_ctx_isolation.c - Gen11 enabling for context isolation test
 2019-02-21 18:28 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for gem_ctx_isolation.c - Gen11 enabling for context isolation test (rev4)

[igt-dev] [HAX 1/5] lib/rendercopy: Add support for Yf/Ys tiling to gen9 rendercopy
 2019-02-21 18:25 UTC  (10+ messages)
` [igt-dev] [HAX 2/5] tests/gem_render_copy: Test Yf tiling
` [igt-dev] [HAX 3/5] lib/igt_fb: Use rendercopy for rendering into compressed buffers
` [igt-dev] [HAX 4/5] lib/igt_fb: s/tiling/modifier/ where appropriate
` [igt-dev] [HAX 5/5] tests/kms_ccs: Generate compressed surfaces with renderopy
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [HAX,1/5] lib/rendercopy: Add support for Yf/Ys tiling to gen9 rendercopy
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [HAX,1/5] lib/rendercopy: Add support for Yf/Ys tiling to gen9 rendercopy (rev2)

[igt-dev] [PATCH i-g-t 1/2] lib: Add --skip-crc-compare option
 2019-02-21 18:00 UTC  (5+ messages)
  ` [igt-dev] [PATCH i-g-t 2/2] tests/kms_crtc_background_color: overhaul to match upstream ABI (v5)
    ` [igt-dev] [PATCH i-g-t 2/2] tests/kms_crtc_background_color: overhaul to match upstream ABI (v5.1)

[igt-dev] [PATCH CI] HAX: Default to multiple-mode
 2019-02-21 17:48 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
` [igt-dev] ✓ Fi.CI.BAT: success "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 1/2] lib: Only require we have i915.reset module parameter for allow-hang
 2019-02-21 17:43 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 2/2] igt/drv_hangman: Skip if resets are disallowed
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] lib: Only require we have i915.reset module parameter for allow-hang
` [igt-dev] [Intel-gfx] [PATCH i-g-t 1/2] "
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] "

[igt-dev] [PATCH i-g-t 0/2] Enabling PC8+ residency for ICL and GEN9
 2019-02-21 17:07 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/pm_rpm: Enable PC8+ residency test "
` [igt-dev] [PATCH i-g-t 2/2] tests/pm_rpm: Enable modeset-pc8-residency-stress "

[igt-dev] [PATCH i-g-t 0/2] Enhance debug capability in kms_chamelium
 2019-02-21 16:08 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] i915/kms_chamelium: Pull chameleond logs for debugging

[igt-dev] [PATCH i-g-t v5 0/5] DC states igt tests patch series
 2019-02-21 15:31 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[igt-dev] [PATCH i-g-t 1/2] tests/kms_pwrite_crtc: Drop fixtures
 2019-02-21 12:39 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib: disallow fixtures/subtest groups in simple tests
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/kms_pwrite_crtc: Drop fixtures
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] intel-ci/fast-feedback: Prefix pm tests with i915_
 2019-02-21 12:21 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH i-g-t v2] gem_ctx_isolation.c - Gen11 enabling for context isolation test
 2019-02-21 11:31 UTC  (7+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for gem_ctx_isolation.c - Gen11 enabling for context isolation test (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] ✓ Fi.CI.BAT: success for gem_ctx_isolation.c - Gen11 enabling for context isolation test (rev3)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] tests/kms_available_modes_crc limit tested fb formats
 2019-02-21 11:28 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/3] tools: Add dpcd_reg binary to gitignore
 2019-02-21  9:32 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 3/3] tests: Prefix pm_ tests with i915_ and move them to i915/

[igt-dev] [PATCH i-g-t] lib/debugfs: Nuke enum intel_pipe_crc_source
 2019-02-21  2:20 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2] "
` [igt-dev] ✓ Fi.CI.BAT: success for lib/debugfs: Nuke enum intel_pipe_crc_source (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 1/3] lib/tests: Use ARRAY_SIZE
 2019-02-20 23:44 UTC  (11+ messages)
` [igt-dev] [PATCH i-g-t 2/3] tests/kms_mmap_write_crc: Fix igt_fixture handling
` [igt-dev] [PATCH i-g-t 3/3] lib: disallow fixtures/subtest groups in simple tests
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] lib/tests: Use ARRAY_SIZE
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v5 2/5] tests/pm_dc: Added new test to verify Display C States
 2019-02-20 23:08 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v6 "

[igt-dev] [igt PATCH 0/1] lib: igt@i915_suspend@shrink faster
 2019-02-20 22:28 UTC  (11+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] ✓ Fi.CI.BAT: success for lib: igt@i915_suspend@shrink faster (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] [igt PATCH 1/1] igt@i915_suspend@shrink faster
  ` [igt-dev] [PATCH i-g-t] lib: Incrementally mlock()

[igt-dev] [PATCH i-g-t v5 00/22] Chamelium VC4 plane fuzzy testing, with SAND and T-tiled mode
 2019-02-20 19:28 UTC  (26+ messages)
` [igt-dev] [PATCH i-g-t v5 01/22] lib: drmtest: Add helpers to check and require the VC4 driver
` [igt-dev] [PATCH i-g-t v5 02/22] lib/igt_fb: Add checks on i915 for i915-specific tiled buffer allocation
` [igt-dev] [PATCH i-g-t v5 03/22] lib/igt_fb: Refactor create_bo_for_fb to prepare for VC4 support
` [igt-dev] [PATCH i-g-t v5 04/22] lib/igt_fb: Add support for allocating T-tiled VC4 buffers
` [igt-dev] [PATCH i-g-t v5 05/22] lib/igt_fb: Add support for VC4 SAND tiling modes
` [igt-dev] [PATCH i-g-t v5 06/22] lib/igt_fb: Allow interpreting the tile height as a stride equivalent
` [igt-dev] [PATCH i-g-t v5 07/22] lib/igt_fb: Add a stride-provisioned fashion of igt_fb_convert
` [igt-dev] [PATCH i-g-t v5 08/22] lib/igt_fb: Add a helper to retreive the plane bpp for a given format
` [igt-dev] [PATCH i-g-t v5 09/22] lib/igt_fb: Add a helper to fill-in the available DRM formats
` [igt-dev] [PATCH i-g-t v5 10/22] lib/igt_vc4: Add helpers for converting linear to T-tiled RGB buffers
` [igt-dev] [PATCH i-g-t v5 11/22] lib/igt_vc4: Add helpers for converting linear to SAND-tiled buffers
` [igt-dev] [PATCH i-g-t v5 12/22] lib/igt_fb: Pass the modifier to igt_fb_convert helpers
` [igt-dev] [PATCH i-g-t v5 13/22] lib/igt_fb: Support converting to VC4 modifiers in igt_fb_convert
` [igt-dev] [PATCH i-g-t v5 14/22] lib/igt_kms: Add helpers to count and iterate planes from pipe
` [igt-dev] [PATCH i-g-t v5 15/22] lib/igt_kms: Add helpers to count and iterate planes from output
` [igt-dev] [PATCH i-g-t v5 16/22] lib/igt_chamelium: Fixup resources liberation in comparison helpers
` [igt-dev] [PATCH i-g-t v5 17/22] lib/igt_chamelium: Split frames dump logic and rework surroundings
` [igt-dev] [PATCH i-g-t v5 18/22] lib/igt_chamelium: Generalize the frame match helper with check type
` [igt-dev] [PATCH i-g-t v5 19/22] lib/igt_frame: Add a checkerboard frame comparison method
` [igt-dev] [PATCH i-g-t v5 20/22] lib/igt_chamelium: Hook-in checkerboard comparison method in helpers
` [igt-dev] [PATCH i-g-t v5 21/22] chamelium: Move the YUV tests over to the checkerboard checking method
` [igt-dev] [PATCH i-g-t v5 22/22] chamelium: Add a display test for randomized planes
` [igt-dev] ✓ Fi.CI.BAT: success for Chamelium VC4 plane fuzzy testing, with SAND and T-tiled mode (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v5 4/5] tests/pm_dc: Added test for DC5 during DPMS
 2019-02-20 16:56 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t v6 "

[igt-dev] [PATCH i-g-t] tests/kms_available_modes_crc limit tested fb formats
 2019-02-20 15:11 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_available_modes_crc limit tested fb formats (rev10)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] i915/gem_ctx_exec: Remember to ask for permission to reset the GPU
 2019-02-20 14:21 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "
` [igt-dev] [Intel-gfx] [PATCH i-g-t] "

[igt-dev] [PATCH i-g-t] kms_chamelium: Fix test failures from missing outputs/unsupported formats, v2
 2019-02-20 13:39 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for kms_chamelium: Fix test failures from missing outputs/unsupported formats, v2. (rev2)
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 1/5] lib/tests: Add header for common helpers
 2019-02-20 12:57 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 4/5] lib/tests: Convert no_exit tests into positive tests
` [igt-dev] [PATCH i-g-t 5/5] lib/tests: Add testcase for nonexisting subtest name

[igt-dev] [PATCH i-g-t] lib/crc: Reset fifo underrun reporting for every crc capture
 2019-02-20 12:55 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_mocs_settings: Add mocs table for icelake
 2019-02-20  8:33 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v1 1/1] gem_ctx_isolation.c - Gen11 enabling for context isolation test
 2019-02-20  0:38 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_exec_schedule: Switch bach to gem_set_domain()
 2019-02-19 21:22 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v4] igt/tests: Fix error checking in kms_atomic_transition
 2019-02-19 21:05 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t 1/8] i915/gem_eio: Check that context create fails when wedged
 2019-02-19 21:03 UTC  (4+ messages)
` [Intel-gfx] [PATCH i-g-t 3/8] lib: Restore the i915.reset modparam before cleaning up
  ` [igt-dev] "


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