Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 21:20:36 to 2026-02-25 16:47:11 UTC [more...]

[PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
 2026-02-25 14:26 UTC  (2+ messages)

[PATCH v3 00/20] drm/i915/dp: Fix few SST HPD IRQ handling issues
 2026-02-25 16:46 UTC  (14+ messages)
` [PATCH v3 01/20] drm/i915/dp_mst: Reprobe connector if the IRQ ESI read failed
` [PATCH v3 02/20] drm/i915/dp_mst: Verify the link status always the same way
` [PATCH v3 03/20] drm/i915/dp_mst: Reuse intel_dp_check_link_state() in the HPD IRQ handler
` [PATCH v3 04/20] drm/i915/dp: Handle a tunneling IRQ after acking it
` [PATCH v3 05/20] drm/i915/dp: Handle the RX_CAP_CHANGED HPD IRQ
` [PATCH v3 06/20] drm/i915/dp: Handle the DOWNSTREAM_PORT_STATUS_CHANGED event
` [PATCH v3 07/20] drm/i915/dp: Don't clobber the encoder state in the HPD IRQ handler
` [PATCH v3 08/20] drm/i915/dp: Remove the device service IRQ handling from connector detect
` [PATCH v3 09/20] drm/i915/dp: Fix the device service IRQ DPCD_REV check
` [PATCH v3 10/20] drm/i915/dp: Fix the link "
` [PATCH v3 11/20] drm/i915/dp: Reprobe connector if getting/acking device IRQs fails
` [PATCH v3 12/20] drm/i915/dp: Reprobe connector if getting/acking link service "
` [PATCH v3 14/20] drm/i915/dp: Return early if getting/ackink "

[PATCH] drm/xe/configfs: Free ctx_restore_mid_bb in release
 2026-02-25 16:46 UTC  (8+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✓ CI.KUnit: success for drm/xe/configfs: Free ctx_restore_mid_bb in release (rev2)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "
` ✓ CI.KUnit: success for drm/xe/configfs: Free ctx_restore_mid_bb in release (rev3)
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/compat: Remove unused i915_reg.h from compat header
 2026-02-25 16:40 UTC  (3+ messages)

[PATCH v2 00/20] drm/i915/dp: Fix few SST HPD IRQ handling issues
 2026-02-25 16:34 UTC  (22+ messages)
` [PATCH v2 01/20] drm/i915/dp_mst: Reprobe connector if the IRQ ESI read failed
` [PATCH v2 02/20] drm/i915/dp_mst: Verify the link status always the same way
` [PATCH v2 03/20] drm/i915/dp_mst: Reuse intel_dp_check_link_state() in the HPD IRQ handler
` [PATCH v2 04/20] drm/i915/dp: Handle a tunneling IRQ after acking it
` [PATCH v2 05/20] drm/i915/dp: Handle the RX_CAP_CHANGED HPD IRQ
` [PATCH v2 06/20] drm/i915/dp: Handle the DOWNSTREAM_PORT_STATUS_CHANGED event
` [PATCH v2 07/20] drm/i915/dp: Don't clobber the encoder state in the HPD IRQ handler
` [PATCH v2 08/20] drm/i915/dp: Remove the device service IRQ handling from connector detect
` [PATCH v2 09/20] drm/i915/dp: Fix the device service IRQ DPCD_REV check
` [PATCH v2 10/20] drm/i915/dp: Fix the link "
` [PATCH v2 11/20] drm/i915/dp: Reprobe connector if getting/acking device IRQs fails
` [PATCH v2 12/20] drm/i915/dp: Reprobe connector if getting/acking link service "
` [PATCH v2 13/20] drm/i915/dp: Return early if getting/acking device "
` [PATCH v2 14/20] drm/i915/dp: Return early if getting/acking link "
` [PATCH v2 15/20] drm/i915/dp: Read/ack sink count and sink IRQs for SST as it's done for MST
` [PATCH v2 16/20] drm/i915/dp: Print debug message for a sink connected off request
` [PATCH v2 17/20] drm/i915/dp: Check SST link status while handling link service IRQs
` [PATCH v2 18/20] drm/i915/dp_mst: Reuse intel_dp_handle_link_service_irq()
` [PATCH v2 19/20] drm/i915/dp: Ack only the handled device service IRQs
` [PATCH v2 20/20] drm/i915/dp: Ack only the handled link "

[PATCH 0/2] Misc fix for xe_guc_ct.c
 2026-02-25 16:15 UTC  (5+ messages)
` ✓ CI.KUnit: success for Misc fix for xe_guc_ct.c (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/1] Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug
 2026-02-25 15:51 UTC  (6+ messages)
` [PATCH 1/1] drm: "
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 00/10] drm/i915/dpt: refactoring, move to parent interface
 2026-02-25 15:31 UTC  (14+ messages)
