Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-25 12:17:50 to 2025-10-27 18:19:00 UTC [more...]

[RFC v2 0/8] dma-buf: Add support for mapping dmabufs via interconnects
 2025-10-27 18:18 UTC  (11+ messages)
` [RFC v2 1/8] dma-buf: Add support for map/unmap APIs for interconnects
` [RFC v2 2/8] dma-buf: Add a helper to match interconnects between exporter/importer
` [RFC v2 3/8] dma-buf: Create and expose IOV interconnect to all exporters/importers
` [RFC v2 4/8] vfio/pci/dmabuf: Add support for IOV interconnect
` [RFC v2 5/8] drm/xe/dma_buf: "
` [RFC v2 6/8] drm/xe/pf: Add a helper function to get a VF's backing object in LMEM
` [RFC v2 7/8] drm/xe/bo: Create new dma_addr array for dmabuf BOs associated with VFs
` [RFC v2 8/8] drm/xe/pt: Add an additional check for dmabuf BOs while doing bind

[PATCH 0/6] Fix a couple of wedge corner-case memory leaks
 2025-10-27 18:17 UTC  (9+ messages)
` [PATCH 1/6] drm/xe: Add additional trace points for LRCs
` [PATCH 2/6] drm/xe: Add a trace point for VM close
` [PATCH 3/6] drm/xe: Add the BO pointer info to the BO trace
` [PATCH 4/6] drm/xe: Add new exec queue trace points
` [PATCH 5/6] drm/xe: Correct migration VM teardown order
` [PATCH 6/6] drm/xe: Clean up GuC software state after a wedge
` ✗ CI.checkpatch: warning for Fix a couple of wedge corner-case memory leaks (rev6)
` ✗ CI.KUnit: failure "

[PATCH 00/14] PF: Add sriov_admin sysfs tree
 2025-10-27 18:09 UTC  (11+ messages)
` [PATCH 01/14] drm/xe/pf: Prepare sysfs for SR-IOV admin attributes
` [PATCH 02/14] drm/xe/pf: Take RPM during calls to SR-IOV attr.store()
` [PATCH 03/14] drm/xe/pf: Allow change PF and VFs EQ/PT using sysfs
` [PATCH 14/14] drm/xe/pf: Add documentation for sriov_admin attributes

[PATCH v2 0/4] drm/i915/x3p_lpd: FBC related patches
 2025-10-27 18:07 UTC  (8+ messages)
` [PATCH v2 1/4] drm/i915/xe3p_lpd: Extend FBC support to UINT16 formats
` [PATCH v2 2/4] drm/i915/xe3p_lpd: Add FBC support for FP16 formats
` [PATCH v2 3/4] drm/i915/xe3p_lpd: extract pixel format valid routine "
` [PATCH v2 4/4] drm/i915/xe3p_lpd: use pixel normalizer for fp16 formats for FBC
` ✗ CI.checkpatch: warning for drm/i915/x3p_lpd: FBC related patches
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v3] drm/i915/display: Extend i915_display_info with Type-C port details
 2025-10-27 17:53 UTC  (2+ messages)

[RFC PATCH 0/3] Enforce DRM scheduler reclaim rules
 2025-10-27 17:00 UTC  (7+ messages)
` [RFC PATCH 2/3] drm/sched: Taint workqueues with reclaim
` [RFC PATCH 3/3] drm/sched: Prevent adding dependencies to an armed job

[PATCH] drm/xe/pf: Access VF's register using dedicated MMIO view
 2025-10-27 16:57 UTC  (8+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/xe: Fix uninitialized return value from xe_validation_guard()
 2025-10-27 16:52 UTC  (4+ messages)
` ✓ CI.KUnit: success for "

[RFC PATCH] i915/display/intel_ddi: Reduce severity of failed FEC enabling
 2025-10-27 16:33 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Limit number of jobs per exec queue
 2025-10-27 16:33 UTC  (6+ messages)
` [PATCH v2] "
` ✓ CI.KUnit: success for drm/xe: Limit number of jobs per exec queue (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v8 00/22] Enable/Disable DC balance along with VRR DSB
 2025-10-27 16:29 UTC  (23+ messages)
