Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-29 14:04:52 to 2026-06-01 10:27:51 UTC [more...]

[PATCH v3 1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT
 2026-06-01  6:21 UTC  (6+ messages)
` [PATCH v3 2/2] drm/i915/color: Fix step discontinuity in Pre-CSC "

[PATCH] drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq
 2026-05-29 15:21 UTC  (6+ messages)

[PATCH v2] drm/i915/edp: Check supported link rates DPCD read
 2026-05-29 15:16 UTC  (2+ messages)

[PATCH] drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq
 2026-06-01  9:04 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH] drm/xe/hwmon: report a single fan for DG2 instead of two
 2026-05-30  7:12 UTC  (6+ messages)
` [PATCH v2] drm/xe/hwmon: document DG2 fan speed reporting quirk
      ` [PATCH v3] "

[PATCH v4 00/10] drm: Improve logic behind damage handling
 2026-06-01 10:27 UTC  (17+ messages)
` [PATCH v4 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v4 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v4 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v4 04/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v4 05/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v4 06/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v4 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v4 08/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v4 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v4 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH v8 0/6] Add get-error-counter and clear-error-counter support for CRI
 2026-06-01 10:06 UTC  (11+ messages)
` [PATCH v8 1/6] drm/xe/uapi: Add additional error components to xe drm_ras
` [PATCH v8 2/6] drm/xe/xe_ras: Add support to get error counter value
` [PATCH v8 3/6] drm/xe/xe_ras: Add support to clear "
` [PATCH v8 4/6] drm/xe/xe_drm_ras: Wire get and clear counter callbacks
` [PATCH v8 5/6] drm/xe: Move xe drm_ras initialization
` [PATCH v8 6/6] drm/xe/xe_ras: Add drm_ras feature flag
` ✗ CI.checkpatch: warning for Add get-error-counter and clear-error-counter support for CRI (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v2.1 1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT
 2026-06-01 10:06 UTC  (2+ messages)
` ✓ CI.KUnit: success for series starting with [v2.1,1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT (rev2)

[PATCH v3 0/4] drm/i915/display: harden some bit-shifting operations
 2026-06-01  9:55 UTC  (9+ messages)
` [PATCH v3 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros
` [PATCH v3 2/4] drm/i915/display: harden shifts in ICL_DPCLKA_CFGCR0_DDI_CLK_SEL macros
` [PATCH v3 3/4] drm/i915/display: harden shift in intel_ddi_compute_config_late()
` [PATCH v3 4/4] drm/i915/display: remove unnecessary PHY_NONE definition
` ✗ CI.checkpatch: warning for drm/i915/display: harden some bit-shifting operations (rev3)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH] drm/xe: Fix UAF in xe_gem_prime_import() on attach failure
 2026-06-01 10:15 UTC 

[PATCH v2 00/22] drm/dp/i915: drm/i915/dp_link: Refactor DP link recovery logic
 2026-06-01  9:38 UTC  (23+ messages)
` [PATCH v2 01/22] drm/i915/dp_link_training: Introduce link training state struct
` [PATCH v2 02/22] drm/i915/dp_link_training: Factor out link training state reset helper
` [PATCH v2 03/22] drm/i915/dp_link_training: Flush commits in debugfs entries
` [PATCH v2 04/22] drm/i915/dp_link_training: Move link training helpers to link training code
` [PATCH v2 05/22] drm/i915/dp_link_training: Use link_training as base pointer in debugfs
` [PATCH v2 06/22] drm/i915/dp_link_training: Add helpers to access force retrain state
` [PATCH v2 07/22] drm/i915/dp_link_training: Move link recovery/debug state to link_training
` [PATCH v2 08/22] drm/i915/dp_link_training: Prevent repeated autoretrain attempts
` [PATCH v2 09/22] drm/i915/dp_link_training: Clamp sequential link training failure counter
` [PATCH v2 10/22] drm/i915/dp_link_training: Check for pending autoretrain explicitly
` [PATCH v2 11/22] drm/i915/dp_link_training: Add helper to query pending autoretrain
` [PATCH v2 12/22] drm/i915/dp_link_training: Add helper to query allowed autoretrain
` [PATCH v2 13/22] drm/i915/dp_link_training: Add helper to mark link training failure
` [PATCH v2 14/22] drm/i915/dp_link_training: Add helper to reset link recovery state
` [PATCH v2 15/22] drm/i915/dp_link_training: Track link recovery state with an enum
` [PATCH v2 16/22] drm/i915/dp_link_training: Add no-fallback link recovery state
` [PATCH v2 17/22] drm/i915/display: Factor out a helper to modeset a pipe with atomic state
` [PATCH v2 18/22] drm/i915/display: Simplify intel_modeset_commit_pipes_for_atomic_state()
` [PATCH v2 19/22] drm/i915/dp_link_training: Allocate atomic state for autoretrain modeset
` [PATCH v2 20/22] drm/i915/dp_link_training: Disallow autoretrains after failed modeset
` [PATCH v2 21/22] drm/i915/dp_link_training: Fix kernel-doc of intel_dp_init_lttpr_and_dprx_caps()
` [PATCH v2 22/22] drm/i915/dp_link_training: Document DP link recovery logic

[PATCH v2] drm/i915/display: Mask RO bits in gen9_write_dc_state()
 2026-06-01  9:38 UTC  (2+ messages)

[PATCH v4 0/4] drm/i915/display: harden some bit-shifting operations
 2026-06-01  9:25 UTC  (8+ messages)
` [PATCH v4 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros
` [PATCH v4 2/4] drm/i915/display: harden shifts in ICL_DPCLKA_CFGCR0_DDI_CLK_SEL macros
` [PATCH v4 3/4] drm/i915/display: harden shift in intel_ddi_compute_config_late()
` [PATCH v4 4/4] drm/i915/display: remove unnecessary PHY_NONE definition
` ✗ CI.checkpatch: warning for drm/i915/display: harden some bit-shifting operations (rev4)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/3] don't allow changes to inactive colorops
 2026-06-01  9:24 UTC  (5+ messages)
` [PATCH 1/3] drm/atomic: only add states of active or transient active colorops

[PATCH v2 0/4] DRM RAS Fixes
 2026-06-01  9:19 UTC  (5+ messages)
` [PATCH v2 3/4] drm/xe/drm_ras: Add per node cleanup action
` [PATCH v2 4/4] drm/xe/hw_error: Use HW_ERR prefix in log

[v4 0/3] More Fixes for color pipeline
 2026-06-01  8:29 UTC  (4+ messages)
` [v4 1/3] drm/i915/display: Don’t use atomic state back-pointer to derive "
` [v4 2/3] drm/i915: Avoid programming color HW blocks for NV12 Y planes
` [v4 3/3] drm/i915: Fix color blob reference handling in intel_plane_state

[PATCH v3 0/4] More Fixes for color pipeline
 2026-06-01  8:16 UTC  (6+ messages)
` [PATCH v3 2/4] drm/i915/display: Don’t use atomic state back-pointer to derive "
` [PATCH v3 4/4] drm/i915: Fix color blob reference handling in intel_plane_state

[PATCH 00/24] drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification
 2026-06-01  8:14 UTC  (25+ messages)
` [PATCH 14/24] drm/{i915, xe}: add intel_display_driver_shutdown_late()
  ` [PATCH 14/24] drm/{i915,xe}: "
` [PATCH 15/24] drm/i915: add intel_display_driver_shutdown()
` [PATCH 16/24] drm/i915/display: deduplicate suspend and shutdown a bit
` [PATCH 17/24] drm/xe/display: use intel_display_driver_pm_shutdown()
` [PATCH 18/24] drm/{i915, xe}: move more stuff to __intel_display_driver_pm_suspend()
  ` [PATCH 18/24] drm/{i915,xe}: "
` [PATCH 19/24] drm/{i915, xe}: make intel_dmc_suspend() part of display suspend/shutdown calls
  ` [PATCH 19/24] drm/{i915,xe}: "
` [PATCH 20/24] drm/{i915, xe}: move intel_opregion_suspend() to intel_display_driver_pm_suspend_late()
  ` [PATCH 20/24] drm/{i915,xe}: "
` [PATCH 21/24] drm/{i915, xe}: keep moving stuff to intel_display_driver_pm_resume()
  ` [PATCH 21/24] drm/{i915,xe}: "
` [PATCH 22/24] drm/i915: add intel_display_driver_pm_runtime*() functions
` [PATCH 23/24] drm/xe/display: separate d3cold handling from xe_display_pm_runtime_suspend_late()
` [PATCH 24/24] drm/xe/display: unify runtime suspend/resume with i915 for non-d3cold
` ✗ Xe.CI.FULL: failure for drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification

[PATCH 0/2] Add drm_ras netlink error event support
 2026-06-01  6:22 UTC  (3+ messages)
` [PATCH 1/2] drm/drm_ras: Add drm_ras netlink error event

[PATCH v4 00/13] drm/i915/display: Add DC3CO support
 2026-06-01  5:50 UTC  (11+ messages)
` [PATCH v4 02/13] drm/i915/display: Switch DC3CO enable from standalone bit to DC level encoding
` [PATCH v4 03/13] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [PATCH v4 04/13] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [PATCH v4 12/13] drm/i915/display: Add helper to enable DC counter
` [PATCH v4 13/13] drm/i915/display: Add DC3CO count and residency in dmc debugfs

[PATCH v6] drm/xe: Unify fault injection hooks for CSC, GT reset
 2026-06-01  5:47 UTC  (4+ messages)

[PATCH v4 00/10] Vswing / Pre-emphasis Override
 2026-06-01  3:13 UTC  (20+ messages)
` [PATCH v4 01/10] drm/i915/bios: search for VBT #57 by default
` [PATCH v4 02/10] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v4 03/10] drm/i915/bios: structurize VS/PE-O metadata
` [PATCH v4 04/10] drm/i915/bios: print VS/PE-O port info
` [PATCH v4 05/10] drm/i915/bios: de/allocate VS/PE-O buffer for each port
` [PATCH v4 06/10] drm/i915/buf_trans: abstract VS/PE-O access and index computation
` [PATCH v4 07/10] drm/i915: override LT's VS/PE when requested
` [PATCH v4 08/10] drm/i915: override Snps's "
` [PATCH v4 09/10] drm/i915: override Combo's "
` [PATCH v4 10/10] drm/i915/bios: remove VS/PE-O warning
` ✗ CI.checkpatch: warning for Vswing / Pre-emphasis Override
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 1/4] drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline
 2026-05-31 18:27 UTC  (5+ messages)
` [PATCH v2 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes
` [PATCH v2 4/4] drm/i915: Fix color blob reference handling in intel_plane_state

[drm-xe:topic/xe-for-CI] BUILD SUCCESS e324041cd4b66cfe43ca2fc0da9619c37ccfcab8
 2026-05-30 10:46 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS 65b8e0ac86e48cfc9128c04dfc53ea3395d030dd
 2026-05-30  9:57 UTC 

[PATCH v7 0/8] Introduce Xe PCIe FLR
 2026-05-30  7:40 UTC  (6+ messages)
` [PATCH v7 6/8] drm/xe/migrate: Introduce xe_migrate_reinit()

[PATCH] drm/xe/multi_queue: Fix secondary queue GuC scheduling in idle_skip_suspend path
 2026-05-30  3:02 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/9] Don't whitelist OA registers unconditionally
 2026-05-30  1:51 UTC  (24+ messages)
` [PATCH 1/9] drm/xe/rtp: Add RING_FORCE_TO_NONPRIV_DENY to OA whitelists
` [PATCH 2/9] drm/xe/rtp: Maintain OA whitelists separately
` [PATCH 3/9] drm/xe/rtp: Keep track of non-OA nonpriv slots
` [PATCH 5/9] drm/xe/rtp: Save OA nonpriv registers to register save/restore lists
` [PATCH 6/9] drm/xe/rtp: Toggle 'deny' bit to (de-)whitelist OA regs
` [PATCH 7/9] drm/xe/rtp: (De-)whitelist OA registers for all hwe's for a gt
` [PATCH 8/9] drm/xe/oa: (De-)whitelist OA registers on OA stream open/release

[PATCH] drm/xe/pcode: Don't ignore drmm_mutex_init failure
 2026-05-30  1:40 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/6] Drop NVL-S GuC FW def from drm-xe-next
 2026-05-30  0:23 UTC  (11+ messages)
` [PATCH 1/6] Revert "drm/xe/nvlp: Define GuC firmware for NVL-P"
` [PATCH 2/6] Revert "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI"
` [PATCH 3/6] Revert "drm/xe/nvls: Define GuC firmware for NVL-S"
` [PATCH 4/6] topic/xe-for-CI: Define GuC firmware for NVL-S
` [PATCH 5/6] topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI
` [PATCH 6/6] topic/xe-for-CI: Define GuC firmware for NVL-P
` ✓ CI.KUnit: success for Drop NVL-S GuC FW def from drm-xe-next
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] platform/x86/intel/vsec: Restore BAR fallback for header walk
 2026-05-29 22:22 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v3 00/10]
 2026-05-29 21:51 UTC  (3+ messages)