` [PATCH 01/10] drm/i915/dpt: move display/intel_dpt.c to i915_dpt.c
` [PATCH 02/10] drm/i915/dpt: pass obj, size instead of framebuffer to intel_dpt_create()
` [PATCH 03/10] drm/i915/dpt: move create/destroy to parent interface
` [PATCH 04/10] drm/i915/dpt: move suspend/resume "
` [PATCH 05/10] drm/i915/dpt: remove display/intel_dpt.h
` [PATCH 06/10] drm/i915/dpt: drop _common from the DPT file names
` [PATCH 07/10] drm/i915/dpt: switch to i915 runtime pm calls
` [PATCH 08/10] drm/i915/dpt: rename i915 specific functions to i915_dpt_ prefix
` [PATCH 09/10] drm/i915/dpt: rename struct i915_dpt to intel_dpt
` [PATCH 10/10] drm/i915/dpt: pass opaque struct intel_dpt around instead of i915_address_space
` ✗ CI.checkpatch: warning for drm/i915/dpt: refactoring, move to parent interface (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PULL] drm-intel-fixes
 2026-02-25 14:40 UTC 

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-02-25 14:38 UTC  (6+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings

[PATCH 0/5] PSR/PR Selective Fetch Early Transport fixes
 2026-02-25 14:30 UTC  (15+ messages)
` [PATCH 1/5] drm/i915/psr: Repeat Selective Update area alignment
` [PATCH 2/5] drm/i915/psr: Add DSC_SU_PARAMETER_SET_0 registers for PSR configuration
` [PATCH 3/5] drm/i915/dsc: Convert intel_dsc_get_vdsc_per_pipe as non-static
` [PATCH 4/5] drm/i915/psr: DSC configuration for Early Transport

[PATCH] gpu/buddy: Introduce gpu_buddy_assert() for kunit-aware assertions
 2026-02-25 13:20 UTC  (3+ messages)

[i915-rt v6 00/24] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-02-25 12:32 UTC  (11+ messages)
` [i915-rt v6 13/24] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [i915-rt v6 24/24] FOR-CI: bump MAX_STACK_TRACE_ENTRIES

[PATCH 1/2] drm/dp: Add definition for Panel Replay full-line granularity
 2026-02-25 12:13 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/psr: Fix for Panel Replay X granularity DPCD register handling
` ✓ CI.KUnit: success for series starting with [1/2] drm/dp: Add definition for Panel Replay full-line granularity
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/i915/hdcp: Take force_hdcp14 into account during check_link
 2026-02-25 11:38 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/i915/dp: On DPCD init/caps wake the DPRx
 2026-02-25 11:20 UTC  (9+ messages)
` [PATCHv2] "
` [PATCHv3] drm/i915/dp: On DPCD init wake the DPRx for eDP
` ✓ CI.KUnit: success for drm/i915/dp: On DPCD init/caps wake the DPRx (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

linux-next: manual merge of the drm-xe tree with the mm-unstable tree
 2026-02-25 11:19 UTC 

[PATCH 00/19] drm/i915/overlay: Convert to parent interface
 2026-02-25 11:19 UTC  (10+ messages)
` [PATCH 02/19] drm/i915/overlay: Track current frontbuffer_bits
` [PATCH 06/19] drm/i915/overlay: Introduce i915_overlay_obj_lookup()
` [PATCH 17/19] drm/i915/overlay: Don't use fetch_and_zero() in display code

[PATCH v2 0/6] update the stolen memory allocation preference
 2026-02-25 11:12 UTC  (2+ messages)

[PATCH v3 0/3] dGPU memory optimizations
 2026-02-25 10:55 UTC  (5+ messages)
` [PATCH v3 1/3] drm/xe: Split H2G and G2H into separate buffer objects

[PATCH v5 0/9] drm/xe/madvise: Add support for purgeable buffer objects
 2026-02-25 10:10 UTC  (12+ messages)
` [PATCH v5 6/9] drm/xe/madvise: Implement per-VMA purgeable state tracking

[PATCH v2 0/4] Introduce Xe Correctable Error Handling
 2026-02-25 10:10 UTC  (3+ messages)
` [PATCH v2 2/4] drm/xe/sysctrl: Add system controller interrupt handler

[PATCH v4] drm/xe: restrict multi-lrc to VCS/VECS engines
 2026-02-25  9:53 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe: restrict multi-lrc to VCS/VECS engines (rev3)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH v5 0/6] platform/x86/intel/vsec: Prep for ACPI PMT discovery
 2026-02-25  9:11 UTC  (11+ messages)
