Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-14 04:29:56 to 2025-10-15 03:18:43 UTC [more...]

[PATCH 00/32] drm/i915/display: Add initial support for Xe3p_LPD
 2025-10-15  3:15 UTC  (31+ messages)
` [PATCH 01/32] drm/xe/nvl: Define NVL-S platform
` [PATCH 02/32] drm/i915/xe3p_lpd: Add Xe3p_LPD display IP features
` [PATCH 03/32] drm/i915/xe3p_lpd: Drop north display reset option programming
` [PATCH 04/32] drm/i915/display: Use braces for if-ladder in intel_bw_init_hw()
` [PATCH 05/32] drm/i915/dram: Add field ecc_impacting_de
` [PATCH 06/32] drm/i915/xe3p_lpd: Update bandwidth parameters
` [PATCH 07/32] drm/i915/xe3p_lpd: Expand bifield masks dbuf blocks fields
` [PATCH 08/32] drm/i915/xe3p_lpd: Support UINT16 formats
` [PATCH 09/32] drm/i915/xe3p_lpd: Extend FBC support to "
` [PATCH 10/32] drm/i915/xe3p_lpd: Horizontal flip support for linear surfaces
` [PATCH 11/32] drm/i915/xe3p_lpd: Wait for AUX channel power status
` [PATCH 12/32] drm/i915/xe3p_lpd: Underrun debuggability and error codes/hints
` [PATCH 13/32] drm/i915/xe3p_lpd: Remove gamma,csc bottom color checks
` [PATCH 14/32] drm/i915/xe3p_lpd: Adapt to updates on MBUS_CTL/DBUF_CTL registers
` [PATCH 15/32] drm/i915/xe3p_lpd: Always apply level-0 watermark adjustment
` [PATCH 16/32] drm/i915/xe3p_lpd: Add CDCLK table
` [PATCH 17/32] drm/i915/xe3p_lpd: Load DMC firmware
` [PATCH 18/32] drm/i915/xe3p_lpd: Drop support for interlace mode
` [PATCH 19/32] drm/i915/xe3p_lpd: PSR SU minimum lines is 4
` [PATCH 20/32] drm/i915/xe3p_lpd: Enable system caching for FBC
` [PATCH 21/32] drm/i915/xe3p_lpd: Extend Wa_16025573575
` [PATCH 22/32] drm/i915/xe3p_lpd: Don't allow odd ypan or ysize with semiplanar format
` [PATCH 23/32] drm/i915/xe3p_lpd: Reload DMC MMIO for pipes C and D
` [PATCH 24/32] drm/i915/xe3p_lpd: Introduce pixel normalizer config support
` [PATCH 25/32] drm/i915/xe3p_lpd: Add FBC support for FP16 formats
` [PATCH 26/32] drm/i915/xe3p_lpd: Enable pixel normalizer for fp16 formats for FBC
` [PATCH 27/32] drm/i915/vbt: Add fields dedicated_external and dyn_port_over_tc
` [PATCH 28/32] drm/i915/power: Use intel_encoder_is_tc()
` [PATCH 29/32] drm/i915/display: Handle dedicated external ports in intel_encoder_is_tc()
` [PATCH 30/32] drm/i915/wm: don't use method1 in Xe3p_LPD onwards

[PATCH 00/23] drm/xe: Add Xe3p support
 2025-10-15  2:52 UTC  (49+ messages)
` [PATCH 01/23] drm/xe/xe3: Add support for graphics IP versions 30.04 & 30.05
` [PATCH 02/23] drm/xe/xe3p_lpm: Add support for media IP versions 35.00 & 35.03
` [PATCH 03/23] drm/xe/xe3p_lpm: Configure MAIN_GAMCTRL_QUEUE_SELECT
` [PATCH 04/23] drm/xe/xe3p_lpm: Add special check in Media GT for Main GAMCTRL
` [PATCH 05/23] drm/xe/xe3p_lpm: Stop reading the CTC_MODE register
` [PATCH 06/23] drm/xe/xe3p_lpm: Skip disabling NOA on unsupported IPs
` [PATCH 10/23] drm/xe/xe3p: Skip TD flush
` [PATCH 11/23] drm/xe/xe3p: Enable L2 flush optimization feature
` [PATCH 12/23] drm/xe/xe3p: Flush userptr/shrinker bo cachelines manually
` [PATCH 13/23] drm/xe: Dump CURRENT_LRCA and CSMQDEBUG registers
` [PATCH 14/23] drm/xe/nvl: Define NVL-S platform
` [PATCH 16/23] drm/xe/nvls: Attach MOCS table for NVL-S
` [PATCH 17/23] drm/xe/xe3p_xpc: Add Xe3p_XPC IP definition
` [PATCH 18/23] drm/xe/xe3p_xpc: Add L3 bank mask
` [PATCH 20/23] drm/xe/xe3p_xpc: Add support for compute walker for non-MSIx
` [PATCH 21/23] drm/xe/xe3p_xpc: Skip compression tuning on platforms without flatccs
` [PATCH 23/23] drm/xe/xe3p: Add xe3p EU stall data format
` ✓ Xe.CI.Full: success for drm/xe: Add Xe3p support

