Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-07 12:09:53 to 2024-06-09 19:51:14 UTC [more...]

[CI 00/11] Xe + TTM bo shrinker
 2024-06-09 19:51 UTC  (18+ messages)
` [CI 01/11] drm/ttm: Allow TTM LRU list nodes of different types
` [CI 02/11] drm/ttm: Slightly clean up LRU list iteration
` [CI 03/11] drm/ttm: Use LRU hitches
` [CI 04/11] drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
` [CI 05/11] drm/ttm: Provide a generic LRU walker helper
` [CI 06/11] drm/ttm: Use the LRU walker helper for swapping
` [CI 07/11] drm/ttm: Use the LRU walker for eviction
` [CI 08/11] drm/ttm: Add a virtual base class for graphics memory backup
` [CI 09/11] drm/ttm/pool: Provide a helper to shrink pages
` [CI 10/11] drm/ttm: Use fault-injection to test error paths
` [CI 11/11] drm/ttm, drm/xe: Add a shrinker for xe bos
` ✓ CI.Patch_applied: success for Xe + TTM bo shrinker (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[PATCH 0/3] Few GuC PC improvements
 2024-06-09 19:23 UTC  (13+ messages)
` [PATCH 1/3] drm/xe/guc: Move H2G SETUP_PC_GUCRC definition to SLPC ABI
` [PATCH 2/3] drm/xe/guc: Add pc_to_ct() helper
` [PATCH 3/3] drm/xe/guc: Prefer GT oriented messages in xe_guc_pc
` ✓ CI.Patch_applied: success for Few GuC PC improvements
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v4 1/2] devcoredump: Add dev_coredumpm_timeout()
 2024-06-09  4:53 UTC  (13+ messages)
` [PATCH v4 2/2] drm/xe: Increase devcoredump timeout
` ✓ CI.Patch_applied: success for series starting with [v4,1/2] devcoredump: Add dev_coredumpm_timeout()
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v3 0/6] Only timeout jobs if they run longer than timeout period
 2024-06-08 16:55 UTC  (17+ messages)
` [PATCH v3 1/6] drm/xe: Add LRC ctx timestamp support functions
` [PATCH v3 2/6] drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
` [PATCH v3 3/6] drm/xe: Emit ctx timestamp copy in ring ops
` [PATCH v3 4/6] drm/xe: Add ctx timestamp to LRC snapshot
` [PATCH v3 5/6] drm/xe: Add xe_gt_clock_interval_to_ms helper
` [PATCH v3 6/6] drm/xe: Sample ctx timestamp to determine if jobs have timed out
` ✓ CI.Patch_applied: success for Only timeout jobs if they run longer than timeout period
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[drm-xe:drm-xe-next] BUILD SUCCESS 4468d0488ecb91639f12659f8a025139120a431b
 2024-06-08 16:48 UTC 

[PATCH] drm/xe/pf: Assert LMEM provisioning is done only on DGFX
 2024-06-08 16:14 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[bug report] drm/xe/bo: Simplify xe_bo_lock()
 2024-06-08 14:24 UTC 

[bug report] drm/xe: Introduce a new DRM driver for Intel GPUs
 2024-06-08 14:23 UTC 

[bug report] drm/xe: Perform dma_map when moving system buffer objects to TT
 2024-06-08 14:21 UTC 

[PATCH v16 00/17] Add OA functionality to Xe
 2024-06-08 13:22 UTC  (32+ messages)
` [PATCH 01/17] drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream types
` [PATCH 02/17] drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
` [PATCH 03/17] drm/xe/oa/uapi: Add OA data formats
` [PATCH 04/17] drm/xe/oa/uapi: Initialize OA units
` [PATCH 05/17] drm/xe/oa/uapi: Add/remove OA config perf ops
` [PATCH 06/17] drm/xe/oa/uapi: Define and parse OA stream properties
` [PATCH 07/17] drm/xe/oa: OA stream initialization (OAG)
` [PATCH 08/17] drm/xe/oa/uapi: Expose OA stream fd
` [PATCH 09/17] drm/xe/oa/uapi: Read file_operation
` [PATCH 10/17] drm/xe/oa: Add OAR support
` [PATCH 11/17] drm/xe/oa: Add OAC support
` [PATCH 12/17] drm/xe/oa/uapi: Query OA unit properties
` [PATCH 13/17] drm/xe/oa/uapi: OA buffer mmap
` [PATCH 14/17] drm/xe/oa: Add MMIO trigger support
` [PATCH 15/17] drm/xe/oa: Override GuC RC with OA on PVC
` [PATCH 16/17] drm/xe/oa: Changes to OA_TAKEN
` [PATCH 17/17] drm/xe/oa: Enable Xe2+ overrun mode
` ✓ CI.Patch_applied: success for Add OA functionality to Xe (rev16)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v6 0/6] Tracing cleanup and add mmio tracing
 2024-06-08  6:44 UTC  (15+ messages)
` [PATCH v6 1/6] drm/xe/trace: Extract bo, vm, vma traces
` [PATCH v6 2/6] drm/xe/trace: Extract guc related traces
` [PATCH v6 3/6] drm/xe/trace: Print device_id in xe_trace_bo events
` [PATCH v6 4/6] drm/xe/trace: Print device_id in xe_trace_guc events
` [PATCH v6 5/6] drm/xe/trace: Print device_id in xe_trace events
` [PATCH v6 6/6] drm/xe: Add reg read/write trace
` ✓ CI.Patch_applied: success for Tracing cleanup and add mmio tracing (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH] drm/xe: Introduce xe_gt_dbg_printer()
 2024-06-08  4:38 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v2 0/2] Job cancel tests
 2024-06-08  0:16 UTC  (4+ messages)