` [PATCH v5 1/6] platform/x86/intel/vsec: Refactor base_addr handling
` [PATCH v5 2/6] platform/x86/intel/vsec: Make driver_data info const
` [PATCH v5 3/6] platform/x86/intel/vsec: Decouple add/link helpers from PCI
` [PATCH v5 4/6] platform/x86/intel/vsec: Switch exported helpers from pci_dev to device
` [PATCH v5 5/6] platform/x86/intel/vsec: Return real error codes from registration path
` [PATCH v5 6/6] platform/x86/intel/vsec: Plumb ACPI PMT discovery tables through vsec
` ✗ CI.checkpatch: warning for platform/x86/intel/vsec: Prep for ACPI PMT discovery (rev5)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH] drm/xe/tuning: Apply windower hardware filtering setting on Xe3 and Xe3p
 2026-02-25  8:36 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH 1/2] dma-buf: Assign separate lockdep class to chain lock
 2026-02-25  8:26 UTC  (2+ messages)

[PATCH v11 0/2] rust: clist patches for nova-core memory management
 2026-02-25  8:25 UTC  (9+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
` ✗ CI.checkpatch: warning for rust: clist patches for nova-core memory management
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 1/2] drm/xe: Skip over non leaf pte for PRL generation
 2026-02-25  7:19 UTC  (9+ messages)

[PATCH] drm/xe: Skip BO migration when platform supports CPU atomics on VRAM
 2026-02-25  6:58 UTC  (4+ messages)

[PATCH v8 0/5] Introduce DRM_RAS using generic netlink for RAS
 2026-02-25  6:08 UTC  (4+ messages)
` [PATCH v8 1/5] drm/ras: Introduce the DRM RAS infrastructure over generic netlink

[PATCH] drm/xe/guc: Add support for NPK as a GuC log target
 2026-02-25  5:31 UTC  (4+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ Xe.CI.FULL: failure "

[PATCH v3 0/2] Workaround cleanup & simplification
 2026-02-25  5:05 UTC  (4+ messages)
` ✗ Xe.CI.BAT: failure for Workaround cleanup & simplification (rev5)
` ✓ Xe.CI.FULL: success "

[PATCH v2 1/2] dma-buf: Assign separate lockdep class to chain lock
 2026-02-25  4:48 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for series starting with [v2,1/2] "

[PATCH v3 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-02-25  4:43 UTC  (4+ messages)
` [PATCH v3 1/8] drm/i915/backlight: Use default/max brightness for VESA AUX backlight init

[PATCH v7 0/1] drm/xe: Enable Wa_14025515070, Enable indirect ring state for XE2+
 2026-02-25  3:20 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Enable Wa_14025515070, Enable indirect ring state for XE2+ (rev7)

[PATCH v3] drm/xe: restrict multi-lrc to VCS/VECS engines
 2026-02-24 23:03 UTC  (6+ messages)

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-02-24 22:53 UTC  (26+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v1 0/6] Introduce Xe PCIe FLR
 2026-02-24 22:11 UTC  (3+ messages)
` [PATCH v1 5/6] drm/xe/bo_evict: Introduce xe_bo_restore_map()


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