Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-16 18:23:55 to 2024-05-21 07:23:48 UTC [more...]

[PATCH v3 00/21] TTM shrinker helpers and xe buffer object shrinker
 2024-05-21  7:23 UTC  (24+ messages)
` [PATCH v3 01/21] drm/ttm: Allow TTM LRU list nodes of different types
` [PATCH v3 02/21] drm/ttm: Slightly clean up LRU list iteration
` [PATCH v3 03/21] drm/ttm: Use LRU hitches
` [PATCH v3 04/21] drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
` [PATCH v3 05/21] drm/ttm: Provide a generic LRU walker helper
` [PATCH v3 06/21] drm/ttm: Use the LRU walker helper for swapping
` [PATCH v3 07/21] drm/ttm: Use the LRU walker for eviction
` [PATCH v3 08/21] drm/ttm: Add a virtual base class for graphics memory backup
` [PATCH v3 09/21] drm/ttm/pool: Provide a helper to shrink pages
` [PATCH v3 10/21] drm/ttm: Use fault-injection to test error paths
` [PATCH v3 11/21] drm/ttm, drm/xe: Add a shrinker for xe bos
` [RFC PATCH v3 12/21] dma-buf/dma-resv: Introduce dma_resv_trylock_ctx()
` [RFC PATCH v3 13/21] drm/exec: Rework contended locking
` [RFC PATCH v3 14/21] drm/exec: Introduce a drm_exec_trylock_obj() function
` [RFC PATCH v3 15/21] drm/exec: Add a snapshot capability
` [RFC PATCH v3 16/21] drm/exec: Introduce an evict mode
` [RFC PATCH v3 17/21] drm/ttm: Support drm_exec locking for eviction and swapping
` [RFC PATCH v3 18/21] drm/ttm: Convert ttm vm to using drm_exec
` [RFC PATCH v3 19/21] drm/xe: Use drm_exec for fault locking
` [RFC PATCH v3 20/21] drm/ttm: Use drm_exec_trylock for bo initialization
` [RFC PATCH v3 21/21] drm/xe: Initial support for drm exec locking during validate
` ✓ CI.Patch_applied: success for TTM shrinker helpers and xe buffer object shrinker (rev3)

[PATCH V2 0/2] Extend wa_14020756599 to xe2lpg/lpm
 2024-05-21  6:28 UTC  (5+ messages)
` [PATCH V2 2/2] drm/xe/xe2lpm: Add permanent wa_14020756599
` ✗ CI.Patch_applied: failure for Extend wa_14020756599 to xe2lpg/lpm (rev3)

[PATCH] tests/xe: Add System Allocator test
 2024-05-21  4:22 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH 0/2] Custom GuC initialization if VF
 2024-05-21  4:03 UTC  (15+ messages)
` [PATCH 1/2] drm/xe/guc: Allow to initialize submission with limited set of IDs
` [PATCH 2/2] drm/xe/vf: Custom GuC initialization if VF
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v5 0/8] drm/xe: Per client usage
 2024-05-21  2:58 UTC  (21+ messages)
` [PATCH v5 1/8] drm/xe: Promote xe_hw_engine_class_to_str()
` [PATCH v5 2/8] drm/xe: Add XE_ENGINE_CLASS_OTHER to str conversion
` [PATCH v5 3/8] drm/xe/lrc: Add helper to capture context timestamp
` [PATCH v5 4/8] drm/xe: Add helper to capture engine timestamp
` [PATCH v5 5/8] drm/xe: Add helper to accumulate exec queue runtime
` [PATCH v5 6/8] drm/xe: Cache data about user-visible engines
` [PATCH v5 7/8] drm/xe: Add helper to return any available hw engine
` [PATCH v5 8/8] drm/xe/client: Print runtime to fdinfo
` ✓ CI.Patch_applied: success for drm/xe: Per client usage (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 0/3] drm/xe: Cleanup xe_mmio.h
 2024-05-20 20:00 UTC  (12+ messages)
` [PATCH 1/3] drm/i915/display: Add missing include to intel_vga.c
` [PATCH 2/3] drm/xe: Don't rely on indirect includes from xe_mmio.h
` [PATCH 3/3] drm/xe: Cleanup xe_mmio.h
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✓ CI.FULL: "

