Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-08 11:19:14 to 2023-11-09 15:56:06 UTC [more...]

[igt-dev] [PATCH v3 00/57] uAPI Alignment - take 2
 2023-11-09 15:54 UTC  (48+ messages)
` [igt-dev] [PATCH v3 01/57] drm-uapi/xe: Add check for access counter granularity
` [igt-dev] [PATCH v3 02/57] drm-uapi/xe: Add documentation for query
` [igt-dev] [PATCH v3 03/57] drm-uapi/xe: Extend drm_xe_vm_bind_op
` [igt-dev] [PATCH v3 04/57] drm-uapi/xe: Add uAPI to query micro-controler firmware version
` [igt-dev] [PATCH v3 05/57] drm-uapi/xe: Document DRM_XE_DEVICE_QUERY_HWCONFIG
` [igt-dev] [PATCH v3 06/57] drm-uapi/xe: Extend uAPI to query HuC micro-controler firmware version
` [igt-dev] [PATCH v3 07/57] drm-uapi/xe: Remove useless XE_QUERY_CONFIG_NUM_PARAM
` [igt-dev] [PATCH v3 08/57] drm-uapi/xe: Add missing DRM_ prefix in uAPI constants
` [igt-dev] [PATCH v3 09/57] drm-uapi/xe: Add _FLAG to uAPI constants usable for flags
` [igt-dev] [PATCH v3 10/57] drm-uapi/xe: Make constant comments visible in kernel doc
` [igt-dev] [PATCH v3 11/57] drm-uapi/xe: Change rsvd to pad in struct drm_xe_class_instance
` [igt-dev] [PATCH v3 12/57] drm-uapi/xe: Remove GT_TYPE_REMOTE
` [igt-dev] [PATCH v3 13/57] drm-uapi/xe: Kill VM_MADVISE IOCTL and the atomic tests
` [igt-dev] [PATCH v3 14/57] drm/xe_query: Remove backward compatibility of vram_visible_size
` [igt-dev] [PATCH v3 15/57] xe_ioctl: Converge bo_create to the most used version
` [igt-dev] [PATCH v3 16/57] xe_ioctl: Rename *xe_bo_create_flags to simply xe_bo_create
` [igt-dev] [PATCH v3 17/57] xe_query: Add missing include
` [igt-dev] [PATCH v3 18/57] xe_query: Kill visible_vram_if_possible
` [igt-dev] [PATCH v3 19/57] drm-uapi/xe: Separate bo_create placement from flags
` [igt-dev] [PATCH v3 20/57] drm-uapi/xe: Remove unused inaccessible memory region
` [igt-dev] [PATCH v3 21/57] drm-uapi/xe: Remove unused QUERY_CONFIG_MEM_REGION_COUNT
` [igt-dev] [PATCH v3 22/57] drm-uapi/xe: Remove unused QUERY_CONFIG_GT_COUNT
` [igt-dev] [PATCH v3 23/57] drm-uapi/xe: Rename *_mem_regions mask
` [igt-dev] [PATCH v3 24/57] drm-uapi/xe: Rename query's mem_usage to mem_regions
` [igt-dev] [PATCH v3 25/57] xe: s/hw_engine/engine
` [igt-dev] [PATCH v3 26/57] drm-uapi/xe: Align with drm_xe_query_engine_info
` [igt-dev] [PATCH v3 27/57] drm-uapi/xe: Replace BO with GEM in documentation
` [igt-dev] [PATCH v3 28/57] drm-uapi/xe: Drop interrupt pmu event
` [igt-dev] [PATCH v3 29/57] drm-uapi/xe: Reject bo creation of unaligned size
` [igt-dev] [PATCH v3 30/57] lib: Fix 'otherwise' typos
` [igt-dev] [PATCH v3 31/57] xe: Rename 'hwe' to 'eci'
` [igt-dev] [PATCH v3 32/57] drm-uapi/xe: Split xe_sync types from flags
` [igt-dev] [PATCH v3 33/57] drm-uapi/xe: s/FLAGS_HAS_VRAM/FLAG_HAS_VRAM
` [igt-dev] [PATCH v3 34/57] drm-uapi/xe: Differentiate WAIT_OP from WAIT_MASK
` [igt-dev] [PATCH v3 35/57] drm-uapi/xe: Align with xe_exec ioctl reorder
` [igt-dev] [PATCH v3 36/57] xe: Build all_memory_regions_mask out of memory_regions query info
` [igt-dev] [PATCH v3 37/57] xe: Be more specific on the VRAM selection
` [igt-dev] [PATCH v3 38/57] xe: Do not stash vram_size
` [igt-dev] [PATCH v3 39/57] xe: Also be specific on VRAM selection when inspecting its sizes
` [igt-dev] [PATCH v3 40/57] lib/xe: Get current available size and sync with the 'any gt'
` [igt-dev] [PATCH v3 41/57] tests/intel/xe_query: Fix test_query_engines
` [igt-dev] [PATCH v3 42/57] drm-uapi/xe: Move memory_region masks from GT to engine
` [igt-dev] [PATCH v3 43/57] xe: Get near_mem_region directly from engine_info
` [igt-dev] [PATCH v3 44/57] drm-uapi/xe: Document the memory_region bitmask
` [igt-dev] [PATCH v3 45/57] drm-uapi/xe: Be more specific about vm_bind prefetch region
` [igt-dev] [PATCH v3 46/57] drm-uapi/xe: Convert tile_mask to a pt_placement_hint
` [igt-dev] [PATCH v3 47/57] drm-uapi/xe: Exec queue documentation and variable renaming

[igt-dev] [PATCH 0/2 i-g-t] Tests for engine set property
 2023-11-09 15:13 UTC  (3+ messages)
` [igt-dev] [PATCH 1/2 i-g-t] tests/intel/xe_engine_property: Add engine set property tests
` [igt-dev] [PATCH 2/2 i-g-t] tests/intel/xe_engine_property: Add scheduler engine set property

[igt-dev] [i-g-t] tests/kms_vrr: Clear VRR before exit
 2023-11-09 14:38 UTC 

[igt-dev] [v2 0/5] Add multi-gt support for RC6 residency test
 2023-11-09 14:14 UTC  (8+ messages)
` [igt-dev] [v2 1/5] tests/intel: Add multi-gt support for rc6-idle test
` [igt-dev] [v2 2/5] tests/intel: Add multi-gt support for rc6-fence test
` [igt-dev] [v2 3/5] tests/intel: Add multi-gt support for rc6-accuracy test
` [igt-dev] [v2 4/5] tests/intel: Print drpc info for rc6_residency test
` [igt-dev] [v2 5/5] HAX: Add rc6 residency to fast-feedback.testlist
` [igt-dev] ✓ CI.xeBAT: success for Add multi-gt support for RC6 residency test (rev5)
` [igt-dev] ✗ Fi.CI.BAT: failure "

