Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-23 10:17:17 to 2026-06-24 14:37:33 UTC [more...]

[PATCH v2 0/8] drm/{i915,xe}: unify runtime pm calls
 2026-06-24 14:36 UTC  (7+ messages)
` [PATCH v2 1/8] drm/i915: call intel_uncore_runtime_resume() for each gt
` [PATCH v2 2/8] drm/i915: call intel_display_power_runtime_resume() on suspend error path
` [PATCH v2 3/8] drm/i915: move some display runtime suspend operations earlier
` [PATCH v2 4/8] drm/i915: add intel_display_driver_pm_runtime*() functions
` [PATCH v2 5/8] drm/{i915, xe}: add new intel_display_driver_runtime_pm_{enable, disable}()
` [PATCH v2 6/8] drm/xe/display: separate d3cold handling from xe_display_pm_runtime_suspend_late()

[PATCH v2 0/5] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-24 13:41 UTC  (10+ messages)
` [PATCH v2 5/5] drm/i915/panel: Attempt VRR based refresh rate change for !allow_modeset
` ✗ CI.checkpatch: warning for drm/i915: Work harder to enable VRR based refresh rate changes on eDP (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 1/3] drm/xe/pf: Do not return an error for unrecognized VF events
 2026-06-24 13:32 UTC  (9+ messages)
` [PATCH 2/3] drm/xe/pf: Add support for VF Pause abort event
` [PATCH 3/3] drm/xe/pf: Add the definition of VF resfix "
` ✗ CI.checkpatch: warning for series starting with [1/3] drm/xe/pf: Do not return an error for unrecognized VF events
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 00/28] drm/i915/dp_link: Refactor DP link capability logic part1
 2026-06-24 12:55 UTC  (39+ messages)
` [PATCH v2 05/28] drm/i915/dp_link_caps: Move forced link param helpers to link caps
` [PATCH v2 07/28] drm/i915/dp_link_caps: Move forced and max link debugfs entries "
` [PATCH v2 08/28] drm/i915/dp_link_training: Use helpers to get forced link params
` [PATCH v2 09/28] drm/i915/dp_link_caps: Move forced link params to link_caps
` [PATCH v2 10/28] drm/i915/dp_link_caps: Move link config helpers to link caps
` [PATCH v2 11/28] drm/i915/dp_link_caps: Move link config tracking to link_caps
` [PATCH v2 13/28] drm/i915/dp: Factor out helper to get link rate capabilities
` [PATCH v2 14/28] drm/i915/dp_link_caps: Pass supported link rates to link caps update
` [PATCH v2 16/28] drm/i915/dp_link_caps: Add helper to get the number of supported link rates
` [PATCH v2 17/28] drm/i915/dp_link_caps: Add helper to get common rate index
` [PATCH v2 18/28] drm/i915/dp_link_caps: Move tracking of common rates to link_caps struct
` [PATCH v2 19/28] drm/i915/dp_link_caps: Track max common lane count in link_caps
` [PATCH v2 20/28] drm/i915/dp_link_caps: Use max common lane count from link_caps
` [PATCH v2 21/28] drm/i915/dp_link_caps: Add helpers to get max link limits
` [PATCH v2 22/28] drm/i915/dp_link_caps: Add helpers to set "
` [PATCH v2 23/28] drm/i915/dp_link_caps: Add helper to reset "
` [PATCH v2 24/28] drm/i915/dp_link_caps: Add helper to reset link_caps state

[PATCH 0/2] Couple fdinfo improvements
 2026-06-24 12:00 UTC  (4+ messages)
` [PATCH 1/2] drm/xe: fix NPD in bo_meminfo()
` [PATCH 2/2] drm/xe: account for dontneed in fdinfo purgeable
` ✓ CI.KUnit: success for Couple fdinfo improvements

[PATCH 1/2] drm/xe: Fix memory leak in exec_queue_set_hang_replay_state()
 2026-06-24 11:57 UTC  (5+ messages)
` [PATCH 2/2] drm/xe: Reject duplicated properties for EXEC_QUEUE_SET_PROPERTY
` ✗ CI.checkpatch: warning for series starting with [1/2] drm/xe: Fix memory leak in exec_queue_set_hang_replay_state()
` ✓ CI.KUnit: success "

[PATCH v6 00/10] GuC paging engine support
 2026-06-24 11:53 UTC  (5+ messages)
` [PATCH v6 08/10] drm/xe/vf: wire up NUM_PAGING_ENGINE_INSTANCES

[RFC PATCH v3 0/3] drm/xe: Structured RAS error logging infrastructure
 2026-06-24 11:51 UTC  (7+ messages)
` [RFC PATCH v3 1/3] drm/xe: Add error Signature IDs for RAS logging
` [RFC PATCH v3 2/3] drm/xe: Add RAS logging helpers

[PATCH v1 0/2] drm/xe/i2c: alerts and controller enabling modifications
 2026-06-24 11:28 UTC  (17+ messages)
` [PATCH v1 1/2] drm/xe/i2c: Handler for SMBus Alerts
` [PATCH v1 2/2] drm/xe/mcu_i2c: Take over control of the controller enabling

[PATCH] drm/i915: Calculate CDCLK on modeset after sanitizing pre-os programming
 2026-06-24 10:55 UTC  (4+ messages)

[PATCH] drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays
 2026-06-24  9:39 UTC  (2+ messages)

[RFC] drm/sched: Replace completion with a flush
 2026-06-24  9:29 UTC  (5+ messages)

[PATCH v1 00/30] Comments applied to dp_link_caps
 2026-06-24  8:25 UTC  (37+ 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: "
` ✓ Xe.CI.FULL: "