[CI v2 01/18] drm/xe/pci: remove broken driver_release
 2024-05-20 18:18 UTC  (26+ messages)
` [CI v2 02/18] drm/xe: covert sysfs over to devm
` [CI v2 03/18] drm/xe/ggtt: use drm_dev_enter to mark device section
` [CI v2 04/18] drm/xe/guc: move guc_fini over to devm
` [CI v2 05/18] drm/xe/guc: s/guc_fini/guc_fini_hw/
` [CI v2 06/18] drm/xe/guc_pc: move pc_fini to devm
` [CI v2 07/18] drm/xe/guc_pc: s/pc_fini/pc_fini_hw/
` [CI v2 08/18] drm/xe/irq: move irq_uninstall over to devm
` [CI v2 09/18] drm/xe/device: move flr "
` [CI v2 10/18] drm/xe/device: move xe_device_sanitize over "
` [CI v2 11/18] drm/xe/coredump: move "
` [CI v2 12/18] drm/xe/gt: break out gt_fini into sw vs hw state
` [CI v2 13/18] drm/xe: make gt_remove use devm
` [CI v2 14/18] drm/xe/mmio: move mmio_fini over to devm
` [CI v2 15/18] drm/xe: reset mmio mappings with devm
` [CI v2 16/18] drm/xe/display: move display fini stuff to devm
` [CI v2 17/18] drm/xe/display: stop calling domains_driver_remove twice
` [CI v2 18/18] drm/xe/display: move device_remove over to drmm
` ✓ CI.Patch_applied: success for series starting with [CI,v2,01/18] drm/xe/pci: remove broken driver_release
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[linux-next:master] BUILD REGRESSION 632483ea8004edfadd035de36e1ab2c7c4f53158
 2024-05-20 16:25 UTC 

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (10+ messages)

[PATCH v2 5/5] drm/xe: add wopcm region size to the device info
 2024-05-19 11:40 UTC 

[PATCH v6 0/2] Support/debug for slow GuC loads
 2024-05-18  6:35 UTC  (11+ messages)
` [PATCH v6 1/2] drm/xe: Make read_perf_limit_reasons globally accessible
` [PATCH v6 2/2] drm/xe/guc: Port over the slow GuC loading support from i915
` ✓ CI.Patch_applied: success for Support/debug for slow GuC loads
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[drm-xe:drm-xe-next] BUILD SUCCESS 844f3228d225d25af8a21a7e1554d78c20823a37
 2024-05-18  5:48 UTC 

[PATCH v5 0/2] Support/debug for slow GuC loads
 2024-05-18  4:09 UTC  (4+ messages)
` [PATCH v5 2/2] drm/xe/guc: Port over the slow GuC loading support from i915

[PATCH v2 0/6] Convert multiple bind ops to 1 job
 2024-05-18  2:42 UTC  (4+ messages)
` [PATCH v2 1/6] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue

[PATCH 00/17] Add OA functionality to Xe
 2024-05-18  1:42 UTC  (3+ messages)

[RESEND v3 0/2] drm: enable W=1 warnings by default across the subsystem
 2024-05-17 21:04 UTC  (3+ messages)
` [RESEND v3 1/2] drm: enable (most) "

[PATCH] drm/xe: Replace RING_START_UDW by u64 RING_START
 2024-05-17 16:54 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
 2024-05-17 16:50 UTC 

[PATCH v4 0/8] drm/xe: Per client usage
 2024-05-17 16:39 UTC  (13+ messages)