` [PATCH v8 01/22] drm/i915/display: Add source param for dc balance
` [PATCH v8 02/22] drm/i915/dmc: Add pipe dmc registers and bits for DC Balance
` [PATCH v8 03/22] drm/i915/vrr: Add VRR DC balance registers
` [PATCH v8 04/22] drm/i915/vrr: Add functions to read out vmin/vmax stuff
` [PATCH v8 05/22] drm/i915/vrr: Add DC Balance params to crtc_state
` [PATCH v8 06/22] drm/i915/vrr: Add state dump for DC Balance params
` [PATCH v8 07/22] drm/i915/vrr: Add compute config "
` [PATCH v8 08/22] drm/i915/display: Add DC Balance flip counter in crtc
` [PATCH v8 09/22] drm/i915/vrr: Increment DC balance flip count on every flip
` [PATCH v8 10/22] drm/i915/vrr: Add function to reset DC Balance flip count
` [PATCH v8 11/22] drm/i915/vrr: Add function reset DC balance accumulated params
` [PATCH v8 12/22] drm/i915/vrr: Write DC balance params to hw registers
` [PATCH v8 13/22] drm/i915/vrr: Configure DC balance flipline adjustment
` [PATCH v8 14/22] drm/i915/vblank: Extract vrr_vblank_start()
` [PATCH v8 15/22] drm/i915/vrr: Implement vblank evasion with DC balancing
` [PATCH v8 16/22] drm/i915/display: Wait for VRR PUSH status update
` [PATCH v8 17/22] drm/i915/dsb: Add pipedmc dc balance enable/disable
` [PATCH v8 18/22] drm/i915/vrr: Pause DC Balancing for DSB commits
` [PATCH v8 19/22] drm/i915/display: Add function to configure event for dc balance
` [PATCH v8 20/22] drm/i915/vrr: Enable Adaptive sync counter bit
` [PATCH v8 21/22] drm/i915/vrr: Enable DC Balance
` [PATCH v8 22/22] drm/i915/vrr: Add function to check if DC Balance Possible

[PATCH 0/9] drm/i915: Fix CDCLK and scaler prefill calculations
 2025-10-27 15:40 UTC  (7+ messages)
` [PATCH 7/9] drm/i915/wm: Do skl_wm_check_vblank() after DDB stuff
` [PATCH 8/9] drm/i915/cdclk: Use a more optimal min_cdclk for vblank length check
` [PATCH 9/9] drm/i915/scaler: Use the actual scale factors "

[CI v3] verbose p2p
 2025-10-27 15:38 UTC  (3+ messages)
` ✓ CI.KUnit: success for verbose p2p (rev3)
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/xe3: Add WA_14024681466 for Xe3_LPG
 2025-10-27 15:35 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/xe3: Add WA_14024681466 for Xe3_LPG (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v7 0/4] Introduce GT runtime suspend/resume
 2025-10-27 15:07 UTC  (8+ messages)
` [PATCH v7 1/4] drm/xe/vf: Update pause/unpause() helpers with VF naming
` [PATCH v7 2/4] drm/xe/guc_submit: Introduce pause/unpause() helpers for PF
` [PATCH v7 3/4] drm/xe/pm: Assert on runtime suspend if VFs are enabled
` [PATCH v7 4/4] drm/xe/gt: Introduce runtime suspend/resume
` ✓ CI.KUnit: success for Introduce GT runtime suspend/resume (rev5)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 1/2] PCI: Release BAR0 of an integrated bridge to allow GPU BAR resize
 2025-10-27 15:04 UTC  (2+ messages)

[PATCH v2 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-27 14:52 UTC  (19+ messages)
` [PATCH v2 03/26] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH v2 04/26] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v2 05/26] drm/xe/pf: Add helpers for migration data allocation / free
` [PATCH v2 06/26] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH v2 07/26] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH v2 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics

[PATCH v2 0/8] drm/xe: CRI support in gt_throttle + refactors
 2025-10-27 13:26 UTC  (19+ messages)
` [PATCH v2 1/8] drm/xe/cri: Add new performance limit reasons bits
` [PATCH v2 2/8] drm/xe/gt_throttle: Tidy up perf reasons reading
` [PATCH v2 3/8] drm/xe/gt_throttle: Always read and mask
` [PATCH v2 4/8] drm/xe/gt_throttle: Add throttle_to_gt()
` [PATCH v2 5/8] drm/xe/gt_throttle: Tidy up attribute definition
` [PATCH v2 6/8] drm/xe: Improve freq and throttle documentation
` [PATCH v2 7/8] drm/xe/gt_throttle: Drop individual show functions
` [PATCH v2 8/8] drm/xe/gt_throttle: Avoid TOCTOU when monitoring reasons
` ✗ CI.checkpatch: warning for drm/xe: CRI support in gt_throttle + refactors (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/3] drm: replace drm_print.h includes from headers with a forward declaration
 2025-10-27 13:10 UTC  (5+ messages)

[FOR CI 0/5] Testing PREEMPT_RT with disabling interrupts in the most critical section
 2025-10-27 12:52 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for Testing PREEMPT_RT with disabling interrupts in the most critical section. (rev3)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

VM modesetting
 2025-10-27 12:32 UTC  (3+ messages)