[igt-dev] [PATCH i-g-t v3] lib/igt_kms: Fix memory corruption
 2023-11-09 13:52 UTC  (6+ messages)

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

[igt-dev] [PATCH i-g-t 3/3] lib/amdgpu:fix the error when skip hotplug test
 2023-11-09 12:30 UTC  (2+ messages)

[igt-dev] [PATCH V4 i-g-t 2/3] lib/amdgpu: add apu check for pciplug test
 2023-11-09 12:26 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/3] lib/amdgpu: fix code sytle issue
 2023-11-09 12:14 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/8] Initial SR-IOV validation
 2023-11-09 12:03 UTC  (13+ messages)
` [igt-dev] [PATCH i-g-t 1/8] lib/igt_sriov_device: add core SR-IOV helpers
` [igt-dev] [PATCH i-g-t 2/8] lib/igt_sriov_device: add helper for opening VF device
` [igt-dev] [PATCH i-g-t 3/8] lib/igt_sriov_device: add helper for checking if VF DRM driver is probed
` [igt-dev] [PATCH i-g-t 4/8] lib/igt_sriov_device: add helpers for operations in different VFs scenarios
` [igt-dev] [PATCH i-g-t 5/8] tests/sriov_basic: add basic tests for enabling SR-IOV VFs
` [igt-dev] [PATCH i-g-t 6/8] lib/igt_sriov_device: add helpers for VF DRM driver bind and unbind
` [igt-dev] [PATCH i-g-t 7/8] tests/sriov_basic: validate driver binding to VFs
` [igt-dev] [PATCH i-g-t 8/8] tests/sriov_basic: add more tests for VF driver binding
` [igt-dev] ✓ CI.xeBAT: success for Initial SR-IOV validation (rev2)
` [igt-dev] ✓ Fi.CI.BAT: "

[igt-dev] [PATCH] tests/intel/xe_engine_property: Add engine set property tests
 2023-11-09 11:37 UTC  (4+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✓ Fi.CI.BAT: "

[igt-dev] [PATCH 1/2] include/drm-uapi/amdgpu_drm.h: update amdgpu_drm.h
 2023-11-09 11:13 UTC  (5+ messages)
` [igt-dev] [PATCH 2/2] tests/amdgpu: add VPE tests
` [igt-dev] ✗ Fi.CI.BUILD: failure for series starting with [1/2] include/drm-uapi/amdgpu_drm.h: update amdgpu_drm.h

[igt-dev] [PATCH i-g-t 0/3] Add wait fence Negative tests
 2023-11-09 11:12 UTC  (10+ messages)
` [igt-dev] [PATCH i-g-t 1/3] tests/intel/xe_waitfence: Add invalid-flag subtest
` [igt-dev] [PATCH i-g-t 2/3] tests/intel/xe_waitfence: Add invalid-ops subtest
` [igt-dev] [PATCH i-g-t 3/3] tests/intel/xe_waitfence: Add invalid-engine subtest
` [igt-dev] ✓ CI.xeBAT: success for Add wait fence Negative tests (rev2)
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[igt-dev] [PATCH i-g-t v2 0/3] drmtest changes for filtering GPUs on multi-gpu
 2023-11-09 11:03 UTC  (9+ 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.IGT: failure for drmtest changes for filtering GPUs on multi-gpu (rev2)

[igt-dev] [PATCH 0/4] [TEST] Testing rc6 residency with multi-gt
 2023-11-09 10:26 UTC  (7+ messages)
` [igt-dev] [PATCH 1/4] tests/intel: Add multi-gt support for rc6-idle test
` [igt-dev] [PATCH 2/4] tests/intel: Add multi-gt support for rc6-fence test
` [igt-dev] [PATCH 3/4] tests/intel: Add multi-gt support for rc6-accuracy test
` [igt-dev] [PATCH 4/4] HAX: Add rc6 residency test to fast feedback testlist
` [igt-dev] ✗ CI.xeBAT: failure for Testing rc6 residency with multi-gt
` [igt-dev] ✓ Fi.CI.BAT: success "

[igt-dev] [PATCH 0/5] Add multi-gt support for RC6 residency test
 2023-11-09 10:24 UTC  (11+ messages)
` [igt-dev] [PATCH 1/5] tests/intel: Add multi-gt support for rc6-idle test
` [igt-dev] [PATCH 2/5] tests/intel: Add multi-gt support for rc6-fence test
` [igt-dev] [PATCH 3/5] tests/intel: Add multi-gt support for rc6-accuracy test
` [igt-dev] [PATCH 4/5] tests/intel: Print drpc info for rc6_residency test
` [igt-dev] [PATCH 5/5] HAX: Add rc6 residency to fast-feedback.testlist
` [igt-dev] ✗ CI.xeBAT: failure for Add multi-gt support for RC6 residency test (rev2)
` [igt-dev] ✗ Fi.CI.BAT: "
` [igt-dev] ✓ CI.xeBAT: success for Add multi-gt support for RC6 residency test (rev3)
` [igt-dev] ✗ Fi.CI.BAT: failure "

[igt-dev] [PATCH i-g-t] tests/intel/xe_vm: Correct stride to avoid address range collision
 2023-11-09  9:04 UTC  (4+ messages)
` [igt-dev] ✓ CI.xeBAT: success for tests/intel/xe_vm: Correct stride to avoid address range collision (rev2)
` [igt-dev] ✓ Fi.CI.BAT: "

[igt-dev] [PATCH i-g-t] tests/intel/xe_vm: Correct stride to avoid address range collision
 2023-11-09  8:15 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/7] extend kms_psr test to validate pr
 2023-11-09  7:18 UTC  (10+ 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] ✗ CI.xeBAT: failure for extend kms_psr test to validate pr (rev5)
` [igt-dev] ✗ Fi.CI.BAT: "

[igt-dev] [PATCH i-g-t 0/8] Initial SR-IOV validation
 2023-11-09  7:06 UTC  (13+ messages)
` [igt-dev] [PATCH i-g-t 1/8] lib/igt_sriov_device: add core SR-IOV helpers
` [igt-dev] [PATCH i-g-t 4/8] lib/igt_sriov_device: add helpers for operations in different VFs scenarios
` [igt-dev] [PATCH i-g-t 5/8] tests/sriov_basic: add basic tests for enabling SR-IOV VFs
` [igt-dev] [PATCH i-g-t 7/8] tests/sriov_basic: validate driver binding to VFs

[igt-dev] [PATCH i-g-t v1 0/5] drm-uapi: sync with drm-next f2cab4b318ee
 2023-11-09  6:36 UTC  (10+ messages)
` [igt-dev] [PATCH i-g-t v1 1/5] include/drm-uapi: sync core headers with drm-next
` [igt-dev] [PATCH i-g-t v1 3/5] drm-uapi/i915: sync "
` [igt-dev] [PATCH i-g-t v1 4/5] drm-uapi/nouveau: "
` [igt-dev] [PATCH i-g-t v1 5/5] drm-uapi/virtgpu: "

[igt-dev] [PATCH 0/4] Add multi-gt support for RC6 residency test
 2023-11-09  6:00 UTC  (7+ messages)
` [igt-dev] [PATCH 1/4] tests/intel: Add multi-gt support for rc6-idle test
` [igt-dev] [PATCH 2/4] tests/intel: Add multi-gt support for rc6-fence test
` [igt-dev] [PATCH 3/4] tests/intel: Add multi-gt support for rc6-accuracy test
` [igt-dev] [PATCH 4/4] tests/intel: Print drpc info for rc6_residency test
` [igt-dev] ✓ CI.xeBAT: success for Add multi-gt support for RC6 residency test
` [igt-dev] ✓ Fi.CI.BAT: "

[igt-dev] [PATCH] tests/intel: Add multi gt support for rc6_residency test
 2023-11-09  5:04 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t 0/7] extend kms_psr test to validate pr
 2023-11-09  4:25 UTC  (10+ 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] ✗ CI.xeBAT: failure for extend kms_psr test to validate pr (rev4)
` [igt-dev] ✗ Fi.CI.BAT: "

[igt-dev] [RFC PATCH v3 00/12] IGT tests for the KMS Color Pipeline API
 2023-11-08 18:40 UTC  (16+ messages)
` [igt-dev] [RFC PATCH v3 01/12] lib/drmtest: Add is_vkms_device()
` [igt-dev] [RFC PATCH v3 02/12] lib/igt_kms: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [igt-dev] [RFC PATCH v3 03/12] include/drm-uapi: Add COLOROP object
` [igt-dev] [RFC PATCH v3 04/12] lib/igt_kms: Introduce drm_colorop and COLOR_PIPELINE
` [igt-dev] [RFC PATCH v3 05/12] tests/kms_properties: Add colorop properties test
` [igt-dev] [RFC PATCH v3 06/12] igt/color: Add SW color transform functionality
` [igt-dev] [RFC PATCH v3 07/12] lib/igt_fb: Add copy_fb function
` [igt-dev] [RFC PATCH v3 08/12] tests/kms_colorop: Add kms_colorop tests
` [igt-dev] [RFC PATCH v3 09/12] drm-uapi: Add 3x4 CTM
` [igt-dev] [RFC PATCH v3 10/12] lib/igt_kms: Add support for DATA colorop property
` [igt-dev] [RFC PATCH v3 11/12] lib/igt_color: Add support for 3x4 matrices
` [igt-dev] [RFC PATCH v3 12/12] tests/kms_colorop: Add 3x4 CTM tests
` [igt-dev] ✗ GitLab.Pipeline: warning for IGT tests for the KMS Color Pipeline API (rev3)
` [igt-dev] ✗ Fi.CI.BAT: failure "
` [igt-dev] ✓ CI.xeBAT: success "

[igt-dev] [PATCH V3 i-g-t 2/2] test/amdgpu: add apu check for pciplug test
 2023-11-08 15:04 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/2] This patch series enables the compression feature for XE2 Lunarlake
 2023-11-08 19:57 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/2] XE2: LNL: adding Blt command support for Lunarlake
` [igt-dev] [PATCH i-g-t 2/2] XE2: xe_ccs IGT changes to enable xe2 igfx compression


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