[PATCH v3 0/7] drm/xe: Guard against NULL return for xe_device_get_gt
 2025-10-15  2:37 UTC  (18+ messages)
` [PATCH v3 1/7] drm/xe: s/xe_device_get_gt/xe_device_lookup_gt
` [PATCH v3 2/7] drm/xe: Don't call xe_device_lookup_gt twice in xe_hw_engine_lookup
` [PATCH v3 3/7] drm/xe/xe_device: Reintroduce xe_device_get_gt
` [PATCH v3 4/7] drm/xe: Guard against NULL GT in xe_sriov_vf.c
` [PATCH v3 5/7] drm/xe: Guard against NULL GT in xe_pmu.c
` [PATCH v3 6/7] drm/xe: Guard against NULL GT in xe_guc.c
` [PATCH v3 7/7] drm/xe/tests: Use any available GT for testing
` ✓ CI.KUnit: success for drm/xe: Guard against NULL return for xe_device_get_gt
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/4] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-15  1:13 UTC  (7+ messages)
` [PATCH v2 1/4] drm/xe/vf: Fix GuC FW check for VF migration support
` [PATCH v2 2/4] drm/xe/vf: Skip fixups on VF migration before getting GGTT info
` [PATCH v2 3/4] drm/xe: Assert that VF will never use fixed placement of BOs
` [PATCH v2 4/4] drm/xe/vf: Do not disable VF migration on ATS-M
` ✓ CI.KUnit: success for drm/xe/vf: Minor fixes to post-migration recovery (rev2)
` ✓ Xe.CI.BAT: "