` [PATCH v2 1/2] xe_exec_reset: Add job "
` [PATCH v2 2/2] xe_exec_reset: Add timeslice preempt test
` ✗ CI.Patch_applied: failure for Job cancel tests

[PATCH v2 0/6] Only timeout jobs if they run longer than timeout period
 2024-06-07 23:27 UTC  (8+ messages)
` [PATCH v2 1/6] drm/xe: Add LRC ctx timestamp support functions
` [PATCH v2 2/6] drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
` [PATCH v2 3/6] drm/xe: Emit ctx timestamp copy in ring ops
` [PATCH v2 4/6] drm/xe: Add ctx timestamp to LRC snapshot
` [PATCH v2 5/6] drm/xe: Add xe_gt_clock_interval_to_ms helper
` [PATCH v2 6/6] drm/xe: Sample ctx timestamp to determine if jobs have timed out
` ✗ CI.Patch_applied: failure for Only timeout jobs if they run longer than timeout period (rev2)

[CI] drm/xe: Cleanup force wake registers bit definitions
 2024-06-07 23:20 UTC  (12+ messages)
` ✗ CI.FULL: failure for "
` ✓ CI.Patch_applied: success for drm/xe: Cleanup force wake registers bit definitions (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] xe_exec_reset: Add job cancel tests
 2024-06-07 23:17 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[CI 1/2] drm/xe: Ensure caller uses sole domain for xe_force_wake_assert_held
 2024-06-07 22:18 UTC  (10+ messages)
` [CI 2/2] drm/xe: Check valid domain is passed in xe_force_wake_ref
` ✓ CI.Patch_applied: success for series starting with [CI,1/2] drm/xe: Ensure caller uses sole domain for xe_force_wake_assert_held
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 0/1] Xe OA Consolidated Diffs
 2024-06-07 21:33 UTC  (3+ messages)
` [PATCH 1/1] drm/xe/oa: Combined diff of changes between v15 and v16
` ✗ CI.Patch_applied: failure for Xe OA Consolidated Diffs

[drm-xe:drm-xe-fixes] BUILD SUCCESS a9f9b30e1748252d158f78a0c0affdc949671dd1
 2024-06-07 20:47 UTC 

[PATCH v2 0/2] Allow CTB G2H processing without G2H IRQ
 2024-06-07 20:18 UTC  (2+ messages)

[PATCH V2] drm/xe/xe2lpm: Fixup Wa_14020756599
 2024-06-07 20:13 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/xe2lpm: Fixup Wa_14020756599 (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[v2 00/31] Basic system allocator support in xe driver
 2024-06-07 18:23 UTC  (13+ messages)
` [v2 28/31] drm/xe/svm: Introduce helper to migrate vma to vram
` [v2 31/31] drm/xe/svm: Migration from sram to vram for system allocator

[PATCH v2 0/1] drm/xe/hwmon: Remove xe_hwmon_process_reg
 2024-06-07 17:45 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] drm/i915 & drm/xe: drop ACPI_BUTTON
 2024-06-07 17:30 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH] drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
 2024-06-07 16:18 UTC  (6+ messages)

[RFC PATCH 0/5] Only timeout jobs if they run longer than timeout period
 2024-06-07 15:27 UTC  (8+ messages)
` [RFC PATCH 1/5] drm/xe: Add LRC ctx timestamp support functions
` [RFC PATCH 2/5] drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
` ✗ CI.FULL: failure for Only timeout jobs if they run longer than timeout period

[PATCH v5 0/6] Tracing cleanup and add mmio tracing
 2024-06-07 14:52 UTC  (9+ messages)
` [PATCH v5 3/6] drm/xe/trace: Print device_id in xe_trace_bo events
` [PATCH v5 4/6] drm/xe/trace: Print device_id in xe_trace_guc events
` [PATCH v5 5/6] drm/xe/trace: Print device_id in xe_trace events
` [PATCH v5 6/6] drm/xe: Add reg read/write trace

[PATCH v2 0/2] Assert for multiple or undefined forcewake domains
 2024-06-07 14:01 UTC  (8+ messages)
` [PATCH v2 1/2] drm/xe: Ensure caller uses sole domain for xe_force_wake_assert_held
` [PATCH v2 2/2] drm/xe: Check valid domain is passed in xe_force_wake_ref
` ✓ CI.FULL: success for Assert for multiple or undefined forcewake domains

[PATCH] drm/xe: Rework GPU page fault handling
 2024-06-07 12:22 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe: Rework GPU page fault handling (rev2)


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