Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-30 19:59:23 to 2023-11-03 14:44:54 UTC [more...]

[igt-dev] [PATCH v2 00/64] uAPI Alignment - take 2
 2023-11-03 14:43 UTC  (22+ messages)
` [igt-dev] [PATCH v2 01/64] drm-uapi/xe: Add documentation for query
` [igt-dev] [PATCH v2 02/64] drm-uapi/xe: Extend drm_xe_vm_bind_op
` [igt-dev] [PATCH v2 03/64] drm-uapi/xe: Add uAPI to query micro-controler firmware version
` [igt-dev] [PATCH v2 04/64] drm-uapi/xe: Document DRM_XE_DEVICE_QUERY_HWCONFIG
` [igt-dev] [PATCH v2 05/64] drm-uapi/xe: Extend uAPI to query HuC micro-controler firmware version
` [igt-dev] [PATCH v2 06/64] drm-uapi/xe: Remove useless query config num_params
` [igt-dev] [PATCH v2 07/64] drm-uapi/xe: Add missing DRM_ prefix in uAPI constants
` [igt-dev] [PATCH v2 08/64] drm-uapi/xe: Add _FLAG to uAPI constants usable for flags
` [igt-dev] [PATCH v2 09/64] drm-uapi/xe: Make constant comments visible in kernel doc
` [igt-dev] [PATCH v2 10/64] fixup! tests/intel/xe_query: Add a test for querying engine cycles
` [igt-dev] [PATCH v2 11/64] drm-uapi/xe: Remove GT_TYPE_REMOTE
` [igt-dev] [PATCH v2 12/64] drm-uapi/xe: Kill VM_MADVISE IOCTL and the atomic tests
` [igt-dev] [PATCH v2 13/64] drm/xe_query: Remove backward compatibility of vram_visible_size
` [igt-dev] [PATCH v2 14/64] xe_ioctl: Converge bo_create to the most used version
` [igt-dev] [PATCH v2 15/64] xe_ioctl: Rename *xe_bo_create_flags to simply xe_bo_create
` [igt-dev] [PATCH v2 16/64] xe_query: Add missing include
` [igt-dev] [PATCH v2 17/64] xe_query: Kill visible_vram_if_possible
` [igt-dev] [PATCH v2 18/64] drm-uapi/xe: Separate bo_create placement from flags
` [igt-dev] [PATCH v2 19/64] drm-uapi/xe: Remove unused inaccessible memory region
` [igt-dev] [PATCH v2 20/64] drm-uapi/xe: Remove unused QUERY_CONFIG_MEM_REGION_COUNT
` [igt-dev] [PATCH v2 21/64] drm-uapi/xe: Remove unused QUERY_CONFIG_GT_COUNT

[igt-dev] [RFC PATCH 0/7] IGT tests for the KMS Color Pipeline API
 2023-11-03 14:34 UTC  (14+ messages)
` [igt-dev] [RFC PATCH 1/7] include/drm-uapi: Add COLOROP object
` [igt-dev] [RFC PATCH 2/7] lib/igt_kms: Introduce drm_colorop object
` [igt-dev] [RFC PATCH 5/7] igt/color: Add SW color transform functionality

[igt-dev] [PATCH i-g-t v1 0/4] drmtest changes for filtering GPUs on multi-gpu
 2023-11-03 10:14 UTC  (12+ messages)
` [igt-dev] [PATCH i-g-t v1 1/4] lib/drmtest: add multi-GPU helpers for filtered devices
` [igt-dev] [PATCH i-g-t v1 2/4] tests/intel/xe_create: add multi-GPU basic test
` [igt-dev] [PATCH i-g-t v1 3/4] lib/drmtest: create helper for dropping logged opened paths
` [igt-dev] [PATCH i-g-t v1 4/4] tests/intel/xe_create: print first opened card
` [igt-dev] ✓ Fi.CI.BAT: success for drmtest changes for filtering GPUs on multi-gpu
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/intel/xe_exec_store: Add cachelines and page-sized subtests
 2023-11-03 10:01 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/xe_exec_store: Add cachelines and page-sized subtests (rev2)
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH] XE2: lib/gpgpu_fill: Port gpgpu_fillfunc
 2023-11-03 10:00 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "

[igt-dev] [PATCH v2] XE2: lib/gpgpu_fill: Add support for Xe2 platforms
 2023-11-03  9:32 UTC  (5+ messages)
` [igt-dev] [PATCH 1/1] "
` [igt-dev] ✓ CI.xeBAT: success for series starting with [1/1] "
` [igt-dev] ✗ Fi.CI.BAT: failure "

[igt-dev] [PATCH i-g-t 1/4] lib/amd: improve MALL capabilities checking logic
 2023-11-03  9:21 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 2/4] lib/amd: Add check for SubVP feature status
