public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-04-14 22:58:53 to 2026-04-16 00:29:44 UTC [more...]

[PATCH v11 01/20] gpu: nova-core: gsp: Return GspStaticInfo from boot()
 2026-04-16  0:29 UTC  (26+ messages)
` [PATCH v11 02/20] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v11 03/20] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v11 04/20] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v11 05/20] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v11 06/20] gpu: nova-core: mm: Add common memory management types
` [PATCH v11 07/20] gpu: nova-core: mm: Add TLB flush support
` [PATCH v11 08/20] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v11 09/20] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v11 10/20] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v11 11/20] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v11 12/20] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v11 13/20] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v11 14/20] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v11 15/20] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v11 16/20] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v11 17/20] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v11 18/20] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v11 19/20] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v11 20/20] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v11 00/21] gpu: nova-core: Add memory management support
` ✗ CI.checkpatch: warning for series starting with [v11,01/20] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe/eustall: Fix drm_dev_put called before stream disable in close
 2026-04-15 23:55 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v4 0/3] drm/xe/pat: Type cleanup and invalid index hardening
 2026-04-15 23:55 UTC  (5+ messages)
` [PATCH v4 1/3] drm/xe: Standardize pat_index to u16 type
` [PATCH v4 2/3] drm/xe/pat: Default XE_CACHE_NONE_COMPRESSION to invalid
` [PATCH v4 3/3] drm/xe/pat: Introduce xe_cache_pat_idx() macro helper
` ✓ CI.KUnit: success for drm/xe/pat: Type cleanup and invalid index hardening

[PATCH v2 00/32] Vswing/Preemphasis Override
 2026-04-15 23:46 UTC  (33+ messages)
