public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 21:20:59 to 2026-01-21 14:46:20 UTC [more...]

[PATCH v7 00/22] Add new general DRM property "color format"
 2026-01-21 14:45 UTC  (6+ messages)
` [PATCH v7 01/22] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v7 02/22] drm: Add new general DRM property "color format"
` [PATCH v7 03/22] drm: Add enum conversions between DRM_COLOR_FORMAT and HDMI_COLORSPACE
` [PATCH v7 04/22] drm/bridge: Act on the DRM color format property
` [PATCH v7 05/22] drm/display: hdmi-state-helper: Act on color format DRM property

[RFC PATCH v2 0/2] Enable seamless boot (fastboot) for PTL
 2026-01-21 14:21 UTC  (2+ messages)

[PULL] drm-intel-next
 2026-01-21 14:19 UTC  (2+ messages)

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-21  9:59 UTC  (33+ 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
` ✗ Fi.CI.BUILD: failure for nova-core: Memory management infrastructure (v6)

[i915-rt v5 00/21] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-01-21 14:17 UTC  (23+ 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
` ✗ Fi.CI.BUILD: failure for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev9)

[PATCH v6 00/21] Add new general DRM property "color format"
 2026-01-21 14:08 UTC  (23+ 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 "
` ✗ Fi.CI.BUILD: failure for Add new general DRM property "color format" (rev3)

[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)

REGRESSION on linux-next (next-20260115)
 2026-01-21 13:19 UTC  (10+ messages)
` ✓ i915.CI.BAT: success for "

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-01-21 12:56 UTC  (3+ messages)

[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 00/14] Account for DSC bubble overhead for horizontal slices
 2026-01-21 11:19 UTC  (18+ 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
` ✗ i915.CI.BAT: failure for Account for DSC bubble overhead for horizontal slices (rev3)

[PATCH v6 0/2] Miscellaneous fixes in drm code
 2026-01-21 10:41 UTC  (6+ messages)
` [PATCH v6 1/2] drm: Warn before division by 0 would occur
` [PATCH v6 2/2] drm: Avoid suspicious operations in drm_fb_dma_get_gem_addr()
` ✓ i915.CI.BAT: success for Miscellaneous fixes in drm code
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/display: Disable DMG Clock Gating
 2026-01-21 10:34 UTC  (12+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
` [PATCH v2] "
` ✗ Fi.CI.BUILD: failure for drm/i915/display: Disable DMG Clock Gating (rev2)

[PATCH] drm/i915/display: fix the pixel normalization handling for xe3p_lpd
 2026-01-21 10:34 UTC  (2+ messages)

[PATCH v6] drm/i915/selftests: Keep mock file open during unfaultable migrate with fill
 2026-01-21 10:27 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] drm/i915: Setting/clearing the memory access bit when enabling/disabling i915
 2026-01-21  7:19 UTC  (6+ messages)
` [PATCH v3] drm/i915: Clearing the Memory Space Enable bit when disabling i915
` ✗ i915.CI.BAT: failure for drm/i915: Setting/clearing the memory access bit when enabling/disabling i915 (rev3)

[PATCH v3 0/3] Fix Cx0 Suspend Resume issue
 2026-01-21  6:13 UTC  (5+ messages)
` [PATCH v3 1/3] drm/i915/pps: Enable panel power earlier

[PATCH v2 0/2] drm/{i915, xe}/dsb: move DSB buffer calls to parent interface
 2026-01-21  3:29 UTC  (7+ 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
` ✓ i915.CI.BAT: success for drm/{i915, xe}/dsb: move DSB buffer calls to parent interface (rev2)
` ✗ i915.CI.Full: failure "

[PATCH] drm: Unwind drm device registration upon error
 2026-01-21  2:21 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm: unwind drm device registration upon error (rev3)
` ✗ i915.CI.Full: failure "

[PATCH 0/9] docs: Fix kernel-doc -Werror and moves it to tools/docs
 2026-01-20 23:00 UTC  (3+ messages)

[PATCH v2] drm/i915/selftests: Prevent userspace mapping invalidation
 2026-01-20 17:52 UTC  (6+ messages)

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-20 16:50 UTC  (22+ messages)
` [PATCH RESEND 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH RESEND 06/12] mm: update secretmem to use VMA flags on mmap_prepare
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users to use vma_flags_t
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH RESEND 10/12] tools/testing/vma: separate VMA userland tests into separate files
` ✗ Fi.CI.BUILD: failure for mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them (rev2)

linux-next: manual merge of the drm-misc tree with the drm-next tree
 2026-01-20 14:30 UTC 

[PATCH i-g-t v7] tests/intel/gem_lmem_swapping: Avoid false failures from oom-killer
 2026-01-20 10:37 UTC  (2+ messages)

[PATCH v3 00/15] drm/i915/pll: Verify pll dividers and remove redundant .clock member
 2026-01-20  9:39 UTC  (3+ messages)

linux-next: build failure after merge of the drm-misc tree
 2026-01-19 23:09 UTC  (4+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH v2] drm/{i915, xe}/pcode: move display pcode calls to parent interface
 2026-01-19 22:57 UTC  (4+ messages)
` [v2] "


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