` [PATCH v4 3/8] drm/xe/lrc: Add helper to capture context timestamp
` [PATCH v4 6/8] drm/xe: Cache data about user-visible engines
` [PATCH v4 7/8] drm/xe: Add helper to return any available hw engine
` [PATCH v4 8/8] drm/xe/client: Print runtime to fdinfo
` ✗ CI.Hooks: failure for drm/xe: Per client usage (rev4)

[CI v4 00/21] xe bo shrinker and exhaustive eviction
 2024-05-17  9:52 UTC  (30+ messages)
` [CI v4 01/21] drm/ttm: Allow TTM LRU list nodes of different types
` [CI v4 02/21] drm/ttm: Slightly clean up LRU list iteration
` [CI v4 03/21] drm/ttm: Use LRU hitches
` [CI v4 04/21] drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
` [CI v4 05/21] drm/ttm: Provide a generic LRU walker helper
` [CI v4 06/21] drm/ttm: Use restartable LRU and sleeping locks for swapping
` [CI v4 07/21] drm/ttm: sleeping evict lock
` [CI v4 08/21] drm/ttm: Add a virtual base class for graphics memory backup
` [CI v4 09/21] drm/ttm/pool: Provide a helper to shrink pages
` [CI v4 10/21] drm/ttm: Use fault-injection to test error paths
` [CI v4 11/21] drm/ttm, drm/xe: Add a shrinker for xe bos
` [CI v4 12/21] dma-buf/dma-resv: Introduce dma_resv_trylock_ctx()
` [CI v4 13/21] drm/exec: Rework contended locking
` [CI v4 14/21] drm/exec: drm_exec_trylock()
` [CI v4 15/21] drm/exec: Add a snapshot capability
` [CI v4 16/21] drm/exec: Introduce an evict mode
` [CI v4 17/21] drm/ttm: Support drm_exec locking for eviction and swapping
` [CI v4 18/21] drm/ttm: Convert ttm vm to using drm_exec
` [CI v4 19/21] drm/xe: Use drm_exec for fault locking
` [CI v4 20/21] drm/ttm: Use drm_exec_trylock for bo initialization
` [CI v4 21/21] drm/xe: Initial support for drm exec locking during validate
` ✓ CI.Patch_applied: success for xe bo shrinker and exhaustive eviction (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✓ CI.FULL: "

[drm-xe:drm-xe-next] BUILD SUCCESS 63d8cb8fe3ddf74627003f99ad085887baf91e60
 2024-05-17  7:36 UTC 

[PATCH] drm/xe: Use distinct error code in VM_CREATE for device fault mode checks
 2024-05-17  4:18 UTC  (2+ messages)

[CI v3 00/21] xe bo shrinker and exhaustive eviction
 2024-05-16 19:16 UTC  (27+ messages)
` [CI v3 03/21] drm/ttm: Use LRU hitches
` [CI v3 04/21] drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist moves
` [CI v3 05/21] drm/ttm: Provide a generic LRU walker helper
` [CI v3 06/21] drm/ttm: Use restartable LRU and sleeping locks for swapping
` [CI v3 07/21] drm/ttm: sleeping evict lock
` [CI v3 08/21] drm/ttm: Add a virtual base class for graphics memory backup
` [CI v3 09/21] drm/ttm/pool: Provide a helper to shrink pages
` [CI v3 10/21] drm/ttm: Use fault-injection to test error paths
` [CI v3 11/21] drm/ttm, drm/xe: Add a shrinker for xe bos
` [CI v3 12/21] dma-buf/dma-resv: Introduce dma_resv_trylock_ctx()
` [CI v3 13/21] drm/exec: Rework contended locking
` [CI v3 14/21] drm/exec: drm_exec_trylock()
` [CI v3 15/21] drm/exec: Add a snapshot capability
` [CI v3 16/21] drm/exec: Introduce an evict mode
` [CI v3 17/21] drm/ttm: Support drm_exec locking for eviction and swapping
` [CI v3 18/21] drm/ttm: Convert ttm vm to using drm_exec
` [CI v3 19/21] drm/xe: Use drm_exec for fault locking
` [CI v3 20/21] drm/ttm: Use drm_exec_trylock for bo initialization
` [CI v3 21/21] drm/xe: Initial support for drm exec locking during validate
` ✓ CI.Patch_applied: success for xe bo shrinker and exhaustive eviction (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "

[linux-next:master] BUILD REGRESSION dbd9e2e056d8577375ae4b31ada94f8aa3769e8a
 2024-05-16 18:46 UTC 


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