Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-04 20:15:59 to 2023-08-08 14:15:07 UTC [more...]

[Intel-xe] [PATCH 0/8] DRM scheduler changes for Xe
 2023-08-08 14:14 UTC  (10+ messages)
` [Intel-xe] [PATCH 4/8] drm/sched: Add generic scheduler message interface

[Intel-xe] [PATCH] drm/xe: Introduce xe_ASSERT macros
 2023-08-08 14:12 UTC  (11+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Introduce xe_ASSERT macros (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH v2] drm/xe/guc_submit: fixup deregister in job timeout
 2023-08-08 14:00 UTC  (13+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "

[Intel-xe] [PATCH v2 0/2] drm/xe/pmu: Enable PMU interface
 2023-08-08 13:45 UTC  (14+ messages)
` [Intel-xe] [PATCH v2 2/2] "

[Intel-xe] [PATCH v3 0/2] drm/xe/pmu: Enable PMU interface
 2023-08-08 12:51 UTC  (10+ messages)
` [Intel-xe] [PATCH v3 1/2] drm/xe: Get GT clock to nanosecs
` [Intel-xe] [PATCH v3 2/2] drm/xe/pmu: Enable PMU interface
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/pmu: Enable PMU interface (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH 1/9] drm/i915/display: add I915 conditional build to g4x_hdmi.h
 2023-08-08 12:07 UTC  (13+ messages)
` [Intel-xe] [PATCH 2/9] drm/i915/display: add I915 conditional build to intel_dvo.h
` [Intel-xe] [PATCH 3/9] drm/i915/display: add I915 conditional build to intel_sdvo.h
` [Intel-xe] [PATCH 4/9] drm/i915/display: add I915 conditional build to intel_tv.h
` [Intel-xe] [PATCH 5/9] drm/i915/display: add I915 conditional build to vlv_dsi_pll.h
` [Intel-xe] [PATCH 6/9] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 7/9] "
` [Intel-xe] [PATCH 8/9] "
` [Intel-xe] [PATCH 9/9] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/9] drm/i915/display: add I915 conditional build to g4x_hdmi.h
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✗ CI.Build: failure "

[Intel-xe] [PATCH] drm/xe: Invert mask and val in xe_mmio_wait32
 2023-08-08 12:01 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support
 2023-08-08 10:48 UTC  (2+ messages)

[Intel-xe] [PATCH 0/7] drm/xe: Code cleanup
 2023-08-08 10:47 UTC  (7+ messages)
` [Intel-xe] [PATCH 2/7] drm/xe: Cleanup OPEN_BRACE style issues

[Intel-xe] [PATCH] drm/xe: skip rebind_list if vma destroyed
 2023-08-08 10:26 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH v5 0/3] kunit: Expose some built-in features to modules
 2023-08-08  7:47 UTC  (9+ messages)
` [Intel-xe] [PATCH v5 1/3] kunit: Report the count of test suites in a module
` [Intel-xe] [PATCH v5 2/3] kunit: Make 'list' action available to kunit test modules
` [Intel-xe] [PATCH v5 3/3] kunit: Allow kunit test modules to use test filtering
` [Intel-xe] ✗ CI.Patch_applied: failure for kunit: Expose some built-in features to modules (rev5)

[Intel-xe] [PATCH] fixup! drm/i915/display: Remaining changes to make xe compile
 2023-08-08  7:46 UTC  (3+ messages)

[Intel-xe] [PATCH 00/10] Add OA functionality to Xe
 2023-08-08  6:10 UTC  (26+ messages)
` [Intel-xe] [PATCH 01/10] drm/xe/oa: Introduce OA uapi
` [Intel-xe] [PATCH 02/10] drm/xe/oa: Add OA types
` [Intel-xe] [PATCH 03/10] drm/xe/oa: Add registers and GPU commands used by OA
` [Intel-xe] [PATCH 04/10] drm/xe/oa: Module init/exit and probe/remove
` [Intel-xe] [PATCH 05/10] drm/xe/oa: Add/remove config ioctl's
` [Intel-xe] [PATCH 06/10] drm/xe/oa: Start implementing OA stream open ioctl
` [Intel-xe] [PATCH 07/10] drm/xe/oa: OA stream initialization
` [Intel-xe] [PATCH 08/10] drm/xe/oa: Expose OA stream fd
` [Intel-xe] [PATCH 09/10] drm/xe/oa: Read file_operation
` [Intel-xe] [PATCH 10/10] drm/xe/oa: Implement queries
` [Intel-xe] ✓ CI.Patch_applied: success for Add OA functionality to Xe (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "
` [Intel-xe] ✓ CI.Patch_applied: success for Add OA functionality to Xe (rev4)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH 1/3] drm/xe: Move the memory region struct out xe_tile
 2023-08-08  4:54 UTC  (10+ messages)
