Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-02 13:09:35 to 2021-08-06 13:42:10 UTC [more...]

[igt-dev] [PATCH i-g-t v4 00/56] Add allocator support in IGT
 2021-08-06 13:40 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t v4 01/56] lib/igt_dummyload: Add support of using allocator in igt spinner
` [igt-dev] [PATCH i-g-t v4 02/56] lib/intel_allocator: Add few helper functions for common use
` [igt-dev] [PATCH i-g-t v4 03/56] lib/igt_gt: Add passing ahnd as an argument to igt_hang
` [igt-dev] [PATCH i-g-t v4 04/56] lib/intel_batchbuffer: Ensure relocation code will be called
` [igt-dev] [PATCH i-g-t v4 05/56] lib/intel_batchbuffer: Add allocator support in blitter fast copy
` [igt-dev] [PATCH i-g-t v4 06/56] lib/intel_batchbuffer: Add allocator support in blitter src copy
` [igt-dev] [PATCH i-g-t v4 07/56] lib/intel_batchbuffer: Try to avoid relocations in blitting

[igt-dev] [PATCH i-g-t] tests/amdgpu: Introduce amd_hotplug tests
 2021-08-06 13:32 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/kms_setmode: Fix to get a valid config
 2021-08-06 13:05 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for "
` [igt-dev] ✗ GitLab.Pipeline: warning "

[igt-dev] [PATCH i-g-t] tests/kms_setmode: Fix to get a valid config
 2021-08-06 12:16 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_setmode: Fix to get a valid config (rev2)

[igt-dev] [PATCH i-g-t 0/1] lib/rendercopy_gen9: Program platform specific MOCS index
 2021-08-06 11:12 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/1] lib/rendercopy_gen9: Program MOCS value based on platform
` [igt-dev] ✓ Fi.CI.BAT: success for lib/rendercopy_gen9: Program platform specific MOCS index
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH v4] tests/kms_bw: New test for bandwidth validation
 2021-08-06 10:15 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_bw: New test for bandwidth validation (rev3)
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH i-g-t v3 01/11] lib/i915/gem_mman: add FIXED mmap mode
 2021-08-06 10:10 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v3 03/11] lib/i915/gem_mman: add fixed mode to gem_mmap_offset__cpu
  ` [Intel-gfx] "

[igt-dev] [PATCH i-g-t v4 00/56] Add allocator support in IGT
 2021-08-06  9:46 UTC  (57+ messages)
` [igt-dev] [PATCH i-g-t v4 01/56] lib/igt_dummyload: Add support of using allocator in igt spinner
` [igt-dev] [PATCH i-g-t v4 02/56] lib/intel_allocator: Add few helper functions for common use
` [igt-dev] [PATCH i-g-t v4 03/56] lib/igt_gt: Add passing ahnd as an argument to igt_hang
` [igt-dev] [PATCH i-g-t v4 04/56] lib/intel_batchbuffer: Ensure relocation code will be called
` [igt-dev] [PATCH i-g-t v4 05/56] lib/intel_batchbuffer: Add allocator support in blitter fast copy
` [igt-dev] [PATCH i-g-t v4 06/56] lib/intel_batchbuffer: Add allocator support in blitter src copy
` [igt-dev] [PATCH i-g-t v4 07/56] lib/intel_batchbuffer: Try to avoid relocations in blitting
` [igt-dev] [PATCH i-g-t v4 08/56] lib/huc_copy: Extend huc copy prototype to pass allocator handle
` [igt-dev] [PATCH i-g-t v4 09/56] tests/gem_busy: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v4 10/56] tests/gem_create: "
` [igt-dev] [PATCH i-g-t v4 11/56] tests/gem_ctx_engines: "
` [igt-dev] [PATCH i-g-t v4 12/56] tests/gem_ctx_exec: "
` [igt-dev] [PATCH i-g-t v4 13/56] tests/gem_ctx_freq: "
` [igt-dev] [PATCH i-g-t v4 14/56] tests/gem_ctx_isolation: "
` [igt-dev] [PATCH i-g-t v4 15/56] tests/gem_ctx_param: "
` [igt-dev] [PATCH i-g-t v4 16/56] tests/gem_eio: "
` [igt-dev] [PATCH i-g-t v4 17/56] tests/gem_exec_async: "
` [igt-dev] [PATCH i-g-t v4 18/56] tests/gem_exec_balancer: "
` [igt-dev] [PATCH i-g-t v4 19/56] tests/gem_exec_big: Require relocation support
` [igt-dev] [PATCH i-g-t v4 20/56] tests/gem_exec_capture: Support gens without relocations
` [igt-dev] [PATCH i-g-t v4 21/56] tests/gem_exec_fair: Add softpin support
` [igt-dev] [PATCH i-g-t v4 22/56] tests/gem_exec_gttfill: Require relocation support
` [igt-dev] [PATCH i-g-t v4 23/56] tests/gem_exec_store: Support gens without relocations
` [igt-dev] [PATCH i-g-t v4 24/56] tests/gem_exec_suspend: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v4 25/56] tests/gem_exec_parallel: Adopt to use alloctor
` [igt-dev] [PATCH i-g-t v4 26/56] tests/gem_exec_params: Support gens without relocations
` [igt-dev] [PATCH i-g-t v4 27/56] tests/gem_exec_whisper: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v4 28/56] tests/gem_fenced_exec_thrash: "
` [igt-dev] [PATCH i-g-t v4 29/56] tests/gem_mmap: Add allocator support
` [igt-dev] [PATCH i-g-t v4 30/56] tests/gem_mmap_gtt: "
` [igt-dev] [PATCH i-g-t v4 31/56] tests/gem_mmap_offset: "
` [igt-dev] [PATCH i-g-t v4 32/56] tests/gem_mmap_wc: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v4 33/56] tests/gem_request_retire: Add allocator support
` [igt-dev] [PATCH i-g-t v4 34/56] tests/gem_ringfill: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v4 35/56] tests/gem_softpin: Exercise eviction with softpinning
` [igt-dev] [PATCH i-g-t v4 36/56] tests/gem_spin_batch: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v4 37/56] tests/gem_tiled_fence_blits: "
` [igt-dev] [PATCH i-g-t v4 38/56] tests/gem_unfence_active_buffers: "
` [igt-dev] [PATCH i-g-t v4 39/56] tests/gem_unref_active_buffers: "
` [igt-dev] [PATCH i-g-t v4 40/56] tests/gem_userptr_blits: "
` [igt-dev] [PATCH i-g-t v4 41/56] tests/gem_wait: "
` [igt-dev] [PATCH i-g-t v4 42/56] tests/gem_watchdog: Adopt to use no-reloc
` [igt-dev] [PATCH i-g-t v4 43/56] tests/gem_workarounds: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v4 44/56] tests/i915_hangman: "
` [igt-dev] [PATCH i-g-t v4 45/56] tests/i915_module_load: "
` [igt-dev] [PATCH i-g-t v4 46/56] tests/i915_pm_rc6_residency: "
` [igt-dev] [PATCH i-g-t v4 47/56] tests/i915_pm_rpm: Adopt to use no-reloc
` [igt-dev] [PATCH i-g-t v4 48/56] tests/i915_pm_rps: Alter "
` [igt-dev] [PATCH i-g-t v4 49/56] tests/kms_busy: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v4 50/56] tests/kms_cursor_legacy: "
` [igt-dev] [PATCH i-g-t v4 51/56] tests/kms_flip: "
` [igt-dev] [PATCH i-g-t v4 52/56] tests/kms_vblank: "
` [igt-dev] [PATCH i-g-t v4 53/56] tests/perf_pmu: "
` [igt-dev] [PATCH i-g-t v4 54/56] tests/sysfs_heartbeat_interval: "
` [igt-dev] [PATCH i-g-t v4 55/56] tests/sysfs_preempt_timeout: "
` [igt-dev] [PATCH i-g-t v4 56/56] tests/sysfs_timeslice_duration: "

[igt-dev] [PATCH i-g-t V2] tests/kms_setmode: Fix mode selection for Nx tests
 2021-08-06  9:07 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_setmode: Fix mode selection for Nx tests (rev2)
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t v3 00/52] Add allocator support in IGT
 2021-08-06  7:33 UTC  (71+ messages)
` [igt-dev] [PATCH i-g-t v3 01/52] lib/igt_dummyload: Add support of using allocator in igt spinner
` [igt-dev] [PATCH i-g-t v3 02/52] lib/intel_allocator: Add few helper functions for common use
` [igt-dev] [PATCH i-g-t v3 03/52] lib/igt_gt: Add passing ahnd as an argument to igt_hang
` [igt-dev] [PATCH i-g-t v3 04/52] lib/intel_batchbuffer: Ensure relocation code will be called
` [igt-dev] [PATCH i-g-t v3 06/52] lib/intel_batchbuffer: Add allocator support in blitter src copy
` [igt-dev] [PATCH i-g-t v3 07/52] lib/intel_batchbuffer: Try to avoid relocations in blitting
` [igt-dev] [PATCH i-g-t v3 08/52] lib/huc_copy: Extend huc copy prototype to pass allocator handle
` [igt-dev] [PATCH i-g-t v3 09/52] tests/gem_bad_reloc: Skip on gens where relocations are not supported
` [igt-dev] [PATCH i-g-t v3 10/52] tests/gem_busy: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v3 11/52] tests/gem_create: "
` [igt-dev] [PATCH i-g-t v3 12/52] tests/gem_ctx_engines: "
` [igt-dev] [PATCH i-g-t v3 13/52] tests/gem_ctx_exec: "
` [igt-dev] [PATCH i-g-t v3 14/52] tests/gem_ctx_freq: "
` [igt-dev] [PATCH i-g-t v3 16/52] tests/gem_ctx_param: "
` [igt-dev] [PATCH i-g-t v3 17/52] tests/gem_eio: "
` [igt-dev] [PATCH i-g-t v3 18/52] tests/gem_exec_async: "
` [igt-dev] [PATCH i-g-t v3 23/52] tests/gem_exec_suspend: "
` [igt-dev] [PATCH i-g-t v3 24/52] tests/gem_exec_parallel: Adopt to use alloctor
` [igt-dev] [PATCH i-g-t v3 29/52] tests/gem_mmap_wc: Adopt to use allocator
` [igt-dev] [PATCH i-g-t v3 31/52] tests/gem_ringfill: "
` [igt-dev] [PATCH i-g-t v3 35/52] tests/gem_unfence_active_buffers: "
` [igt-dev] [PATCH i-g-t v3 36/52] tests/gem_unref_active_buffers: "
` [igt-dev] [PATCH i-g-t v3 37/52] tests/gem_wait: "

[igt-dev] Help needed for EVoC/GSoC/Outreachy
 2021-08-05 20:22 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/2] Fix rounding error in draw_squares in kms_plane_alpha_blend
 2021-08-05 13:02 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/2] Revert "tests/kms_plane_alpha_blend: Align width to 256B"
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_plane_alpha_blend: Fix rounding in draw_squares
` [igt-dev] ✓ Fi.CI.BAT: success for Fix rounding error in draw_squares in kms_plane_alpha_blend
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t 0/3] IGT fixes for priority management + capture with GuC submission
 2021-08-05 11:46 UTC  (6+ messages)
