Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-22 12:37:01 to 2026-05-23 19:48:51 UTC [more...]

[PATCH v16 00/28] Add new general DRM property "color format"
 2026-05-23 19:44 UTC  (28+ messages)
` [PATCH v16 01/28] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v16 02/28] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v16 03/28] drm: Add new general DRM property "color format"
` [PATCH v16 04/28] drm/connector: Let connectors have a say in their color format
` [PATCH v16 05/28] drm/display: bridge_connector: Use HDMI color format for HDMI conns
` [PATCH v16 06/28] drm/bridge: Act on the DRM color format property
` [PATCH v16 07/28] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v16 08/28] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v16 09/28] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v16 10/28] drm/amdgpu: Implement "color format" DRM property
` [PATCH v16 11/28] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v16 12/28] drm/i915/dp: "
` [PATCH v16 13/28] drm/i915/hdmi: Implement "color format" DRM property
` [PATCH v16 14/28] drm/i915/dp: "
` [PATCH v16 15/28] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v16 16/28] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v16 17/28] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v16 18/28] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v16 19/28] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v16 20/28] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v16 21/28] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v16 22/28] drm/connector: Register color format property on HDMI connectors
` [PATCH v16 23/28] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v16 24/28] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v16 25/28] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v16 26/28] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v16 27/28] drm/bridge: Document bridge chain format selection

[PATCH 00/10] drm/i915/bw: Bunch of fixes
 2026-05-23 19:32 UTC  (19+ messages)
` [PATCH 01/10] drm/i915/bw: Fix num_planes handling on TGL+
` [PATCH 02/10] drm/i915/bw: Fix DCLK rounding mess
` [PATCH 03/10] drm/i915/bw: Fix bw rounding direction
` [PATCH 04/10] drm/i915/bw: Fix 'deinterleave' "
` [PATCH 05/10] drm/i915/bw: Fix rounding direction in clperchgroup calculation
` [PATCH 06/10] drm/i915/bw: Fix DEPROGBWPCLIMIT handling on BMG
` [PATCH 07/10] drm/i915/bw: Fix/unify peakbw calculations
` [PATCH 08/10] drm/i915/bw: Round the PM demand bandwidth down
` [PATCH 09/10] drm/i915/bw: Remove deinterleave fallback for TGL+
` [PATCH 10/10] drm/i915/bw: Do not consider tile4 as tileY
` ✓ CI.KUnit: success for drm/i915/bw: Bunch of fixes
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/2] complete perf_allow_* trio and use in drm/xe
 2026-05-23 17:52 UTC  (5+ messages)
` [PATCH v2 1/2] perf/core: out-of-line and export perf_allow_cpu/tracepoint()
` [PATCH v2 2/2] drm/xe: gate observation streams with perf_allow_cpu()

drm: xe: Kernel-submitted job timed out
 2026-05-23 14:48 UTC  (7+ messages)

[PATCH v2] drm/xe: Assign queue name in time for drm_sched_init
 2026-05-23 12:24 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for drm/xe: Assign queue name in time for drm_sched_init (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 0/4] DRM RAS Fixes
 2026-05-23  8:15 UTC  (9+ messages)
` [PATCH v2 1/4] drm/ras: Cancel and free message on get counter failure
` [PATCH v2 2/4] drm/xe/drm_ras: Make counter allocation drm managed
` [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
` ✗ CI.checkpatch: warning for DRM RAS Fixes (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/i915: Add the blend mode property to all planes that support alpha blending
 2026-05-23  5:37 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/2] RFC: drm/xe/pagefault: Add SRCID to pagefault reporting
 2026-05-23  4:51 UTC  (6+ messages)
` [PATCH 1/2] drm/xe/pagefault: Add SRCID to pagefault struct
` [PATCH 2/2] drm/xe/vm: Add srcid to xe_vm_get_property_ioctl fault report
` ✓ CI.KUnit: success for RFC: drm/xe/pagefault: Add SRCID to pagefault reporting
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 00/11] Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM
 2026-05-23  4:34 UTC  (17+ messages)