` [PATCH v2 01/32] drm/i915/buf_trans: align xe3plpd with VS/PE-O layout
` [PATCH v2 02/32] drm/i915/bios: search for VBT #57 by default
` [PATCH v2 03/32] drm/i915/bios: log unsupported VS/PE-O parsing
` [PATCH v2 04/32] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v2 05/32] drm/i915/bios: de/allocate VS/PE-O buffers' matrix
` [PATCH v2 06/32] drm/i915/bios: structurize VS/PE-O metadata
` [PATCH v2 07/32] drm/i915/bios: add buf_trans for each bios_encoder
` [PATCH v2 08/32] drm/i915/bios: de/allocate buf_trans for each port
` [PATCH v2 09/32] drm/i915/bios: check VS/PE-O in helper func
` [PATCH v2 10/32] drm/i915/bios: print VS/PE-O port info
` [PATCH v2 11/32] drm/i915/bios: remove VS/PE-O warning
` [PATCH v2 12/32] drm/i915/ddi: expose VS/PE-O buffers to intel_encoder
` [PATCH v2 13/32] drm/i915/ddi: add wrapper for calling ->get_buf_trans() hook
` [PATCH v2 14/32] drm/i915/buf_trans: override VS/PE-O when requested
` [PATCH v2 15/32] drm/i915/buf_trans: abstract VS/PE-O index computation
` [PATCH v2 16/32] drm/i915/bios: parse LT's VS/PE-O tables
` [PATCH v2 17/32] drm/i915/bios: shrink all LT's VS/PE tables
` [PATCH v2 18/32] drm/i915/buf_trans: compute LT's VS/PE-O index
` [PATCH v2 19/32] drm/i915/buf_trans: enumerate LT's VS/PE-O indices
` [PATCH v2 20/32] drm/i915/bios: parse Snps's VS/PE-O tables
` [PATCH v2 21/32] drm/i915/bios: shrink all Snps's VS/PE tables
` [PATCH v2 22/32] drm/i915/buf_trans: compute C20's VS/PE-O index
` [PATCH v2 23/32] drm/i915/buf_trans: enumerate C20's VS/PE-O indices
` [PATCH v2 24/32] drm/i915/buf_trans: compute C10's VS/PE-O index
` [PATCH v2 25/32] drm/i915/buf_trans: enumerate C10's VS/PE-O indices
` [PATCH v2 26/32] drm/i915/bios: parse EHL's VS/PE-O tables
` [PATCH v2 27/32] drm/i915/bios: shrink all ICL's VS/PE tables
` [PATCH v2 28/32] drm/i915/buf_trans: compute EHL's VS/PE-O index
` [PATCH v2 29/32] drm/i915/buf_trans: enumerate EHL's VS/PE-O indices
` [PATCH v2 30/32] drm/i915/bios: parse JSL's VS/PE-O tables
` [PATCH v2 31/32] drm/i915/buf_trans: compute JSL's VS/PE-O index
` [PATCH v2 32/32] drm/i915/buf_trans: enumerate JSL's VS/PE-O indices

[PATCH v3 0/7] drm/i915/reset: Expose "display_reset_count" in debugfs
 2026-04-15 23:44 UTC  (11+ messages)
` [PATCH v3 1/7] drm/i915: Clear i915->display when no longer valid
` [PATCH v3 2/7] drm/xe: Clear xe->display "
` [PATCH v3 3/7] drm/i915/reset: Reorganize display reset code
` [PATCH v3 4/7] drm/i915/reset: Move pending_fb_pin handling to i915
` [PATCH v3 5/7] drm/xe/display: Add init_clock_gating.h stubs
` [PATCH v3 6/7] drm/i915/reset: Add "display_reset_count" debugfs file
` [PATCH v3 7/7] drm/i915/reset: Disable execlist per-engine reset for display reset tests
` ✓ CI.KUnit: success for drm/i915/reset: Expose "display_reset_count" in debugfs (rev4)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/6] drm: handle IRQ_HPD events correctly
 2026-04-15 23:22 UTC  (7+ messages)
` [PATCH 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()
` [PATCH 2/6] drm/bridge: pass down IRQ_HPD to the drivers
` [PATCH 3/6] drm/bridge: aux-hpd: let drivers pass IRQ_HPD events
` [PATCH 4/6] drm/msm: dp: handle the IRQ_HPD events reported by USB-C
` [PATCH 5/6] soc: qcom: pmic-glink-altmode: pass down HPD_IRQ events
` [PATCH 6/6] usb: typec: ucsi: huawei-gaokun: "

[PATCH] scripts/kernel-doc: Detect mismatched inline member documentation tags
 2026-04-15 22:51 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH v5 1/1] drm/xe/eustall: Return ENODEV from read if EU stall registers get reset
 2026-04-15 20:46 UTC  (4+ messages)
` ✓ CI.KUnit: success for series starting with [v5,1/1] "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe: Apply WA_14026810691 to engine
 2026-04-15 20:41 UTC  (5+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: Apply WA_14026810691 to engine (rev2)

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-15 20:23 UTC  (5+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH] [RFC]: drm/i915/display: Use ceiling division for NV12 UV surface offset calculation
 2026-04-15 20:00 UTC  (16+ messages)
` ✓ CI.KUnit: success for : drm/i915/display: Use ceiling division for NV12 UV surface offset calculation (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
` [PATCH] [RFC v3]: drm/i915/display: Use ceiling division for NV12 UV surface offset calculation
` ✗ CI.checkpatch: warning for : drm/i915/display: Use ceiling division for NV12 UV surface offset calculation (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v11 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
 2026-04-15 19:48 UTC  (3+ messages)
` [PATCH v11 2/2] PCI: Fix AB-BA deadlock between device_lock and pci_rescan_remove_lock in remove_store

[PATCH 0/3] drm/xe/oa: OA register whitelist fixes
 2026-04-15 17:29 UTC  (10+ messages)
` [PATCH 1/3] drm/xe/oa: Don't whitelist OA status registers
` [PATCH 2/3] drm/xe/oa: Don't whitelist OA head pointer registers
` [PATCH 3/3] drm/xe/oa: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG
` ✗ CI.checkpatch: warning for drm/xe/oa: OA register whitelist fixes
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v5 0/9] Introduce Xe PCIe FLR
 2026-04-15 17:02 UTC  (16+ messages)
` [PATCH v5 1/9] drm/xe/uc_fw: Allow re-initializing firmware
` [PATCH v5 3/9] drm/xe/gt: Introduce FLR helpers
` [PATCH v5 7/9] drm/xe/exec_queue: Introduce xe_exec_queue_reinit()
` [PATCH v5 9/9] drm/xe/pci: Introduce PCIe FLR

[PATCH v3 0/3] drm/xe/pat: Type cleanup and invalid index hardening
 2026-04-15 16:46 UTC  (6+ messages)
` [PATCH v3 3/3] drm/xe/pat: Introduce xe_cache_pat_idx() helper
` ✓ Xe.CI.FULL: success for drm/xe/pat: Type cleanup and invalid index hardening

[PULL] topic/pipe-reorder for drm-intel-next and possibly v7.1-rc1
 2026-04-15 16:40 UTC  (3+ messages)

[drm-xe:drm-xe-next] BUILD SUCCESS 37c831f401746a45d510b312b0ed7a77b1e06ec8
 2026-04-15 16:14 UTC 

[RFC PATCH V7 0/9] Add memory page offlining support
 2026-04-15 15:10 UTC  (2+ messages)

[PATCH] drm/i915/ddi: add wrapper for calling ->get_buf_trans() hook
 2026-04-15 14:49 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe/pf: Streamline fair scheduling error reporting
 2026-04-15 14:24 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.FULL: "

[PATCH] drm/xe/bo: Cache vram_region_gpu_offset in struct xe_bo
 2026-04-15 10:50 UTC  (5+ messages)

[PATCH] drm/xe: Reject coh_none PAT index for CPU cached memory in madvise
 2026-04-15 12:15 UTC  (5+ messages)
` [PATCH v8 0/2] drm/xe: Reject unsafe PAT indices for CPU cached memory
  ` [PATCH v8 1/2] drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madvise
  ` [PATCH v8 2/2] drm/xe: Reject coh_none PAT index for CPU_ADDR_MIRROR

[PATCH v2 0/5] drm/i915/reset: Expose "display_reset_count" in debugfs
 2026-04-15 11:49 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/i915/reset: Expose "display_reset_count" in debugfs (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v6] drm/i915/display: change pipe allocation order for discrete platforms
 2026-04-15 10:57 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/display: change pipe allocation order for discrete platforms (rev6)
` ✗ Xe.CI.FULL: failure "

[PATCH v2 1/5] drm/i915/reset: Reorganize display reset code
 2026-04-15  8:56 UTC  (2+ messages)
` [PATCH v3 "

[PATCH 0/4] PSR2 SDP on Prior Scanline workarounds
 2026-04-15  7:40 UTC  (10+ messages)
` [PATCH 1/4] drm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS DPCD register
` [PATCH 2/4] drm/i915/psr: Read Intel DPCD workaround register
` [PATCH 3/4] drm/i915/psr: Apply Intel DPCD workaround when SDP on prior line used
` [PATCH 4/4] drm/i915/psr: Apply SDP on prior scanline workaround for NVL
` ✗ CI.checkpatch: warning for PSR2 SDP on Prior Scanline workarounds
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/i915/psr: Init variable to avoid early exit from et alignment loop
 2026-04-15  7:02 UTC  (3+ messages)

[PATCHv2] drm/i915/lt_phy: Update the Tx Swing for DP 1.4
 2026-04-15  6:49 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/i915/lt_phy: Update the Tx Swing for DP 1.4 (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v1 15/16] drm/i915/bios: search for VBT #57 by default
 2026-04-15  6:42 UTC  (2+ messages)

[PATCH] drm/i915/lt_phy: Update the Tx Swing for DP 1.4
 2026-04-15  5:15 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v4 0/3] drm/xe/oa: Wa_14026633728
 2026-04-15  4:26 UTC  (7+ messages)
` [PATCH 1/3] drm/xe/oa: Use xe_map layer
` [PATCH 2/3] drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
` [PATCH 3/3] drm/xe/oa: Implement Wa_14026633728
` ✓ CI.KUnit: success for drm/xe/oa: Wa_14026633728 (rev4)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/3] drm/xe/rtp: OA register whitelist fixes
 2026-04-15  3:38 UTC  (3+ messages)

[PATCH v2] drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
 2026-04-15  3:28 UTC  (2+ messages)

[PATCH v3 0/4] kernel-doc fix for headers
 2026-04-15  2:05 UTC  (9+ messages)
` [PATCH v3 1/4] drm/xe: Fix stale and mismatched kernel-doc member tags in header files
` [PATCH v3 2/4] drm/xe: Add missing '@' prefix to kernel-doc member tags
` [PATCH v3 3/4] drm/xe: Fix kernel-doc comment syntax issues in header files
` [PATCH v3 4/4] drm/xe: Fix type and parameter name mismatches in kernel-doc references
` ✗ CI.checkpatch: warning for kernel-doc fix for headers (rev3)
` ✓ 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