messages from 2026-01-20 20:15:53 to 2026-01-21 13:47:15 UTC [more...]
REGRESSION on linux-next (next-20260115)
2026-01-21 13:40 UTC (13+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "
[PATCH v6 00/21] Add new general DRM property "color format"
2026-01-21 13:45 UTC (10+ messages)
` [PATCH v6 01/21] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v6 02/21] drm: Add new general DRM property "color format"
` [PATCH v6 03/21] drm: Add enum conversions between DRM_COLOR_FORMAT and HDMI_COLORSPACE
` [PATCH v6 04/21] drm/bridge: Act on the DRM color format property
` [PATCH v6 05/21] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v6 06/21] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v6 07/21] drm/i915: Implement the "color format" DRM property
` [PATCH v6 08/21] drm/amdgpu: Implement "
` [PATCH v6 09/21] drm/rockchip: Add YUV422 output mode constants for VOP2
[PATCH] drm/i915/gvt_mmio_table: Use the gvt versions of the display macros
2026-01-21 13:45 UTC (2+ messages)
[PATCH v4 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-01-21 13:45 UTC (13+ messages)
` [PATCH v4 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v4 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v4 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v4 4/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v4 5/8] dma-buf: Add check function for revoke semantics
` [PATCH v4 6/8] iommufd: Pin dma-buf importer "
` [PATCH v4 7/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v4 8/8] vfio: Validate dma-buf revocation semantics
` ✗ CI.checkpatch: warning for dma-buf: Use revoke mechanism to invalidate shared buffers (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
Xe performance regression with recent IOMMU changes
2026-01-21 13:11 UTC (2+ messages)
[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
2026-01-21 12:56 UTC (3+ messages)
[CI] drm/xe: Use DRM_BUDDY_CONTIGUOUS_ALLOCATION for contiguous allocations
2026-01-21 12:15 UTC (3+ messages)
` ✓ CI.KUnit: success for drm/xe: Use DRM_BUDDY_CONTIGUOUS_ALLOCATION for contiguous allocations (rev3)
` ✓ Xe.CI.BAT: "
[PATCH i-g-t 0/7] lsgpu: Report upstream port link bandwidth
2026-01-21 11:42 UTC (8+ messages)
` [PATCH i-g-t 1/7] lib/igt_device_scan: Don't print fake link bandwidth attributes
` [PATCH i-g-t 2/7] lib/igt_device_scan: Split out reusable part of update_or_add_parent
` [PATCH i-g-t 3/7] lib/igt_device_scan: Include PCIe bridge upstream port if available
` [PATCH i-g-t 4/7] lib/igt_device_scan: List PCIe bridge ports after their children
` [PATCH i-g-t 5/7] lib/igt_device_scan: Omit AER statistics data from attributes
` [PATCH i-g-t 6/7] lib/igt_device_scan: Don't print bridge not applicable attributes
` [PATCH i-g-t 7/7] lib/igt_device_scan: Print GPU upstream port parent/child relations
[PATCH] drm/xe: derive mem copy capability from graphics version
2026-01-21 11:22 UTC (3+ messages)
` ✓ CI.KUnit: success for drm/xe: derive mem copy capability from graphics version (rev4)
` ✓ Xe.CI.BAT: "
[PATCH 00/14] Account for DSC bubble overhead for horizontal slices
2026-01-21 11:19 UTC (20+ messages)
` [PATCH 01/14] drm/i915/dp: Early reject bad hdisplay in intel_dp_mode_valid
` [PATCH 02/14] drm/i915/dp: Move num_joined_pipes and related checks together
` [PATCH 03/14] drm/i915/dp: Extract helper to get the hdisplay limit
` [PATCH 04/14] drm/i915/dp: Rework pipe joiner logic in mode_valid
` [PATCH 05/14] drm/i915/dp: Rework pipe joiner logic in compute_config
` [PATCH 06/14] drm/i915/dp_mst: Move the check for dotclock at the end
` [PATCH 07/14] drm/i915/dp_mst: Move the joiner dependent code together
` [PATCH 08/14] drm/i915/dp_mst: Rework pipe joiner logic in mode_valid
` [PATCH 09/14] drm/i915/dp_mst: Extract helper to compute link for given joiner config
` [PATCH 10/14] drm/i915/dp_mst: Rework pipe joiner logic in compute_config
` [PATCH 11/14] drm/i915/dp: Introduce helper to check pixel rate against dotclock limits
` [PATCH 12/14] drm/i915/dp: Refactor dsc_slice_count handling in intel_dp_mode_valid()
` [PATCH 13/14] drm/i915/dp: Account for DSC slice overhead
` [PATCH 14/14] drm/i915/display: Add upper limit check for pixel clock
` ✓ CI.KUnit: success for Account for DSC bubble overhead for horizontal slices (rev3)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-01-21 10:57 UTC (22+ messages)
` [PATCH v3 1/7] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v3 2/7] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v3 3/7] dma-buf: Document RDMA non-ODP invalidate_mapping() special case
` [PATCH v3 5/7] iommufd: Pin dma-buf importer for revoke semantics
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete
[PATCH v3 0/2] drm, drm/xe: Fix xe SVM configs
2026-01-21 10:38 UTC (5+ messages)
` [PATCH v3 1/2] drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATE
` [PATCH v3 2/2] drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected
` ✓ CI.KUnit: success for drm, drm/xe: Fix xe SVM configs (rev3)
` ✓ Xe.CI.BAT: "
[PATCH] drm/i915/display: Disable DMG Clock Gating
2026-01-21 10:34 UTC (8+ messages)
` [PATCH v2] "
[PATCH] drm/i915/display: fix the pixel normalization handling for xe3p_lpd
2026-01-21 10:34 UTC (2+ messages)
[PATCH v2 00/11] PCI: BAR resizing fix/rework
2026-01-21 10:02 UTC (4+ messages)
` [PATCH v2 06/11] PCI: Fix restoring BARs on BAR resize rollback path
[PATCH v2 0/2] drm/buddy: Fix BUG_ON from oversized rounded allocations
2026-01-21 10:00 UTC (5+ messages)
` [PATCH v2 1/2] drm/buddy: Prevent BUG_ON by validating rounded allocation
[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
2026-01-21 9:59 UTC (31+ messages)
` [PATCH RFC v6 01/26] rust: clist: Add support to interface with C linked lists
` [PATCH RFC v6 02/26] gpu: Move DRM buddy allocator one level up
` [PATCH RFC v6 03/26] rust: gpu: Add GPU buddy allocator bindings
` [PATCH RFC v6 04/26] nova-core: mm: Select GPU_BUDDY for VRAM allocation
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH RFC v6 06/26] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH RFC v6 07/26] nova-core: Add BAR1 aperture type and size constant
` [PATCH RFC v6 08/26] nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH RFC v6 09/26] nova-core: mm: Add common memory management types
` [PATCH RFC v6 10/26] nova-core: mm: Add common types for all page table formats
` [PATCH RFC v6 11/26] nova-core: mm: Add MMU v2 page table types
` [PATCH RFC v6 12/26] nova-core: mm: Add MMU v3 "
` [PATCH RFC v6 13/26] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH RFC v6 14/26] nova-core: mm: Add TLB flush support
` [PATCH RFC v6 15/26] nova-core: mm: Add GpuMm centralized memory manager
` [PATCH RFC v6 16/26] nova-core: mm: Add page table walker for MMU v2
` [PATCH RFC v6 17/26] nova-core: mm: Add Virtual Memory Manager
` [PATCH RFC v6 18/26] nova-core: mm: Add virtual address range tracking to VMM
` [PATCH RFC v6 19/26] nova-core: mm: Add BAR1 user interface
` [PATCH RFC v6 20/26] nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH RFC v6 21/26] nova-core: mm: Add memory management self-tests
` [PATCH RFC v6 22/26] nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH RFC v6 23/26] nova-core: gsp: Extract usable FB region from GSP
` [PATCH RFC v6 24/26] nova-core: fb: Add usable_vram field to FbLayout
` [PATCH RFC v6 25/26] nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH RFC v6 26/26] nova-core: mm: Add BarUser to struct Gpu and create at boot
[PATCH v4 0/8] drm/xe/madvise: Add support for purgeable buffer objects
2026-01-21 8:24 UTC (11+ messages)
` [PATCH v4 2/8] drm/xe/bo: Add purgeable bo state tracking and field madv to xe_bo
` [PATCH v4 3/8] drm/xe/madvise: Implement purgeable buffer object support
` [PATCH v4 6/8] drm/xe/madvise: Implement per-VMA purgeable state tracking
[PATCH v4 0/4] Introduce DRM_RAS using generic netlink for RAS
2026-01-21 7:09 UTC (3+ messages)
` [PATCH v4 3/4] drm/xe/xe_hw_error: Add support for GT hardware errors
[PATCH v4 0/3] Fix nvm aux resource cleanup
2026-01-21 7:02 UTC (5+ messages)
` [PATCH v4 3/3] drm/xe/nvm: Defer xe->nvm assignment until init succeeds
` ✓ Xe.CI.Full: success for Fix nvm aux resource cleanup
[PATCH v3 0/3] Fix Cx0 Suspend Resume issue
2026-01-21 6:13 UTC (4+ messages)
` [PATCH v3 1/3] drm/i915/pps: Enable panel power earlier
[PATCH] drm/xe/ptl: Disable DCC on PTL
2026-01-21 5:26 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[PATCH v2 00/11] Remove device private pages from physical address space
2026-01-21 4:04 UTC (15+ messages)
` [PATCH v2 05/11] mm/page_vma_mapped: Add flags to page_vma_mapped_walk::pfn to track device private pages
` [PATCH v2 11/11] mm: Remove device private pages from the physical address space
[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
2026-01-21 3:51 UTC (16+ messages)
[PATCH v3 0/6] Attempt to fixup reset, wedge, unload corner cases
2026-01-21 3:20 UTC (17+ messages)
` [PATCH v3 1/6] drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
` [PATCH v3 2/6] drm/xe: Forcefully tear down exec queues in GuC submit fini
` [PATCH v3 3/6] drm/xe: Trigger queue cleanup if not in wedged mode 2
` [PATCH v3 4/6] drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
` [PATCH v3 5/6] drm/xe/uc: Drop xe_guc_sanitize in favor of managed cleanup
` [PATCH v3 6/6] drm/xe/guc: Fix page fault by moving guc_submit_fini to devm
` ✓ CI.KUnit: success for Attempt to fixup reset, wedge, unload corner cases
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH 0/3] drm/xe/guc: Make MMIO communication more robust
2026-01-21 2:42 UTC (7+ messages)
` [PATCH 1/3] drm/xe/guc: Drop redundant register read
` [PATCH 2/3] drm/xe/guc: Wait before retrying sending H2G
` ✗ Xe.CI.Full: failure for drm/xe/guc: Make MMIO communication more robust
[PATCH 00/12] Fix MCR inconsistencies in RTP tables
2026-01-21 0:12 UTC (9+ messages)
` [PATCH 01/12] drm/xe: Define CACHE_MODE_1 as MCR register
` [PATCH 02/12] drm/xe: Define and use MCR version of COMMON_SLICE_CHICKEN1
` [PATCH 03/12] drm/xe: Define and use MCR version of COMMON_SLICE_CHICKEN4
` [PATCH 07/12] drm/xe: Extract xe_hw_engine_setup_reg_lrc()
[PATCH 0/4] platform/x86/intel/vsec: Prep for ACPI PMT discovery
2026-01-20 23:47 UTC (4+ messages)
` [PATCH 2/4] platform/x86/intel/vsec: Switch exported helpers from pci_dev to device
[PATCH v2 2/2] drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected
2026-01-20 23:16 UTC (4+ messages)
[PATCH v2 0/2] drm/{i915, xe}/dsb: move DSB buffer calls to parent interface
2026-01-20 23:04 UTC (6+ messages)
` [PATCH v2 1/2] drm/i915/dsb: move i915 specific DSB buffer implementation to i915
` [PATCH v2 2/2] drm/{i915, xe}/dsb: move DSB buffer to parent interface
` ✓ Xe.CI.Full: success for drm/{i915, xe}/dsb: move DSB buffer calls to parent interface (rev2)
[PATCH v2 1/2] drm/xe: s/xe_vm_bind_kernel_bo/xe_kernel_vm_bind_bo
2026-01-20 22:56 UTC (4+ messages)
` [PATCH v2 2/2] drm/xe: add kernel VM BO unbind helper
[PATCH v6 00/17] drm/xe: Multi Queue feature support
2026-01-20 22:30 UTC (6+ messages)
` [PATCH v6 06/17] drm/xe/multi_queue: Add exec_queue set_property ioctl support
[PATCH] drm/xe: Do not preempt fence signaling CS instructions
2026-01-20 21:27 UTC (8+ messages)
[RFC 0/1] Do not create drm device for PF only admin mode
2026-01-20 20:29 UTC (3+ messages)
` [RFC 1/1] drm/xe/vf: Skip creating DRM device entries in PF admin‑only mode
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox