Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-14 21:20:01 to 2026-06-15 21:27:55 UTC [more...]

[PATCH v8 00/27] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-06-15 21:27 UTC  (32+ messages)
` [PATCH v8 01/27] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [PATCH v8 02/27] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [PATCH v8 03/27] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH v8 04/27] drm/intel/display: Convert vblank event handling to 2-stage arming
` [PATCH v8 05/27] drm/i915/display: Move vblank put until after critical section
` [PATCH v8 06/27] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v8 07/27] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH v8 08/27] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v8 09/27] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v8 10/27] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [PATCH v8 11/27] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v8 12/27] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v8 13/27] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v8 14/27] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v8 15/27] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v8 16/27] drm/i915: Drop the irqs_disabled() check
` [PATCH v8 17/27] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v8 18/27] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v8 19/27] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [PATCH v8 20/27] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v8 21/27] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v8 22/27] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v8 23/27] PREEMPT_RT injection
` [PATCH v8 24/27] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v8 25/27] drm/i915/gt: Add a spinlock to prevent starvation of irq_work
` [PATCH v8 26/27] drm/xe/display: Always use system memory on PREEMPT_RT for DPT
` [PATCH v8 27/27] drm/xe/display: Prefer not to allocate a framebuffers in stolen memory
` ✗ CI.checkpatch: warning for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev16)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "

[PATCH v2 0/3] drm/i915/scaler: allocation cleanup
 2026-06-15 21:23 UTC  (7+ messages)
` [PATCH v2 1/3] drm/i915/scaler: remove unused plane_state argument
` [PATCH v2 2/3] drm/i915/scaler: s/i/scaler_id/ again
` [PATCH v2 3/3] drm/i915/scaler: return -EINVAL instead of -1
` ✓ CI.KUnit: success for drm/i915/scaler: allocation cleanup (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/6] drm/{i915, xe}: display probe/remove cleanup and unification
 2026-06-15 20:44 UTC  (10+ messages)
` [PATCH 1/6] drm/i915: move intel_display_device_probe() call a level higher
` [PATCH 2/6] drm/i915: remove superfluous checks for pdev->msi_enabled
` [PATCH 3/6] drm/{i915, xe}: move opregion/dram/bw init to intel_display_driver_probe_noirq()
` [PATCH 4/6] drm/xe/display: change order of intel_display_driver_remove_{nogem, noirq}() calls
` [PATCH 5/6] drm/{i915, xe}: move opregion cleanup to intel_display_driver_remove_nogem()
` [PATCH 6/6] drm/{i915, xe}: move intel_hpd_cancel_work() to intel_display_driver_remove_noirq()
` ✓ CI.KUnit: success for drm/{i915, xe}: display probe/remove cleanup and unification
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v9 00/22] CMTG enablement
 2026-06-15 20:03 UTC  (20+ messages)
` [PATCH v9 01/22] drm/i915/cmtg: Add intel_cmtg_is_allowed() for CMTG
` [PATCH v9 02/22] drm/i915/cmtg: Set CMTG clock select
` [PATCH v9 06/22] drm/i915/display: Skip DP_MIN_HBLANK_CTL programming for CMTG transcoders
` [PATCH v9 07/22] drm/i915/display: Pass transcoder to intel_set_transcoder_timings_lrr()
` [PATCH v9 08/22] drm/i915/display: Rename cpu_transcoder parameter to transcoder in LRR path
` [PATCH v9 09/22] drm/i915/cmtg: Set timings for CMTG by using transcoder timing helpers
` [PATCH v9 10/22] drm/i915/vrr: Pass transcoder to intel_vrr_set_fixed_rr_timings()
` [PATCH v9 11/22] drm/i915/display: Rename cpu_transcoder parameter to transcoder in VRR fixed-rr path
` [PATCH v9 12/22] drm/i915/cmtg: Program VRR fixed-rate timings for CMTG transcoder
` [PATCH v9 13/22] drm/i915/cmtg: Program VRR control register "
` [PATCH v9 14/22] drm/i915/cmtg: Set link M/N "
` [PATCH v9 15/22] drm/i915/cmtg: Add hook to enable CMTG with sync to port
` [PATCH v9 16/22] drm/i915/cmtg: Add a hook to make eDP transcoder secondary
` [PATCH v9 17/22] drm/i915/cmtg: Modify existing hook to disable CMTG
` [PATCH v9 18/22] drm/i915/cmtg: Add CMTG HWGB programming
` [PATCH v9 19/22] drm/i915/cmtg: Add CMTG scan line programming
` [PATCH v9 20/22] drm/i915/cmtg: Add trigger to enable/disable cmtg
` [PATCH v9 21/22] drm/i915/cmtg: Restore CMTG after DC6 exit
` [PATCH v9 22/22] drm/i915/cmtg: Add CMTG interrupt handling