[PATCH 0/6] Fix a couple of wedge corner-case memory leaks
 2025-10-15  0:59 UTC  (12+ 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 (rev4)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
  `  "

[PATCH] drm/xe/uapi: Add documentation for DRM_XE_GEM_CREATE_FLAG_SCANOUT
 2025-10-15  0:24 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 0/8] Preparatory patches for guardband optimization
 2025-10-14 21:39 UTC  (16+ messages)
` [PATCH 5/8] drm/i915/psr: Consider SCL lines when validating vblank for wake latency
` [PATCH 6/8] drm/i915/display: Check if final vblank is sufficient for PSR features
` [PATCH 7/8] drm/i915/display: Add vblank_start adjustment logic for always-on VRR TG
` [PATCH 8/8] drm/i915/display: Prepare for vblank_delay for LRR
` ✓ CI.KUnit: success for Preparatory patches for guardband optimization (rev4)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ CI.KUnit: success for Preparatory patches for guardband optimization (rev5)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: success for Preparatory patches for guardband optimization (rev4)
` ✓ Xe.CI.Full: success for Preparatory patches for guardband optimization (rev5)

[PATCH v6 00/12] drm/xe: Make all xe_ggtt structs private
 2025-10-14 21:20 UTC  (13+ messages)
` [PATCH v6 01/12] drm/xe: Start using ggtt->start in preparation of balloon removal
` [PATCH v6 02/12] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT
` [PATCH v6 03/12] drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_node
` [PATCH v6 04/12] drm/xe/display: Avoid "
` [PATCH v6 05/12] drm/xe: Do not dereference ggtt_node in xe_bo.c
` [PATCH v6 06/12] drm/xe: Improve xe_gt_sriov_pf_config GGTT handling
` [PATCH v6 07/12] drm/xe: Privatize xe_ggtt_node
` [PATCH v6 08/12] drm/xe: Make xe_ggtt_node offset relative to starting offset
` [PATCH v6 09/12] drm/xe: Rewrite GGTT VF initialisation
` [PATCH v6 10/12] drm/xe: Move struct xe_ggtt to xe_ggtt.c
` [PATCH v6 11/12] drm/xe: Make xe_ggtt_node_insert return a node
` [PATCH v6 12/12] drm/xe: Remove xe_ggtt_node_allocated

[PATCH] drm/xe: Don't call xe_device_get_gt twice in xe_hw_engine_lookup
 2025-10-14 21:03 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/guc: Eliminate RPe caching for SLPC parameter handling
 2025-10-14 20:39 UTC  (7+ messages)
` ✓ Xe.CI.Full: success for drm/xe/guc: Eliminate RPe caching for SLPC parameter handling (rev2)

[PATCH v2 0/9] drm/i915/prefill: Introduce helpers for prefill latency calculations
 2025-10-14 20:05 UTC  (14+ messages)
` [PATCH v2 1/9] drm/i915/vblank: Add helper to get correct vblank length
` [PATCH v2 2/9] drm/i915: Reject modes with linetime > 64 usec
` [PATCH v2 3/9] drm/i915/cdclk: Add prefill helpers for CDCLK
` [PATCH v2 4/9] drm/i915/cdclk: Add intel_cdclk_min_cdclk_for_prefill()
` [PATCH v2 5/9] drm/i915/dsc: Add prefill helper for DSC
` [PATCH v2 6/9] drm/i915/scaler: Add scaler prefill helpers
` [PATCH v2 7/9] drm/i915/wm: Add WM0 "
` [PATCH v2 8/9] drm/i915/prefill: Introduce skl_prefill.c
` [PATCH v2 9/9] drm/i915/wm: Use skl_prefill
` ✗ CI.checkpatch: warning for drm/i915/prefill: Introduce helpers for prefill latency calculations (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v5 0/2] Introduce GT runtime suspend/resume
 2025-10-14 18:09 UTC  (7+ messages)
` [PATCH v5 1/2] drm/xe/guc: Make xe_guc_submit_pause() available for non-VF cases
` [PATCH v5 2/2] drm/xe/gt: Introduce runtime suspend/resume
` ✓ CI.KUnit: success for Introduce GT runtime suspend/resume (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 1/2] drm/xe: Retain vma flags when recreating and splitting vmas for madvise
 2025-10-14 17:39 UTC  (6+ messages)
` [PATCH 2/2] drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flag
` ✓ CI.KUnit: success for series starting with [1/2] drm/xe: Retain vma flags when recreating and splitting vmas for madvise
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/guc: Check CT enable state before deregistering exec queue
 2025-10-14 15:15 UTC  (4+ messages)
` [PATCH v2] drm/xe/guc: Check GuC running "

[PATCH v5 00/23] Allow configfs to disable specific GT type(s)
 2025-10-14 15:10 UTC  (3+ messages)
` ✓ Xe.CI.Full: success for Allow configfs to disable specific GT type(s) (rev5)

[PATCH] drm/xe/kunit: Fix kerneldoc for parameterized tests
 2025-10-14 14:41 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/xe/xe_survivability: Add support for survivability mode v2
 2025-10-14 14:09 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] tests/intel/xe_exec_compute_mode: Remove non-block section
 2025-10-14 14:03 UTC  (4+ messages)

[drm-xe:drm-xe-fixes] BUILD SUCCESS 9f64b3cd051b825de0a2a9f145c8e003200cedd5
 2025-10-14 13:25 UTC 

[PATCH] drm/xe/guc: Destroy LR exec queue directly if GuC is not running
 2025-10-14 12:53 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: xe_guc_pc.c: fix DOC underlines
 2025-10-14 11:30 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for drm/xe: xe_guc_pc.c: fix DOC underlines (rev2)

[PATCH v1 0/3] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-14 10:44 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 0/7] Fix a couple of wedge corner-case memory leaks
 2025-10-14 10:02 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Fix a couple of wedge corner-case memory leaks (rev3)

[PATCH 3/3] drm/i915/display: add HAS_AUX_CCS() feature check
 2025-10-14  9:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/9] drm/i915: Reorder cdclk stuff for vblank/guardband length checks
 2025-10-14  8:53 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[RFC PATCH] drm/xe: Retain vma flags when recreating and splitting vmas for madvise
 2025-10-14  7:34 UTC  (3+ messages)

[PATCH v2] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-14  7:33 UTC  (2+ messages)

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

[PATCH v3 0/2] Wire up reset/postinstall for I2C IRQ
 2025-10-14  4:52 UTC  (3+ messages)

[PATCH 2/9] drm/{i915,xe}/fbdev: add intel_fbdev_fb_pitch_align()
 2025-10-14  4:48 UTC  (12+ messages)
` [PATCH 2/9] drm/{i915, xe}/fbdev: "


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