intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
[CI v2 01/18] drm/xe/pci: remove broken driver_release
 2024-05-20 16:30 UTC  (25+ 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: "

[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  (11+ messages)
` ✗ CI.Patch_applied: failure for tracing/treewide: Remove second parameter of __assign_str() (rev3)

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

[PATCH v5 0/8] drm/xe: Per client usage
 2024-05-18 14:37 UTC  (19+ 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 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  (16+ 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  (29+ messages)
` [CI v3 01/21] drm/ttm: Allow TTM LRU list nodes of different types
` [CI v3 02/21] drm/ttm: Slightly clean up LRU list iteration
` [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 

[PATCH v2 0/6] Add support for VF to query its configuration
 2024-05-16 18:14 UTC  (17+ messages)
` [PATCH v2 1/6] drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABI
` [PATCH v2 2/6] drm/xe/guc: Add VF2GUC_VF_RESET "
` [PATCH v2 3/6] drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV "
` [PATCH v2 4/6] drm/xe/vf: Add support for VF to query its configuration
` [PATCH v2 5/6] drm/xe/vf: Custom hardware config load step if VF
` [PATCH v2 6/6] drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs
` ✓ CI.Patch_applied: success for Add support for VF to query its configuration (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH i-g-t 1/5] tests/intel/xe_pm: Update runtime pm conditions
 2024-05-16 16:49 UTC  (2+ messages)

[PATCH 0/2] Update on habanalabs, Xe maintainer status
 2024-05-16 15:12 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: update Xe driver maintainers

[PULL] drm-misc-next-fixes
 2024-05-16 15:00 UTC 

[PATCH v2 0/8] PF: Support for adverse events notifications
 2024-05-16 14:51 UTC  (4+ messages)
` [PATCH v2 2/8] drm/xe/guc: Introduce GuC KLV thresholds set

[PATCH 1/2] drm: print top commit sha after loading the driver
 2024-05-16 14:17 UTC  (6+ messages)

[PATCH 0/6] Add support for VF to query its configuration
 2024-05-16 10:26 UTC  (10+ messages)
` [PATCH 3/6] drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV to ABI
` [PATCH 4/6] drm/xe/vf: Add support for VF to query its configuration
` [PATCH 5/6] drm/xe/vf: Custom hardware config load step if VF
` [PATCH 6/6] drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs

[PATCH] drm/xe: Modify minimum of various scheduler timeout to 0
 2024-05-16 10:09 UTC  (7+ messages)

[PATCH] DO NOT MERGE: drm/xe/display: Disable PSR by default
 2024-05-16  9:36 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH v9] drm/xe: add mmio debugfs file & restore xe_mmio_ioctl as its ioctl handler
 2024-05-16  8:13 UTC  (3+ messages)

[PULL] drm-misc-fixes
 2024-05-16  7:26 UTC 

[CI v2 00/21] xe bo shrinker and exhaustive eviction
 2024-05-16  6:51 UTC  (11+ messages)
` [CI v2 09/21] drm/ttm: Add a virtual base class for graphics memory backup
` [CI v2 11/21] drm/ttm: Use fault-injection to test error paths
` [CI v2 12/21] drm/ttm, drm/xe: Add a shrinker for xe bos
` [CI v2 13/21] dma-buf/dma-resv: Introduce dma_resv_trylock_ctx()
` [CI v2 16/21] drm/exec: Introduce an evict mode
` [CI v2 19/21] drm/xe: Use drm_exec for fault locking
` [CI v2 20/21] drm/ttm: Use drm_exec_trylock for bo initialization
` ✓ CI.Patch_applied: success for xe bo shrinker and exhaustive eviction (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).