[PATCH 0/4] drm/{i915,xe}: unify runtime pm calls
 2026-06-15 20:34 UTC  (11+ messages)
` [PATCH 1/4] drm/i915: add intel_display_driver_pm_runtime*() functions
` [PATCH 2/4] drm/{i915, xe}: add new intel_display_driver_runtime_pm_{enable, disable}()
  ` [PATCH 2/4] drm/{i915,xe}: add new intel_display_driver_runtime_pm_{enable,disable}()
` [PATCH 3/4] drm/xe/display: separate d3cold handling from xe_display_pm_runtime_suspend_late()
` [PATCH 4/4] drm/xe/display: unify runtime suspend/resume with i915 for non-d3cold
` ✓ CI.KUnit: success for drm/{i915,xe}: unify runtime pm calls
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH v3 0/7] drm/i915/display: reduce the pm demand peak bw based on display data rate
 2026-06-15 20:33 UTC  (8+ messages)
` [PATCH v3 1/7] drm/i915/wm: clear the plane ddb_y entries on plane disable
` [PATCH v3 2/7] drm/i915/pm_demand: introduce HAS_PMDEMAND macro
` [PATCH v3 3/7] drm/i915/display: sagv pre/post plane calls to check pmdemand support
` [PATCH v3 4/7] drm/i915/bw: Extract icl_init_qgv_info()
` [PATCH v3 5/7] drm/i915/bw: extract update_sagv_status()
` [PATCH v3 6/7] drm/i915/bw: avoid replicating the update_sagv_status() calls
` [PATCH v3 7/7] drm/i915/bw: introduce the peak bandwidth threshold

[PATCH] drm/xe/guc: Downgrade Memory CAT error message
 2026-06-15 20:27 UTC 

[PATCH] drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()
 2026-06-15 20:03 UTC  (7+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v8 0/7] Vswing / Pre-emphasis Override
 2026-06-15 20:03 UTC  (12+ messages)
` [PATCH v8 1/7] drm/i915/bios: search for VBT #57 by default
` [PATCH v8 2/7] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v8 3/7] drm/i915/bios: print VS/PE-O port info
` [PATCH v8 4/7] drm/i915/bios: de/allocate VS/PE-O buffer for each port
` [PATCH v8 5/7] drm/i915: override Snps's VS/PE when requested
` [PATCH v8 6/7] drm/i915: override Combo's "
` [PATCH v8 7/7] drm/i915/bios: remove VS/PE-O warning
` ✗ CI.checkpatch: warning for Vswing / Pre-emphasis Override (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v6 0/6] [PATCH v6 0/6] Add reclaim to the dmem cgroup controller
 2026-06-15 18:57 UTC  (3+ messages)

[PATCH] drm/intel: drop driver include from mchbar_regs.h
 2026-06-15 18:34 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/4] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-15 17:00 UTC  (8+ messages)
` [PATCH 4/4] drm/i915/panel: Attempt VRR based refresh rate change for !allow_modeset

[PATCH v4] drm/xe: Disable scheduling early on FD close to avoid CAT error cascade
 2026-06-15 16:58 UTC  (3+ messages)

[PATCH] drm/i915/psr: Force fastset on debugfs write for each connector supporting PSR
 2026-06-15 15:20 UTC  (2+ messages)

[PATCH V11 00/12] Add memory page offlining support
 2026-06-15 14:46 UTC  (11+ messages)
` [PATCH V11 11/12] drm/xe/uapi: Expose ban reason in EXEC_QUEUE_GET_PROPERTY_BAN

linux-next: duplicate patch in the drm-xe tree
 2026-06-15 14:43 UTC 

linux-next: manual merge of the drm-xe tree with the origin tree
 2026-06-15 14:43 UTC 

[PATCH v7 0/8] Vswing / Pre-emphasis Override
 2026-06-15 14:33 UTC  (16+ messages)
` [PATCH v7 2/8] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v7 4/8] drm/i915/bios: de/allocate VS/PE-O buffer for each port
` [PATCH v7 5/8] drm/i915: override Snps's VS/PE when requested
` [PATCH v7 6/8] drm/i915: override Combo's "
` [PATCH v7 8/8] drm/i915: override LT's "

[PATCH] [RFC] drm/i915/display: Fix PPC-granularity and limit 2nd scaler to 1:1
 2026-06-15 14:13 UTC  (3+ messages)

[PATCH] drm/xe/pf: remove code guarded by nonexistent config option
 2026-06-15 13:35 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH] drm/i915/dsi: fix i2c adapter reference leak in i2c_adapter_lookup()
 2026-06-15 13:34 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH] drm/xe/pcode: add default timeout macro and pass read timeout
 2026-06-15 13:32 UTC  (2+ messages)