` [igt-dev] [PATCH i-g-t 3/4] lib/amd: Update function documentation
` [igt-dev] [PATCH i-g-t 4/4] test/amdgpu: Add test for Sub-viewport
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/4] lib/amd: improve MALL capabilities checking logic
` [igt-dev] ✓ CI.xeBAT: "

[igt-dev] [PATCH i-g-t v2] intel/intel_hwmon.c: Fix test documentation
 2023-11-03  9:15 UTC  (5+ messages)
` [igt-dev] ✓ CI.xeBAT: success for intel/intel_hwmon.c: Fix test documentation (rev2)
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✓ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t 0/2] add new subtests for dark screen detection
 2023-11-03  8:13 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable "
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_pipe_crc_basic: added new subtest for darkscreen detection
` [igt-dev] ✓ CI.xeBAT: success for add new subtests for dark screen detection
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Fix test constraint for bigjoiner
 2023-11-03  8:04 UTC  (7+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✗ Fi.CI.BAT: failure "
` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_pm_lpsp: Fix test constraint for bigjoiner (rev2)
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t 0/2] Extend the test to validate FBC for each plane
 2023-11-03  7:35 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/kms_frontbuffer_tracking: Extend the test to enable "
` [igt-dev] [PATCH i-g-t 2/2] HAX PATCH DO NOT MERGE
` [igt-dev] ✓ Fi.CI.BAT: success for Extend the test to validate FBC for each plane
` [igt-dev] ✓ CI.xeBAT: "

[igt-dev] [RFC v2 i-g-t 0/3] xe: Validate fixed CCS mode setting
 2023-11-03  7:25 UTC  (9+ messages)
` [igt-dev] [RFC v2 i-g-t 1/3] lib/xe: Add __xe_exec_queue_create()
` [igt-dev] [RFC v2 i-g-t 2/3] lib/intel_compute: Update intel_compute to run on specified engine
` [igt-dev] [RFC v2 i-g-t 3/3] tests/xe_compute: Validate ccs_mode setting
` [igt-dev] ✓ Fi.CI.BAT: success for xe: Validate fixed CCS mode setting
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v6] tests/kms_frontbuffer_tracking: Extend the test to enable FBC for each plane
 2023-11-03  4:59 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for tests/kms_frontbuffer_tracking: Extend the test to enable FBC for each plane (rev8)
` [igt-dev] ✓ Fi.CI.BAT: "

[igt-dev] [PATCH i-g-t] tests/amdgpu: add amdgpu test suite
 2023-11-03  3:00 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for "
` [igt-dev] ✗ GitLab.Pipeline: warning "
` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/amdgpu: add amdgpu test suite (rev2)

[igt-dev] [PATCH i-g-t v6 00/15] PAT and cache coherency support
 2023-11-02 19:24 UTC  (18+ messages)