` [PATCH 01/11] drm/i915/psr: Add helper to get Async Video timing support in PR active
` [PATCH 02/11] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support
` [PATCH 03/11] drm/i915/dp: Allow AS SDP only if v2 is supported
` [PATCH 07/11] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
` [PATCH 09/11] drm/i915/dp: Split AS SDP computation between compute_config and compute_config_late
` [PATCH 10/11] drm/i915/dp: Compute and include coasting vtotal for AS SDP
` [PATCH 11/11] drm/i915/dp: Always enable AS SDP if supported by source + sink

[PATCH 0/5] drm/xe: Fix LR exec queue suspend/resume for S3/S4
 2026-05-23  3:23 UTC  (9+ messages)
` [PATCH 1/5] drm/xe/guc: Defer user exec queue scheduler start until after page table restore
` [PATCH 2/5] drm/xe/guc: Don't ban LR VM exec queues on PM suspend
` [PATCH 3/5] drm/xe/guc: Add suspend refcount to exec queue ops
` [PATCH 4/5] drm/xe: Rename EXEC_MODE_LR to EXEC_MODE_FAULT in hw engine group
` [PATCH 5/5] drm/xe: Suspend fault-mode LR jobs before VRAM eviction on S3/S4
` ✓ CI.KUnit: success for drm/xe: Fix LR exec queue suspend/resume for S3/S4 (rev2)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH] drm/xe: Restore IDLEDLY regiter on engine reset
 2026-05-23  2:38 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 0/4] drm/i915/dp: Sanitize link capability change handling
 2026-05-23  2:03 UTC  (9+ messages)
` [PATCH v2 1/4] drm/i915/dp: Reset link params after a DPRX capability change
` [PATCH v2 2/4] drm/i915/dp: Add helper to set common link params
` [PATCH v2 3/4] drm/i915/dp: Cache max common lane count
` [PATCH v2 4/4] drm/i915/dp: Detect changes in common link parameters
` ✓ CI.KUnit: success for drm/i915/dp: Sanitize link capability change handling (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 00/10] GuC paging engine support
 2026-05-23  2:01 UTC  (17+ messages)
` [PATCH v2 01/10] drm/xe/guc: refactor ads to use guc_class
` [PATCH v2 02/10] drm/xe/guc: refactor to_guc_class() to accept hwe
` [PATCH v2 03/10] drm/xe/guc: add the plumbing for GUC_PAGING_CLASS
` [PATCH v2 04/10] drm/xe/hw_engine: don't open code is_usm_hwe()
` [PATCH v2 05/10] drm/xe: refactor the paging engine setup
` [PATCH v2 06/10] drm/xe/guc: handle guc logical instance for paging engine
` [PATCH v2 07/10] drm/xe/guc: handle submit mask with "
` [PATCH v2 08/10] drm/xe/vf: wire up NUM_PAGING_ENGINE_INSTANCES
` [PATCH v2 09/10] drm/xe/hw_engine: document top-down paging requirement
` [PATCH v2 10/10] drm/xe/guc: toggle paging engine support for NVL-S+
` ✓ CI.KUnit: success for GuC paging engine support (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe: Assign queue name in time for drm_sched_init
 2026-05-23  0:28 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH 0/4] drm/xe/mmio: Small improvements
 2026-05-22 23:46 UTC  (13+ messages)
` [PATCH 1/4] drm/xe/mmio: Map MMIO BAR using managed version of pci_iomap
` [PATCH 2/4] drm/xe/mmio: Add check for minimal BAR size
` [PATCH 3/4] drm/xe/mmio: Drop tiles_fini action
` [PATCH 4/4] drm/xe/mmio: Check MMIO BAR size when initializing tiles
` ✓ CI.KUnit: success for drm/xe/mmio: Small improvements
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH v2 0/2] fixes to DRM doc & parameter's print
 2026-05-22 22:19 UTC  (7+ messages)