[PATCH v7] drm/xe: Consolidate debugfs fault injection functions
 2026-06-15 13:01 UTC  (3+ messages)

[RFC PATCH 0/4] Xe driver asynchronous notification mechanism
 2026-06-15  9:06 UTC  (3+ messages)

[RFC PATCH v2 0/2] drm/xe: Structured RAS error logging infrastructure
 2026-06-15 12:30 UTC  (4+ messages)
` [RFC PATCH v2 1/2] drm/xe: add structured "

[PATCH v3 0/3] drm/xe: Add support for GPU health indicator
 2026-06-15 12:27 UTC  (5+ messages)
` [PATCH v3 2/3] drm/xe/xe_ras: Add types and commands for RAS "

[PATCH v4 0/1] drm/xe: Add support for GPU health indicator
 2026-06-15 12:25 UTC  (3+ messages)
` [PATCH v4 1/1] drm/xe/xe_ras: Add RAS "

[PATCH 08/15] xhci: dbc: serialize enabling and disabling dbc
 2026-06-15 12:14 UTC  (4+ messages)
      ` [RFT PATCH] xhci: dbc: support runtime suspend while DbC is in enabled state

[PATCH v3] drm/i915: clear CRTC color blob pointers after dropping refs
 2026-06-15 12:04 UTC  (3+ messages)

[PATCH] drm/displayid: fix Tiled Display Topology ID size
 2026-06-15 11:14 UTC  (3+ messages)

[PATCH v3 0/4] Introduce error threshold to drm_ras
 2026-06-15  8:56 UTC  (5+ messages)
` [PATCH v3 1/4] drm/ras: Introduce error threshold
` [PATCH v3 3/4] drm/xe/ras: Add support for "

[PATCH 0/2] drm/xe: Structured RAS error logging infrastructure
 2026-06-15  8:51 UTC  (4+ messages)
` [PATCH 1/2] drm/xe: add structured "

[PATCH] drm/xe/pf: Disable display in admin only PF mode
 2026-06-15  8:21 UTC  (3+ messages)

[PATCH v8 0/6] Introduce cold reset recovery method
 2026-06-15  8:06 UTC  (3+ messages)
` [PATCH v8 5/6] drm/xe: Suppress Surprise Link Down on device

[PATCH v4 0/1] drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels
 2026-06-15  7:54 UTC  (6+ messages)
` [PATCH v4 1/1] [PATCH] drm/xe/lrc: document sentinel and make CTX_TIMESTAMP read TOCTOU-safe
` ✗ CI.checkpatch: warning for drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v8 00/20] CMTG enablement
 2026-06-15  7:21 UTC  (20+ messages)
` [PATCH v8 04/20] drm/i915/display: Pass target transcoder to intel_set_transcoder_timings()
` [PATCH v8 07/20] drm/i915/cmtg: Set timings for CMTG by using transcoder timing helpers
` [PATCH v8 08/20] drm/i915/vrr: Pass transcoder to intel_vrr_set_fixed_rr_timings()
` [PATCH v8 14/20] drm/i915/cmtg: Modify existing hook to disable CMTG
` [PATCH v8 16/20] drm/i915/cmtg: Add CMTG HWGB programming
` [PATCH v8 18/20] drm/i915/cmtg: Add trigger to enable/disable cmtg

[PATCH] drm/xe/hwmon: handle CRI+ power interval encoding
 2026-06-15  6:25 UTC  (3+ messages)

[PATCH] drm/i915/mtl+: Enable PPS before PLL
 2026-06-15  6:02 UTC  (2+ messages)

[PATCH v3 0/1] drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels
 2026-06-15  5:28 UTC  (6+ messages)
` [PATCH v3 1/1] [PATCH] drm/xe/lrc: document sentinel and make CTX_TIMESTAMP read TOCTOU-safe
` ✗ CI.checkpatch: warning for drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v1 0/9] drm/i915/scaler: allocation cleanup
 2026-06-15  5:14 UTC  (3+ messages)
` [PATCH v1 2/9] drm/i915/scaler: s/i/scaler_id/

[PATCH v2 0/1] drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels
 2026-06-15  4:47 UTC  (6+ messages)
` [PATCH v2 1/1] [PATCH] drm/xe/lrc: document sentinel and make CTX_TIMESTAMP read TOCTOU-safe
` ✗ CI.checkpatch: warning for drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/2] drm/xe: Reference count exec queue suspend/resume
 2026-06-14 23:08 UTC  (9+ messages)
` [PATCH 1/2] drm/xe/guc: Add suspend refcount to exec queue ops
` [PATCH 2/2] drm/xe/multi_queue: preempt primary on queue group suspend
` ✗ CI.checkpatch: warning for drm/xe: Reference count exec queue suspend/resume
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "


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