` [PATCH v3 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH v2 0/3] Add ocode late binding support for CRI
 2026-05-29 21:22 UTC  (7+ messages)
` [PATCH v2 1/3] drm/xe/xe_late_bind_fw: Add support to load Ocode firmware
` [PATCH v2 2/3] drm/xe/xe_late_bind_fw: Enable late binding support for CRI
` [PATCH v2 3/3] drm/xe/xe_late_bind_fw: Refactor pm flow
` ✓ CI.KUnit: success for Add ocode late binding support for CRI (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/xe/ggtt: use full-range drm_mm with reserved nodes on PF
 2026-05-29 21:03 UTC  (5+ messages)

[PATCH] drm/i915/de: Remove the 2 usec fast timeout
 2026-05-29 19:47 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v3 00/31] Vswing/Preemphasis Override
 2026-05-29 19:30 UTC  (8+ messages)
` [PATCH v3 04/31] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v3 12/31] drm/i915/ddi: expose VS/PE-O buffers to intel_encoder

[PATCH v4 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-05-29 17:41 UTC  (2+ messages)

[PATCH] drm: Remove DRIVER_GEM_GPUVA feature flag
 2026-05-29 17:13 UTC  (3+ messages)

[PATCH v2 0/4] drm/i915/display: harden some bit-shifting operations
 2026-05-29 16:32 UTC  (3+ messages)
` [PATCH v2 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros

[PATCH] drm/i915/display: update BW buddy initialization for LPDDR4 and LPDDR5
 2026-05-29 15:46 UTC  (4+ messages)

[PATCH] drm/xe/nvls: Update PCI IDs
 2026-05-29 15:41 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/nvls: Update PCI IDs (rev2)

[PATCH v4] drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load
 2026-05-29 15:40 UTC  (2+ messages)

[RFC PATCH 0/4] Add ocode late binding support for CRI
 2026-05-29 15:19 UTC  (7+ messages)
` [RFC PATCH 2/4] drm/xe/xe_late_bind_fw: Add support to load Ocode firmware on CRI
` [RFC PATCH 3/4] drm/xe/xe_late_bind_fw: Track firmware load status

[PATCH v7 00/15] CMTG enablement
 2026-05-29 14:28 UTC  (5+ messages)
` [PATCH v7 10/15] drm/i915/cmtg: Add CMTG interrupt handling
` [PATCH v7 13/15] drm/i915/cmtg: Add trigger to enable/disable cmtg

[drm-xe:drm-xe-next] BUILD SUCCESS 6680bf0cb7261b7eb62a7226c6845c5c9ce5a009
 2026-05-29 14:27 UTC 

[PATCH RESEND v3 0/6] drm: handle IRQ_HPD events correctly
 2026-05-29 14:04 UTC  (5+ messages)
` [PATCH RESEND v3 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()

[PATCH] drm/i915/display: Use rmw in gen9_write_dc_state() to preserve non-DC bits
 2026-05-06 13:03 UTC 


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