Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-16 21:40:00 to 2024-07-17 20:14:46 UTC [more...]

[PATCH v2 0/7] Convert live tests to parameterized style
 2024-07-17 20:14 UTC  (14+ messages)
` [PATCH v2 1/7] drm/xe: Introduce const cast helper
` [PATCH v2 2/7] drm/xe/tests: Add helpers for use in live tests
` [PATCH v2 3/7] drm/xe/tests: Convert xe_bo "
` [PATCH v2 4/7] drm/xe/tests: Convert xe_dma_buf "
` [PATCH v2 5/7] drm/xe/tests: Convert xe_migrate "
` [PATCH v2 6/7] drm/xe/tests: Convert xe_mocs "
` [PATCH v2 7/7] drm/xe/tests: Skip xe_mocs live tests on VF device
` ✓ CI.Patch_applied: success for Convert live tests to parameterized style (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "

[RFC v1 0/9] Parallel submission of dma fence jobs and LR jobs with shared hardware resources
 2024-07-17 20:09 UTC  (17+ messages)
` [RFC v1 1/9] drm/xe/hw_engine_group: Introduce xe_hw_engine_group
` [RFC v1 2/9] drm/xe/exec_queue: Add list link for the hw engine group
` [RFC v1 3/9] drm/xe/hw_engine_group: Register hw engine group's exec queues
` [RFC v1 4/9] drm/xe/hw_engine_group: Add helper to suspend LR jobs
` [RFC v1 5/9] drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
` [RFC v1 6/9] drm/xe/hw_engine_group: Ensure safe transition between execution modes
` [RFC v1 7/9] drm/xe/exec: Switch hw engine group execution mode upon job submission
` [RFC v1 8/9] drm/xe/hw_engine_group: Resume LR exec queues suspended by dma fence jobs
` [RFC v1 9/9] drm/xe/vm: Remove restriction that all VMs must be faulting if one is
` ✗ CI.Patch_applied: failure for Parallel submission of dma fence jobs and LR jobs with shared hardware resources

[PATCH 1/2] drm/xe: Validate user fence during creation
 2024-07-17 19:55 UTC  (14+ messages)
` [PATCH 2/2] drm/xe: Remove used xe_sync_entry_wait
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Validate user fence during creation
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] drm/xe: Refactor mmio setup for multi-tile
 2024-07-17 19:29 UTC  (5+ messages)
` ✗ CI.FULL: failure for "

[PATCH] RFC drm/xe/xe_gt_idle: Expose Coarse power gating sysfs entries
 2024-07-17 19:23 UTC  (2+ messages)

[PATCH v6 0/8] Implement compression support on BMG
 2024-07-17 19:20 UTC  (21+ messages)
` [PATCH v6 1/8] drm/xe/migrate: Handle clear ccs logic for xe2 dgfx
` [PATCH v6 2/8] drm/xe/migrate: Add kunit to test clear functionality
` [PATCH v6 3/8] drm/xe/migrate: Add helper function to program identity map
` [PATCH v6 4/8] drm/xe/xe2: Introduce identity map for compressed pat for vram
` [PATCH v6 5/8] drm/xe/xe_migrate: Handle migration logic for xe2+ dgfx
` [PATCH v6 6/8] drm/xe/migrate: Add kunit to test migration functionality for BMG
` [PATCH v6 7/8] drm/xe/xe2: Do not run xe_bo_test for xe2+ dgfx
` [PATCH v6 8/8] drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()
` ✓ CI.Patch_applied: success for Implement compression support on BMG
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH v2] drm/xe/pm: Add trace for pm functions
 2024-07-17 17:30 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pm: Add trace for pm functions (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] drm/xe/xe2: Use XE_WA() check
 2024-07-17 16:39 UTC  (4+ messages)

[PATCH] drm/xe/pm: Add trace for pm functions
 2024-07-17 15:42 UTC  (12+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[v4] drm/xe/fbdev: Limit the usage of stolen for LNL+
 2024-07-17 13:03 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/fbdev: Limit the usage of stolen for LNL+ (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH i-g-t v3 0/5] tests/gem_ctx_exec: Fix failing preempt timeout updates
 2024-07-17 12:37 UTC  (7+ messages)
` [PATCH i-g-t v3 1/5] tests/gem_ctx_exec: Fail on unsuccessful preempt timeout update
` [PATCH i-g-t v3 2/5] lib: Add more debug messages to error paths
` [PATCH i-g-t v3 3/5] lib/gem_engine_topology: Fix premature break from primary find loop
` [PATCH i-g-t v3 4/5] lib/gem_engine_topology: Simplify the method of opening a primary
` [PATCH i-g-t v3 5/5] lib/gem_engine_topology: Fix broken compare of device links
` ✗ CI.Patch_applied: failure for tests/gem_ctx_exec: Fix failing preempt timeout updates (rev3)

[PATCH] drm/xe/vm: Keep the device awake for TLB inval
 2024-07-17 12:36 UTC  (6+ messages)

[PATCH v3 00/11] Add MSIX functionality to XE
 2024-07-17 11:07 UTC  (20+ messages)
` [PATCH v3 01/11] drm/xe/irq: refactor irq flows to support also msix
` [PATCH v3 02/11] drm/xe/irq: add msix allocator
` [PATCH v3 03/11] drm/xe: add irq offset of engine instance 0 to hw engine properties
` [PATCH v3 04/11] drm/xe: move memirq out of vf
` [PATCH v3 05/11] drm/xe: memirq infra changes for msix
` [PATCH v3 06/11] drm/xe/irq: add hw engine irq handler
` [PATCH v3 07/11] drm/xe: move the kernel lrc from hwe to execlist port
` [PATCH v3 08/11] drm/xe: msix support preparations - enable memirq
` [PATCH v3 09/11] drm/xe/exec: adding msix infra to exec queue
` [PATCH v3 10/11] drm/xe/irq: add default msix
` [PATCH v3 11/11] drm/xe: msix support for hw engines
` ✓ CI.Patch_applied: success for Add MSIX functionality to XE (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✓ CI.FULL: success "

[PATCH v4 0/2] drm/xe: remove GuC reload in D3Hot path
 2024-07-17  9:15 UTC  (13+ messages)
` [PATCH v4 1/2] drm/xe: modify GuC CTB enable communication
` [PATCH v4 2/2] drm/xe: remove GuC reload in D3Hot path
` ✓ CI.Patch_applied: success for drm/xe: remove GuC reload in D3Hot path (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v2 0/8] Add MSIX functionality to XE
 2024-07-17  8:40 UTC  (10+ messages)
` [PATCH v2 5/8] drm/xe: move the kernel lrc from hwe to execlist port
` [PATCH v2 6/8] drm/xe: move memirq out of vf
` [PATCH v2 8/8] drm/xe: msix support for hw engines

[PATCH] drm/xe: Add assert for XE_WA() usage
 2024-07-17  8:24 UTC  (2+ messages)

[PATCH 0/1] drm/xe/xe2: Introduce performance changes
 2024-07-17  8:19 UTC  (9+ messages)
` [PATCH 1/1] "
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[v3] drm/xe/fbdev: Limit the usage of stolen for LNL+
 2024-07-17  8:12 UTC  (3+ messages)

[PATCH v2] drm/xe: Wedge the entire device
 2024-07-17  4:27 UTC  (2+ messages)

[PATCH v5 0/8] Implement compression support on BMG
 2024-07-17  1:09 UTC  (20+ messages)
` [PATCH v5 1/8] drm/xe/migrate: Handle clear ccs logic for xe2 dgfx
` [PATCH v5 2/8] drm/xe/migrate: Add kunit to test clear functionality
` [PATCH v5 3/8] drm/xe/migrate: Add helper function to program identity map
` [PATCH v5 4/8] drm/xe/xe2: Introduce identity map for compressed pat for vram
` [PATCH v5 5/8] drm/xe/xe_migrate: Handle migration logic for xe2+ dgfx
` [PATCH v5 6/8] drm/xe/migrate: Add kunit to test migration functionality for BMG
` [PATCH v5 7/8] drm/xe/xe2: Do not run xe_bo_test for xe2+ dgfx
` [PATCH v5 8/8] drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()
` ✓ CI.Patch_applied: success for Implement compression support on BMG
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH 0/7] Convert live tests to parameterized style
 2024-07-17  0:13 UTC  (16+ messages)
` [PATCH 1/7] drm/xe: Introduce const cast helper
` [PATCH 2/7] drm/xe/tests: Add helpers for use in live tests
` [PATCH 3/7] drm/xe/tests: Convert xe_bo "
` [PATCH 4/7] drm/xe/tests: Convert xe_dma_buf "
` [PATCH 5/7] drm/xe/tests: Convert xe_migrate "
` [PATCH 6/7] drm/xe/tests: Convert xe_mocs "
` [PATCH 7/7] drm/xe/tests: Skip xe_mocs live tests on VF device
` ✓ CI.Patch_applied: success for Convert live tests to parameterized style
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH v8 0/6] Support PMT features in Xe
 2024-07-16 23:13 UTC  (3+ messages)
` ✓ CI.BAT: success for Support PMT features in Xe (rev9)
` ✗ CI.FULL: failure "

[PATCH v3 1/2] drm/xe: Wedge the entire device
 2024-07-16 21:42 UTC  (5+ messages)
` [PATCH v3 2/2] drm/xe: Don't suspend device upon wedge


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