[PATCH v7] drm/xe/guc: Hold device ref until queue teardown completes
 2026-06-24  7:32 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Hold device ref until queue teardown completes (rev5)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[drm-xe:drm-xe-next] BUILD SUCCESS 692689c97bbb99f191926ec596c9193d95189702
 2026-06-24  6:42 UTC 

[PATCH 0/4] DSC max delta bpp support
 2026-06-24  6:35 UTC  (5+ messages)
` ✓ CI.KUnit: success for DSC max delta bpp support (rev5)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/xe: Create imported sg BO only after dma-buf attach
 2026-06-24  6:08 UTC  (3+ messages)

[RFC PATCH 00/12] drm/ttm, drm/xe: Page defragmentation for sub-optimally backed BOs
 2026-06-24  4:46 UTC  (17+ 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: "
` ✓ Xe.CI.FULL: "

[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  (7+ messages)
` [PATCH v5 1/2] drm/xe/pagefault: Add SRCID to pagefault struct
` [PATCH v5 2/2] drm/xe/vm: Add srcid to xe_vm_get_property_ioctl fault report
` ✓ CI.KUnit: success for drm/xe/pagefault: Add SRCID to pagefault reporting (rev5)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[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  (18+ messages)
` [PATCH 1/6] drm/i915/gmbus: Rename GPIO pins
` [PATCH 2/6] drm/i915/gmbus: s/gmbus_pins_bdw/gmbus_pins_lpt/
` [PATCH 3/6] drm/i915/gmbus: Add gmbus_pins_lpt_lp[]
` [PATCH 4/6] drm/i915/gmbus: s/gmbus_pins_skl/gmbus_pins_spt/
` [PATCH 5/6] drm/i915/gmbus: Drop the platform suffixes from GMBUS pins
  ` [PATCH v2 "
` [PATCH 6/6] drm/i915/hdmi: Remove CNP port F leftovers
` ✓ CI.KUnit: success for drm/i915: Clean up GPIO pin stuff
` ✓ CI.KUnit: success for drm/i915: Clean up GPIO pin stuff (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v6 0/6] [PATCH v6 0/6] Add reclaim to the dmem cgroup controller
 2026-06-23 17:45 UTC  (3+ messages)
` [PATCH v6 6/6] drm/amdgpu: Wire up dmem cgroup reclaim for VRAM manager

[PATCH i-g-t 0/7] add dmem_cgroups test
 2026-06-23 17:43 UTC  (8+ messages)
` [PATCH i-g-t 1/7] lib/igt_cgroup: add cgroup v2 and dmem controller helpers
` [PATCH i-g-t 2/7] tests/cgroup_dmem: add dmem cgroup controller test
` [PATCH i-g-t 3/7] lib/xe: add xe_cgroup_region_name() helper
` [PATCH i-g-t 4/7] lib/xe: Introduce dmem driver and implement Xe support
` [PATCH i-g-t 5/7] lib/amdgpu: add amdgpu_cgroup_region_name
` [PATCH i-g-t 6/7] lib/amdgpu: add amdgpu support to igt_dmem_driver
` [PATCH i-g-t 7/7] tests/dmem_cgroups: add test for dmem.current

[PATCH v3 0/6] drm/xe/mmio: Small improvements
 2026-06-23 16:47 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/mmio: Small improvements (rev3)

[PATCH v4 0/2] drm/xe/pagefault: Add SRCID to pagefault reporting
 2026-06-23 14:57 UTC  (4+ messages)
` [PATCH v4 1/2] drm/xe/pagefault: Add SRCID to pagefault struct

[PATCH v4 0/5] Introduce error threshold to drm_ras
 2026-06-23 14:14 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for Introduce error threshold to drm_ras (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v9 30/30] drm/i915/guc: Make timestamp.lock a raw spinlock
 2026-06-23 13:27 UTC  (3+ messages)
` [PATCH v9.5] drm/i915: Disable "busy" pmu event on CONFIG_PREEMPT_RT
` [PATCH v9.6] "

[PATCH v2] drm/xe/uapi: Add flag to tell if VM_GET_PROPERTY_FAULTS is supported
 2026-06-23 13:19 UTC  (4+ messages)
` IOCTL feature detection #2 (Was: Re: [PATCH v2] drm/xe/uapi: Add flag to tell if VM_GET_PROPERTY_FAULTS is supported)

[PATCH] drm/i915/cmtg: Fix array-index-out-of-bounds in intel_cmtg_disable
 2026-06-23 12:17 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ Xe.CI.FULL: "

[PATCH v2] drm/xe/display: consider DPT when WA 22019338487 is active
 2026-06-23 11:44 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/display: consider DPT when WA 22019338487 is active (rev2)

[PATCH v2 4/5] drm/i915/panel: Adjust intel_panel_compute_config() calling convention
 2026-06-23 11:41 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2 1/5] drm/i915/panel: Split VRR vs. fixed refresh rate fixed mode selection into separate stages
 2026-06-23 11:40 UTC  (2+ messages)
` [PATCH v3 "


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