` [Intel-gfx] [PATCH i-g-t 1/3] i915/gem_exec_schedule: Make gem_exec_schedule understand static priority mapping
` [igt-dev] [PATCH i-g-t 2/3] i915/gem_ctx_shared: Make gem_ctx_shared "
` [Intel-gfx] [PATCH i-g-t 3/3] i915/gem_exec_capture: Update to support GuC based resets
` [igt-dev] ✓ Fi.CI.BAT: success for IGT fixes for priority management + capture with GuC submission
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH v3] tests/kms_bw: New test for bandwidth validation
 2021-08-05  7:58 UTC  (7+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_bw: New test for bandwidth validation (rev2)
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t RFC] tests/i915/i915_pm_dc: Fix DC9 test
 2021-08-05  4:01 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: check device type before calling intel_get_drm_devid
 2021-08-05  3:55 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/igt_fb: add an API to support color square DP CTS pattern
` [igt-dev] ✗ Fi.CI.BUILD: failure for series starting with [i-g-t,1/2] lib/igt_fb: check device type before calling intel_get_drm_devid

[igt-dev] [PATCH 1/5] i915/perf: add tests for triggered OA reports
 2021-08-04 20:13 UTC  (8+ messages)
` [igt-dev] [PATCH 2/5] i915/perf: Add tests for mapped OA buffer
` [igt-dev] [PATCH 3/5] lib/i915/perf: Add new record for mmaped "
` [igt-dev] [PATCH 4/5] tools/i915-perf: Add mmapped OA buffer support to i915-perf-recorder
` [igt-dev] [PATCH 5/5] tools/i915-perf: Add a command to trigger a report in OA buffer
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/5] i915/perf: add tests for triggered OA reports
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t] tests/kms: Move Intel specific kms tests to i915 directory
 2021-08-04  4:44 UTC  (7+ messages)

[igt-dev] [i-g-t] tests/kms_plane_alpha_blend: Align width to 256B
 2021-08-04  4:20 UTC  (14+ messages)

[igt-dev] [PATCH i-g-t 0/2] Keep tests working without relocations 2
 2021-08-03 18:09 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_streaming_writes: Support gens without relocations
` [igt-dev] [PATCH i-g-t 2/2] tests/i915/gem_exec_lut_handle: Require relocation support
` [igt-dev] ✓ Fi.CI.BAT: success for Keep tests working without relocations 2
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH i-g-t 00/50] Add allocator support in IGT
 2021-08-03 15:09 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 44/50] tests/kms_cursor_legacy: Adopt to use allocator

[igt-dev] [PATCH] tests/kms_concurrent: Replace fb modifier to DRM_FORMAT_MOD_LINEAR
 2021-08-03 14:24 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/1] Fix gem_scheduler.manycontexts for GuC submission
 2021-08-03  8:54 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 1/1] i915/gem_scheduler: Ensure submission order in manycontexts
  ` [Intel-gfx] "
    ` [igt-dev] "

[igt-dev] [PATCH i-g-t] tests/kms_setmode: Fix mode selection for Nx tests
 2021-08-03  4:40 UTC  (3+ messages)


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