messages from 2026-01-20 21:06:18 to 2026-01-21 14:19:38 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: "
[PULL] drm-intel-next
2026-01-21 14:19 UTC (2+ messages)
[PATCH v4 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-01-21 14:18 UTC (14+ 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 "
[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-01-21 14:15 UTC (24+ 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 v6 00/21] Add new general DRM property "color format"
2026-01-21 14:10 UTC (25+ 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 v6 10/21] drm/rockchip: vop2: Fix YUV444 output
` [PATCH v6 11/21] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v6 12/21] drm/rockchip: vop2: Recognise 10/12-bit YUV422 as YUV formats
` [PATCH v6 13/21] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v6 14/21] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts
` [PATCH v6 15/21] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v6 16/21] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v6 17/21] drm/connector: Register color format property on HDMI connectors
` [PATCH v6 18/21] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v6 19/21] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v6 20/21] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v6 21/21] drm/bridge: Document "
` ✗ CI.checkpatch: warning for Add new general DRM property "color format" (rev3)
` ✗ CI.KUnit: failure "
[i915-rt v5 00/21] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
2026-01-21 14:04 UTC (24+ messages)
` [i915-rt v5 01/21] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` [i915-rt v5 02/21] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [i915-rt v5 03/21] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [i915-rt v5 04/21] drm/i915/display: Make set_pipeconf use the fw variants
` [i915-rt v5 05/21] drm/i915/display: Move vblank put until after critical section
` [i915-rt v5 06/21] drm/i915/display: Remove locking from intel_vblank_evade "
` [i915-rt v5 07/21] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [i915-rt v5 08/21] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [i915-rt v5 09/21] drm/i915/display: Enable interrupts earlier on PREEMPT_RT
` [i915-rt v5 10/21] drm/i915: Use preempt_disable/enable_rt() where recommended
` [i915-rt v5 11/21] drm/i915/display: Use intel_de_read/write_fw in colorops
` [i915-rt v5 12/21] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [i915-rt v5 13/21] drm/i915: Drop the irqs_disabled() check
` [i915-rt v5 14/21] drm/i915/guc: Consider also RCU depth in busy loop
` [i915-rt v5 15/21] Revert "drm/i915: Depend on !PREEMPT_RT."
` [i915-rt v5 16/21] drm/i915/gt: Fix selftests on PREEMPT_RT
` [i915-rt v5 17/21] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [i915-rt v5 18/21] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [i915-rt v5 19/21] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [i915-rt v5 20/21] PREEMPT_RT injection
` [i915-rt v5 21/21] FOR-CI: drm/i915: Reset lockdep after selftest unload
` ✗ CI.checkpatch: warning for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev9)
` ✓ CI.KUnit: success "
[PATCH v7 0/5] User readable error codes on atomic_ioctl failure
2026-01-21 13:58 UTC (4+ messages)
` [PATCH v7 1/5] drm: Define user readable error codes for atomic ioctl
[PATCH v3 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
2026-01-21 13:51 UTC (2+ messages)
[PATCH] drm/i915/gvt_mmio_table: Use the gvt versions of the display macros
2026-01-21 13:45 UTC (2+ messages)
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/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 (9+ messages)
` [PATCH RFC v6 01/26] rust: clist: Add support to interface with C linked lists
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [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 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 (10+ messages)
` [PATCH v3 4/6] drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
` [PATCH v3 6/6] drm/xe/guc: Fix page fault by moving guc_submit_fini to devm
` ✗ Xe.CI.Full: failure for Attempt to fixup reset, wedge, unload corner cases
[PATCH 0/3] drm/xe/guc: Make MMIO communication more robust
2026-01-21 2:42 UTC (5+ messages)
` [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 (2+ 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)
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