` [PATCH v2 1/2] drm/print: describe 6th & 9th bit of drm.debug
` [PATCH v2 2/2] drm/managed: fix drmm_add_action() kernel-doc
` ✓ CI.KUnit: success for fixes to DRM doc & parameter's print (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/6] drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels
 2026-05-22 21:37 UTC  (10+ messages)
` [PATCH 1/6] drm/i915/display: Handle VSYNC timing in LRR path
` [PATCH 2/6] drm/i915/panel: Preserve Vtotal-Vsync distance while adjusting vtotal
` [PATCH 3/6] drm/i915/intel_panel: Add a helper to get the highest refresh rate mode
` [PATCH 4/6] drm/i915/intel_panel: Pass crtc_state to intel_panel_compute_config
` [PATCH 5/6] drm/i915/intel_panel: Use highest refresh rate mode for VRR panels
` [PATCH 6/6] drm/i915/intel_panel: Refine VRR fixed mode selection for DRRS panels
` ✓ CI.KUnit: success for drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels (rev3)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH v15 00/28] Add new general DRM property "color format"
 2026-05-22 19:19 UTC  (10+ messages)
` [PATCH v15 11/28] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v15 12/28] drm/i915/dp: "
` [PATCH v15 28/28] drm/connector: Update docs of "colorspace" for color format prop
` ✗ CI.checkpatch: warning for Add new general DRM property "color format" (rev12)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v3 0/4] drm/xe/rtp: WA table context testing
 2026-05-22 18:56 UTC  (5+ messages)
` [PATCH v3 1/4] drm/xe/rtp: Add struct types for RTP tables
` [PATCH v3 2/4] drm/xe/rtp: Ensure gt_was doesn't evaluate rules with engine types
` [PATCH v3 3/4] drm/xe/rtp: Ensure oob_was does not evaluate engine type rules
` [PATCH v3 4/4] drm/xe/rtp: Ensure device_oob_was only evaluates correct rules

[PATCH v6] drm/xe: Unify fault injection hooks for CSC, GT reset
 2026-05-22 17:13 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for drm/xe: Unify fault injection hooks for CSC, GT reset (rev7)
` ✗ Xe.CI.FULL: "

[PATCH v14 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
 2026-05-22 16:05 UTC  (3+ messages)

[PATCH 0/5] drm/i915/dp: Sanitize link capability change handling
 2026-05-22 15:32 UTC  (9+ messages)
` [PATCH 1/5] drm/i915/dp: Add helpers to reset link params

[PATCH] drm/intel/display: Add support for pipe background color (v4)
 2026-05-22 14:42 UTC  (5+ messages)

[PATCH v3 0/7] drm/xe/rtp: Miscellaneous improvements to rule matching
 2026-05-22 14:31 UTC  (3+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/rtp: Miscellaneous improvements to rule matching (rev3)

[PATCH] drm/i915/color: Fix plane color pipeline programming bugs
 2026-05-22 14:31 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH] drm/i915: Don't set min_cdclk in the initial crtc_state
 2026-05-22 14:30 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v4 0/5] gpu/buddy: Per-order free and used block scoreboards
 2026-05-22 14:15 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for gpu/buddy: Per-order free and used block scoreboards (rev5)

[PATCH v1 0/2] fixes to DRM doc & parameter's print
 2026-05-22 13:40 UTC  (4+ messages)
` [PATCH v1 2/2] drm/managed: fix drmm_add_mod_or_reset() kernel-doc

[PATCH v7 0/8] Introduce Xe PCIe FLR
 2026-05-22 13:20 UTC  (2+ messages)

[BUG] xe: Meteor Lake 7d55 eDP PHY A/DPLL state mismatch, flip_done timeout
 2026-05-21 17:57 UTC  (2+ messages)

[PATCH] drm/i915/color: Fix plane color pipeline programming bugs
 2026-05-21 19:39 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT
  ` [PATCH v2 2/2] drm/i915/color: Fix Pre-CSC degamma LUT bounds


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