Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-01 23:55:36 to 2023-11-03 17:03:35 UTC [more...]

[igt-dev] [PATCH i-g-t v2 0/3] drmtest changes for filtering GPUs on multi-gpu
 2023-11-03 17:03 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v2 1/3] lib/igt_device_scan: add multigpu filtering view
` [igt-dev] [PATCH i-g-t v2 2/3] lib/drmtest: add multi-GPU helpers for filtered devices
` [igt-dev] [PATCH i-g-t v2 3/3] tests/intel/xe_create: add multi-GPU basic test
` [igt-dev] ✓ Fi.CI.BAT: success for drmtest changes for filtering GPUs on multi-gpu (rev2)

[igt-dev] [PATCH i-g-t v6 00/15] PAT and cache coherency support
 2023-11-03 16:28 UTC  (19+ 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] ✗ Fi.CI.IGT: "

[igt-dev] [PATCH v2 00/64] uAPI Alignment - take 2
 2023-11-03 16:25 UTC  (67+ 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] [PATCH v2 22/64] drm-uapi/xe: Rename *_mem_regions mask
` [igt-dev] [PATCH v2 23/64] drm-uapi/xe: Rename query's mem_usage to mem_regions
` [igt-dev] [PATCH v2 24/64] xe: s/hw_engine/engine
` [igt-dev] [PATCH v2 25/64] drm-uapi/xe: Align with drm_xe_query_engine_info
` [igt-dev] [PATCH v2 26/64] drm-uapi/xe: Replace BO with GEM in documentation
` [igt-dev] [PATCH v2 27/64] drm-uapi/xe: Drop interrupt pmu event
` [igt-dev] [PATCH v2 28/64] drm-uapi/xe: Reject bo creation of unaligned size
` [igt-dev] [PATCH v2 29/64] fixup! "
` [igt-dev] [PATCH v2 30/64] fixup! xe: s/hw_engine/engine
` [igt-dev] [PATCH v2 31/64] fixup! drm-uapi/xe: Align with drm_xe_query_engine_info
` [igt-dev] [PATCH v2 32/64] "
` [igt-dev] [PATCH v2 33/64] lib: Fix 'otherwise' typos
` [igt-dev] [PATCH v2 34/64] xe: Rename 'hwe' to 'eci'
` [igt-dev] [PATCH v2 35/64] drm-uapi/xe: Split xe_sync types from flags
` [igt-dev] [PATCH v2 36/64] drm-uapi/xe: s/FLAGS_HAS_VRAM/FLAG_HAS_VRAM
` [igt-dev] [PATCH v2 37/64] drm-uapi/xe: Differentiate WAIT_OP from WAIT_MASK
` [igt-dev] [PATCH v2 38/64] drm-uapi/xe: Align with xe_exec ioctl reorder
` [igt-dev] [PATCH v2 39/64] fixup! drm-uapi/xe: Split xe_sync types from flags
` [igt-dev] [PATCH v2 40/64] xe: Build all_memory_regions_mask out of memory_regions query info
` [igt-dev] [PATCH v2 41/64] xe: Be more specific on the VRAM selection
` [igt-dev] [PATCH v2 42/64] xe: Do not stash vram_size
` [igt-dev] [PATCH v2 43/64] xe: Also be specific on VRAM selection when inspecting its sizes
` [igt-dev] [PATCH v2 44/64] lib/xe: Get current available size and sync with the 'any gt'
` [igt-dev] [PATCH v2 45/64] tests/intel/xe_query: Fix test_query_engines
` [igt-dev] [PATCH v2 46/64] drm-uapi/xe: Move memory_region masks from GT to engine
` [igt-dev] [PATCH v2 47/64] xe: Get near_mem_region directly from engine_info
` [igt-dev] [PATCH v2 48/64] drm-uapi/xe: Document the memory_region bitmask
` [igt-dev] [PATCH v2 49/64] drm-uapi/xe: Be more specific about vm_bind prefetch region
` [igt-dev] [PATCH v2 50/64] drm-uapi/xe: Convert tile_mask to a pt_placement_hint
` [igt-dev] [PATCH v2 51/64] drm-uapi/xe: Rename couple exec_queue items
` [igt-dev] [PATCH v2 52/64] drm-uapi/xe: Refactor engine information
` [igt-dev] [PATCH v2 53/64] drm-uapi/xe: Crystal Reference Clock updates
` [igt-dev] [PATCH v2 54/64] drm-uapi/xe: Add Tile ID information to the GT info query
` [igt-dev] [PATCH v2 55/64] fixup! drm-uapi/xe: Remove unused QUERY_CONFIG_MEM_REGION_COUNT
` [igt-dev] [PATCH v2 56/64] lib/xe/xe_query: Fix improper handling of GT vs Tile
` [igt-dev] [PATCH v2 57/64] squash! drm-uapi/xe: Rename couple exec_queue items
` [igt-dev] [PATCH v2 58/64] fixup! drm-uapi/xe: Align with drm_xe_query_engine_info
` [igt-dev] [PATCH v2 59/64] drm-uapi/xe: Remove bogus engine list from the wait_user_fence IOCTL
` [igt-dev] [PATCH v2 60/64] drm-uapi/xe: Align on a common way to return arrays (memory regions)
` [igt-dev] [PATCH v2 61/64] drm-uapi/xe: Align on a common way to return arrays (gt)
` [igt-dev] [PATCH v2 62/64] drm-uapi/xe: Align on a common way to return arrays (engines)
` [igt-dev] [PATCH v2 63/64] drm-uapi/xe: Add block diagram of a device
` [igt-dev] [PATCH v2 64/64] drm-uapi/xe: Add examples of user space code
` [igt-dev] ✗ Fi.CI.BUILD: failure for uAPI Alignment - take 2
` [igt-dev] ✗ GitLab.Pipeline: warning "

[igt-dev] [PATCH] XE2: lib/gpgpu_fill: Port gpgpu_fillfunc
 2023-11-03 16:15 UTC  (6+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

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

[igt-dev] [PATCH i-g-t v6] tests/kms_frontbuffer_tracking: Extend the test to enable FBC for each plane
 2023-11-03 15:41 UTC  (4+ 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] [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 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  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel/kms_pm_lpsp: Fix test constraint for bigjoiner (rev2)

[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] 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 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  (3+ messages)
` [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  (2+ messages)

[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  (2+ messages)


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