` [Intel-xe] [PATCH 1/2] "
` [Intel-xe] [PATCH 2/2] drm/xe: Improve vram info debug printing
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Move the memory region struct out xe_tile
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH 1/3] drm/xe: Move the memory region struct out xe_tile
 2023-08-08  3:38 UTC  (10+ messages)
` [Intel-xe] [PATCH 1/2] "
` [Intel-xe] [PATCH 2/2] drm/xe: Improve vram info debug printing
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Move the memory region struct out xe_tile
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH v2 0/3] drm/xe: clean up kernel submissions
 2023-08-08  0:21 UTC  (11+ messages)
` [Intel-xe] [PATCH v2 1/3] drm/xe: fix submissions without vm
` [Intel-xe] [PATCH v2 2/3] drm/xe: split kernel vs permanent engine flags
` [Intel-xe] [PATCH v2 3/3] drm/xe: standardize vm-less kernel submissions
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: clean up kernel submissions (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH v2 1/2] drm/xe/guc_submit: prevent repeated unregister
 2023-08-07 22:18 UTC  (7+ messages)
` [Intel-xe] [PATCH v2 2/2] drm/xe/guc_submit: fixup deregister in job timeout

[Intel-xe] [PATCH igt] tests/xe_debugfs: Skip test for tile count
 2023-08-07 22:14 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe/vm: uncombine the combined_links.destroy
 2023-08-07 18:29 UTC  (15+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH 0/2] Update ARL-S device IDs
 2023-08-07  6:58 UTC  (13+ messages)
` [Intel-xe] [PATCH 1/2] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
` [Intel-xe] [PATCH 2/2] drm/xe: Update ARL-S DevIDs to the latest BSpec
` [Intel-xe] ✓ CI.Patch_applied: success for Update ARL-S device IDs
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH 0/3] Port CPU-GPU timestamp correlation to XE KMD
 2023-08-05  6:54 UTC  (12+ messages)
` [Intel-xe] [PATCH 1/3] drm/xe: Fix array bounds check for queries
` [Intel-xe] [PATCH 2/3] drm/xe: Set the correct type for xe_to_user_engine_class
` [Intel-xe] [PATCH 3/3] drm/xe: Correlate engine and cpu timestamps with better accuracy
` [Intel-xe] ✓ CI.Patch_applied: success for Port CPU-GPU timestamp correlation to XE KMD
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "

[Intel-xe] [PATCH v4 0/3] kunit: Expose some built-in features to modules
 2023-08-05  1:05 UTC  (6+ messages)
` [Intel-xe] [PATCH v4 1/3] kunit: Report the count of test suites in a module
` [Intel-xe] [PATCH v4 2/3] kunit: Make 'list' action available to kunit test modules
` [Intel-xe] [PATCH v4 3/3] kunit: Allow kunit test modules to use test filtering
` [Intel-xe] ✗ CI.Patch_applied: failure for kunit: Expose some built-in features to modules (rev4)

[Intel-xe] [PATCH i-g-t] tests/xe/xe_query: Add a test for querying cs cycles
 2023-08-04 23:19 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for tests/xe/xe_query: Add a test for querying cs cycles (rev2)

[Intel-xe] [PATCH] tests/xe/xe_query: Add a test for querying cs cycles
 2023-08-04 21:54 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[Intel-xe] [PATCH v5] Documentation/gpu: Add a VM_BIND async draft document
 2023-08-04 21:30 UTC  (4+ messages)

[Intel-xe] [PATCH] drm/xe: Implement HW workaround 14016763929
 2023-08-04 21:18 UTC  (10+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Implement HW workaround 14016763929 (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH] drm/xe: Call __guc_engine_fini_async direct for KERNEL engines
 2023-08-04 20:51 UTC  (2+ messages)

[Intel-xe] [RFC] drm/xe: Introduce xe_ASSERT macros
 2023-08-04 20:47 UTC  (5+ messages)

[Intel-xe] [PATCH] drm/xe: Set max pte size when skipping rebinds
 2023-08-04 20:45 UTC  (2+ messages)

[Intel-xe] [RFC PATCH] Documentation/gpu: Draft VM_BIND locking document
 2023-08-04 20:15 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