[PATCH v2] drm/fb-helper: Allocate and release fb_info in single place
 2025-10-27 11:42 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/fb-helper: Allocate and release fb_info in single place (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/i915/vrr: Fix transmission line for Adaptive Sync SDP
 2025-10-27 11:07 UTC  (7+ messages)

[PATCH] drm/xe/pf: Fix VF FLR synchronization between all GTs
 2025-10-27 10:31 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[v5 00/24] Plane Color Pipeline support for Intel platforms
 2025-10-27  9:38 UTC  (3+ messages)
` [v5 09/24] drm/i915/color: Add helper to create intel colorop

[PATCH 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-27  7:02 UTC  (4+ messages)
` [PATCH 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics

[PATCH v3 0/2] Fix serialization on burst of unbinds - v2
 2025-10-27  2:13 UTC  (2+ messages)

[PATCH] drm/fb-helper: Allocate and release fb_info in single place
 2025-10-27  0:46 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/xe_survivability: Add support for survivability mode v2
 2025-10-26 18:59 UTC  (4+ messages)

[PATCH 00/10] Introduce drm sharpness property
 2025-10-26 17:26 UTC  (11+ messages)
` [PATCH 01/10] drm/drm_crtc: Introduce sharpness strength property
` [PATCH 02/10] drm/i915/display: Introduce HAS_CASF for sharpness support
` [PATCH 03/10] drm/i915/display: Add CASF strength and winsize
` [PATCH 04/10] drm/i915/display: Add filter lut values
` [PATCH 05/10] drm/i915/display: Compute the scaler coefficients
` [PATCH 06/10] drm/i915/display: Add and compute scaler parameter
` [PATCH 07/10] drm/i915/display: Configure the second scaler
` [PATCH 08/10] drm/i915/display: Set and get the casf config
` [PATCH 09/10] drm/i915/display: Enable/disable casf
` [PATCH 10/10] drm/i915/display: Expose sharpness strength property

[PATCH] drm/xe/xe3: Apply wa_14024997852
 2025-10-26 13:09 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/xe3: Apply wa_14024997852 (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/xe3: Apply wa_14024997852
 2025-10-26 11:15 UTC  (2+ messages)
` [PATCH v2] "

[drm-xe:drm-xe-next] BUILD SUCCESS fab36494f26c1818f0d02230f30aca45b4888848
 2025-10-25 19:56 UTC 

[PATCH 10/15] drm/xe: Use the vma attibute drm_pagemap to select where to migrate
 2025-10-25 18:01 UTC  (2+ messages)

[PATCH AUTOSEL 6.17] drm/xe/pcode: Initialize data0 for pcode read routine
 2025-10-25 16:01 UTC  (22+ messages)
` [PATCH AUTOSEL 6.17] drm/xe: improve dma-resv handling for backup object
` [PATCH AUTOSEL 6.17] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
` [PATCH AUTOSEL 6.17] drm/xe/ptl: Apply Wa_16026007364
` [PATCH AUTOSEL 6.17] drm/xe: Set GT as wedged before sending wedged uevent
` [PATCH AUTOSEL 6.17] drm/xe/i2c: Enable bus mastering
` [PATCH AUTOSEL 6.17] drm/xe/configfs: Enforce canonical device names
` [PATCH AUTOSEL 6.17] drm/xe: Extend Wa_22021007897 to Xe3 platforms
` [PATCH AUTOSEL 6.17] drm/xe: Cancel pending TLB inval workers on teardown
` [PATCH AUTOSEL 6.17-6.12] drm/xe/guc: Increase GuC crash dump buffer size
` [PATCH AUTOSEL 6.17] drm/xe/wcl: Extend L3bank mask workaround
` [PATCH AUTOSEL 6.17-6.12] drm/xe/guc: Set upper limit of H2G retries over CTB
` [PATCH AUTOSEL 6.17] drm/xe: Make page size consistent in loop
` [PATCH AUTOSEL 6.17] drm/xe/guc: Add devm release action to safely tear down CT
` [PATCH AUTOSEL 6.17] drm/xe/pf: Program LMTT directory pointer on all GTs within a tile
` [PATCH AUTOSEL 6.17] drm/xe/guc: Always add CT disable action during second init step
` [PATCH AUTOSEL 6.17] drm/xe/pf: Don't resume device from restart worker
` [PATCH AUTOSEL 6.17-6.12] drm/xe/guc: Return an error code if the GuC load fails
` [PATCH AUTOSEL 6.17] drm/xe: Ensure GT is in C0 during resumes
` [PATCH AUTOSEL 6.17] drm/xe: rework PDE PAT index selection
` [PATCH AUTOSEL 6.17-6.12] drm/xe/guc: Add more GuC load error status codes
` [PATCH AUTOSEL 6.17-6.12] drm/xe: Fix oops in xe_gem_fault when running core_hotunplug test

[PATCH 0/5] drm/xe: CRI support in gt_throttle + refactors
 2025-10-25 15:46 UTC  (5+ messages)
` [PATCH 3/5] drm/xe/gt_throttle: Always read and mask

[PATCH 00/15] Dynamic drm_pagemaps and Initial multi-device SVM
 2025-10-25 14:14 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ 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