` [igt-dev] [PATCH i-g-t v6 01/15] drm-uapi/xe_drm: sync to get pat and coherency bits
` [igt-dev] [PATCH i-g-t v6 02/15] lib/igt_fb: mark buffers as SCANOUT
` [igt-dev] [PATCH i-g-t v6 03/15] lib/igt_draw: "
` [igt-dev] [PATCH i-g-t v6 04/15] lib/xe: support cpu_caching and coh_mod for gem_create
` [igt-dev] [PATCH i-g-t v6 05/15] tests/xe/mmap: add some tests for cpu_caching and coh_mode
` [igt-dev] [PATCH i-g-t v6 06/15] lib/intel_pat: add helpers for common pat_index modes
` [igt-dev] [PATCH i-g-t v6 07/15] lib/allocator: add get_offset_pat_index() helper
` [igt-dev] [PATCH i-g-t v6 08/15] lib/intel_blt: support pat_index
` [igt-dev] [PATCH i-g-t v6 09/15] lib/intel_buf: "
` [igt-dev] [PATCH i-g-t v6 10/15] lib/xe_ioctl: update vm_bind to account for pat_index
` [igt-dev] [PATCH i-g-t v6 11/15] lib/intel_allocator: treat default_alignment as the minimum
` [igt-dev] [PATCH i-g-t v6 12/15] lib/intel_blt: tidy up alignment usage
` [igt-dev] [PATCH i-g-t v6 13/15] lib/intel_batchbuffer: extend to include optional alignment
` [igt-dev] [PATCH i-g-t v6 14/15] tests/xe: add some vm_bind pat_index tests
` [igt-dev] [PATCH i-g-t v6 15/15] tests/intel-ci/xe: add pat and caching related tests
` [igt-dev] ✓ Fi.CI.BAT: success for PAT and cache coherency support (rev6)
` [igt-dev] ✗ CI.xeBAT: failure "

[igt-dev] [PATCH i-g-t 0/5] Fix a series of issues while handling testlist
 2023-11-02 14:57 UTC  (11+ messages)
` [igt-dev] [PATCH i-g-t 1/5] scripts/test_list.py: better parse list of tests
` [igt-dev] [PATCH i-g-t 2/5] scripts/test_list.py: speedup update testlist logic
` [igt-dev] [PATCH i-g-t 3/5] intel/*.json: better handle FULL testlist
` [igt-dev] [PATCH i-g-t 4/5] scripts/test_list.py: fix regex filtering logic
` [igt-dev] [PATCH i-g-t 5/5] scripts/test_list.py: use different types for include/exclude

[igt-dev] [i-g-t] lib/intel_aux_pgtable: Add XE support for pagetable mapping
 2023-11-02 11:51 UTC  (8+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ CI.xeBAT: failure "
` [igt-dev] ✓ CI.xeBAT: success for lib/intel_aux_pgtable: Add XE support for pagetable mapping (rev2)
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/intel_aux_pgtable: Add XE support for pagetable mapping
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/intel_aux_pgtable: Add XE support for pagetable mapping (rev2)

[igt-dev] [i-g-t] tests/intel/kms_ccs: Avoid i915 calls on XE device
 2023-11-02 11:45 UTC  (7+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
` [igt-dev] ✓ CI.xeBAT: success "
` [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_ccs: Avoid i915 calls on XE device (rev2)
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] tests/intel/xe_exec_store: Add cachelines and page-sized subtests
 2023-11-02 11:29 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✗ Fi.CI.BAT: failure "

[igt-dev] [PATCH] intel/intel_hwmon.c: Fix test documentation
 2023-11-02 11:05 UTC 

[igt-dev] [PATCH i-g-t v5 00/15] PAT and cache coherency support
 2023-11-02  9:53 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v5 11/15] lib/intel_allocator: treat default_alignment as the minimum

[igt-dev] [PATCH i-g-t v5] tests/kms_frontbuffer_tracking: Extend the test to enable FBC for each plane
 2023-11-02  6:33 UTC  (5+ messages)
` [igt-dev] ✓ CI.xeBAT: success for tests/kms_frontbuffer_tracking: Extend the test to enable FBC for each plane (rev7)
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH v3 1/7] build: check that outb is present in io.h
 2023-11-01  8:57 UTC  (18+ messages)
` [igt-dev] [PATCH v3 2/7] lib/igt_aux.h: Fix musl build
` [igt-dev] [PATCH v3 3/7] lib/igt_x86.c: Fix musl/uclibc build
` [igt-dev] [PATCH v3 4/7] lib/igt_halffloat.c: "
` [igt-dev] [PATCH v3 5/7] benchmarks/gem_exec_tracer.c: Fix musl build
` [igt-dev] [PATCH v3 6/7] lib: include limits.h to fix build with musl libc
` [igt-dev] [PATCH v3 7/7] tests: "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [v3,1/7] build: check that outb is present in io.h
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH 0/1] tests/intel/xe_vm: Add 'partial-unbinds' subtest
 2023-10-31 20:19 UTC  (5+ messages)
` [igt-dev] [PATCH 1/1] "
` [igt-dev] ✗ Fi.CI.BAT: failure for "
` [igt-dev] ✓ CI.xeBAT: success "

[igt-dev] [PATCH i-g-t] scripts/test_list.py: fix subtest regex match
 2023-10-31 19:16 UTC  (4+ messages)
` [igt-dev] ✗ CI.xeBAT: failure for "
` [igt-dev] ✗ Fi.CI.IGT: "

[igt-dev] [PATCH i-g-t] benchmarks/gem_wsim: introduce bb_size field
 2023-10-31 19:03 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for benchmarks/gem_wsim: introduce bb_size field (rev2)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t] intel/xe_test_config.json: add igt@intel_hwmon to testplan
 2023-10-31 17:36 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/7] extend kms_psr test to validate pr
 2023-10-31 12:23 UTC  (17+ messages)
` [igt-dev] [PATCH i-g-t 1/7] lib/igt_psr: added enum for panel replay
` [igt-dev] [PATCH i-g-t 2/7] lib/igt_psr: modified psr_sink_support for pr compatability
` [igt-dev] [PATCH i-g-t 3/7] lib/igt_psr: modified psr_active_check "
` [igt-dev] [PATCH i-g-t 4/7] lib/igt_psr: modified psr_set "
` [igt-dev] [PATCH i-g-t 5/7] lib/igt_psr: modified psr_get_mode "
` [igt-dev] [PATCH i-g-t 6/7] tests/intel/kms_psr: made test compaitable with pr
` [igt-dev] [PATCH i-g-t 7/7] HAX PATCH DO NOT MERGE
` [igt-dev] ✗ Fi.CI.BAT: failure for extend kms_psr test to validate pr (rev3)
` [igt-dev] ✗ CI.xeBAT: "

[igt-dev] [PATCH i-g-t 0/7] extend kms_psr test to validate pr
 2023-10-31  8:03 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 6/7] tests/intel/kms_psr: made test compaitable with pr

[igt-dev] [PATCH i-g-t v2 0/6] drm-uapi: sync with drm-next 52920704df87
 2023-10-31  4:46 UTC  (7+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for drm-uapi: sync with drm-next 52920704df87 (rev2)
` [igt-dev] ✓ Fi.CI.IGT: success "

[igt-dev] [PATCH v3 i-g-t] tests/amd_security: add secure write test for gfx
 2023-10-31  3:35 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for tests/amd_security: add secure write test for gfx (rev4)
` [igt-dev] ✗ Fi.CI.BAT: failure "


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