Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-23 20:12:58 to 2026-06-24 04:17:28 UTC [more...]

[PATCH v7] drm/xe/guc: Hold device ref until queue teardown completes
 2026-06-24  4:17 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Hold device ref until queue teardown completes (rev5)

[PATCH v5 0/4] drm/xe: Refactor generic_handle_irq_safe() error messages
 2026-06-24  4:03 UTC  (8+ messages)
` [PATCH v5 1/4] drm/xe/printk: Add xe_warn_once()
` [PATCH v5 2/4] drm/xe/heci: Use xe print functions in xe_heci_gsc.c
` [PATCH v5 3/4] drm/xe/i2c: Use xe print functions in xe_i2c.c
` [PATCH v5 4/4] drm/xe/i2c: Report i2c irq handler issue
` ✓ CI.KUnit: success for drm/xe: Refactor generic_handle_irq_safe() error messages
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v5 0/2] drm/xe/pagefault: Add SRCID to pagefault reporting
 2026-06-24  2:55 UTC  (4+ messages)
` [PATCH v5 1/2] drm/xe/pagefault: Add SRCID to pagefault struct
` ✗ Xe.CI.FULL: failure for drm/xe/pagefault: Add SRCID to pagefault reporting (rev5)

[PATCH v1 00/30] Comments applied to dp_link_caps
 2026-06-23 23:46 UTC  (34+ messages)
` [PATCH v1 01/30] drm/i915/dp: Rename intel_dp_link_config to intel_dp_link_config_entry
` [PATCH v1 02/30] drm/i915/dp: Add struct intel_dp_link_config
` [PATCH v1 03/30] drm/i915/dp_link_caps: Introduce DP link capability module
` [PATCH v1 04/30] drm/i915/dp_link_caps: Move common rate helpers to link caps
` [PATCH v1 05/30] drm/i915/dp_link_caps: Move forced link param "
` [PATCH v1 06/30] drm/i915/dp: Simplify querying of forced link parameters
` [PATCH v1 07/30] drm/i915/dp_link_caps: Move forced and max link debugfs entries to link caps
` [PATCH v1 08/30] drm/i915/dp_link_training: Use helpers to get forced link params
` [PATCH v1 09/30] drm/i915/dp_link_caps: Move forced link params to link_caps
` [PATCH v1 10/30] drm/i915/dp_link_caps: Move link config helpers to link caps
` [PATCH v1 11/30] drm/i915/dp_link_caps: Move link config tracking to link_caps
` [PATCH v1 12/30] drm/i915/dp_link_caps: Rename helper updating the link configurations
` [PATCH v1 13/30] drm/i915/dp: Factor out helper to get link rate capabilities
` [PATCH v1 14/30] drm/i915/dp_link_caps: Pass supported link rates to link caps update
` [PATCH v1 15/30] drm/i915/dp_link_caps: Add helper to print all supported link rates
` [PATCH v1 16/30] drm/i915/dp_link_caps: Add helper to get the number of "
` [PATCH v1 17/30] drm/i915/dp_link_caps: Add helper to get common rate index
` [PATCH v1 18/30] drm/i915/dp_link_caps: Move tracking of common rates to link_caps struct
` [PATCH v1 19/30] drm/i915/dp_link_caps: Track max common lane count in link_caps
` [PATCH v1 20/30] drm/i915/dp_link_caps: Use max common lane count from link_caps
` [PATCH v1 21/30] drm/i915/dp_link_caps: Add helpers to get max link limits
` [PATCH v1 22/30] drm/i915/dp_link_caps: Add helpers to set "
` [PATCH v1 23/30] drm/i915/dp_link_caps: Add helper to reset "
` [PATCH v1 24/30] drm/i915/dp_link_caps: Add helper to reset link_caps state
` [PATCH v1 25/30] drm/i915/dp_link_caps: Move max link limits to link_caps
` [PATCH v1 26/30] drm/i915/dp_link_caps: Pass link_caps to static functions
` [PATCH v1 27/30] drm/i915/dp_link_caps: Pass link_caps to config update/lookup helpers
` [PATCH v1 28/30] drm/i915/dp_link_caps: Pass link_caps to common rate helpers
` [PATCH v1 29/30] drm/i915/dp_link_caps: s/lc/lce/
` [PATCH v1 30/30] drm/i915/dp: return -EINVAL on failure
` ✗ CI.checkpatch: warning for Comments applied to dp_link_caps
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[RFC PATCH 00/12] drm/ttm, drm/xe: Page defragmentation for sub-optimally backed BOs
 2026-06-23 23:09 UTC  (16+ messages)
` [RFC PATCH 01/12] drm/ttm/pool: Allow backing off reclaim at the beneficial order
` [RFC PATCH 02/12] drm/ttm: Record sub-optimal page order allocations in ttm_tt
` [RFC PATCH 03/12] drm/ttm: Support defragmentation moves
` [RFC PATCH 04/12] drm/ttm: Add fault injection for beneficial-order allocation failures
` [RFC PATCH 05/12] drm/xe: Track BOs backed at a sub-optimal page order
` [RFC PATCH 06/12] drm/xe: Back off beneficial-order reclaim under defrag pressure
` [RFC PATCH 07/12] drm/xe: Add xe_migrate_copy_defrag() for on-GPU defrag copies
` [RFC PATCH 08/12] drm/xe: Handle defrag moves in xe_bo_move()
` [RFC PATCH 09/12] drm/xe: Add a page defragmentation worker
` [RFC PATCH 10/12] drm/xe: Add defrag GT stats
` [RFC PATCH 11/12] drm/xe: Add DRM_XE_DEBUG_DEFRAG Kconfig option for debugging memory fragmentation
` [RFC PATCH 12/12] drm/xe: Add Kconfig.profile options for BO defrag configuration
` ✗ CI.checkpatch: warning for drm/ttm, drm/xe: Page defragmentation for sub-optimally backed BOs
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v6 0/2] mm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-06-23 22:01 UTC  (6+ messages)
` [PATCH v6 1/2] mm: Introduce opportunistic_compaction concept to vmscan and shrinkers

[PATCH 0/6] drm/i915: Clean up GPIO pin stuff
 2026-06-23 20:12 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915: Clean up GPIO pin stuff (rev2)


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