public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-02-06 08:44:58 to 2026-02-10 17:24:53 UTC [more...]

[PATCH v7 00/22] Add new general DRM property "color format"
 2026-02-10 17:24 UTC  (18+ messages)
` [PATCH v7 02/22] drm: "
` [PATCH v7 03/22] drm: Add enum conversions between DRM_COLOR_FORMAT and HDMI_COLORSPACE
` [PATCH v7 05/22] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v7 20/22] drm/tests: edid: Add __maybe_unused attribute to EDID definitions
` [PATCH v7 21/22] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v7 10/22] drm/rockchip: vop2: Fix YUV444 output
  `  "

[PATCH -next v8 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-10 17:15 UTC  (9+ messages)
` [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v8 2/3] rust: gpu: Add GPU buddy allocator bindings
` [PATCH -next v8 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation
` ✗ Fi.CI.BUILD: failure for rust: Add CList and GPU buddy allocator bindings (rev2)

[PATCH] drm/i915/gmbus: fix spurious timeout on 512-byte burst reads
 2026-02-10 16:39 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v3 1/2] drm/buddy: Improve offset-aligned allocation handling
 2026-02-10 16:26 UTC  (8+ messages)
` [PATCH v3 2/2] drm/buddy: Add KUnit test for offset-aligned allocations
` ✓ i915.CI.BAT: success for series starting with [v3,1/2] drm/buddy: Improve offset-aligned allocation handling
` ✗ i915.CI.Full: failure "

[PATCH v7 22/22] drm/bridge: Document bridge chain format selection
 2026-02-10 16:25 UTC  (2+ messages)

[PATCH v7 19/22] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
 2026-02-10 15:52 UTC  (2+ messages)

[PATCH v7 18/22] drm/tests: hdmi: Add tests for the color_format property
 2026-02-10 15:51 UTC  (2+ messages)

[PATCH v2] drm/i915/display: Add quirk to force backlight type on some TUXEDO devices
 2026-02-09 22:22 UTC  (3+ messages)

[PATCH 1/3] drm/i915/color: Add 3D LUT to color pipeline since Lunar Lake
 2026-02-10 14:56 UTC  (8+ messages)
` [PATCH 2/3] drm/i915/color: Attach the 3D LUT block to required DE Plane
` [PATCH 3/3] drm/i915/color: Adjust DE version checking for 3D LUT
` ✓ i915.CI.BAT: success for series starting with [1/3] drm/i915/color: Add 3D LUT to color pipeline since Lunar Lake
` ✗ i915.CI.Full: failure "

[PATCH v1] drm/i915/aux: use polling when irqs are unavailable
 2026-02-10 14:04 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v9 0/7] User readable error codes on atomic_ioctl failure
 2026-02-10 13:00 UTC  (9+ messages)
` [PATCH v9 1/7] drm: Define user readable error codes for atomic ioctl
` [PATCH v9 2/7] drm/atomic: Add error_code element in atomic_state
` [PATCH v9 3/7] drm/atomic: Allocate atomic_state at the beginning of atomic_ioctl
` [PATCH v9 4/7] drm/atomic: Call complete_signaling only if prepare_signaling is done
` [PATCH v9 5/7] drm/atomic: Return user readable error in atomic_ioctl
` [PATCH v9 6/7] drm/i915/display: Error codes for async flip failures
` [PATCH v9 7/7] drm: Introduce DRM_CAP_ATOMIC_ERROR_REPORTING
` ✗ i915.CI.BAT: failure for User readable error codes on atomic_ioctl failure (rev8)

[PATCH] drm/i915/overlay: remove dead code with MTL platform checks
 2026-02-10 12:44 UTC  (6+ messages)
` ✗ i915.CI.BAT: failure for "
` ✓ i915.CI.BAT: success for drm/i915/overlay: remove dead code with MTL platform checks (rev2)
` ✓ i915.CI.Full: "

[PATCH v2 1/2] drm/i915/dp: Fix pipe BPP clamping due to HDR
 2026-02-10  9:55 UTC  (8+ messages)
` [PATCH v2 2/2] drm/i915/dp: Verify valid pipe BPP range
` ✓ i915.CI.BAT: success for series starting with [v2,1/2] drm/i915/dp: Fix pipe BPP clamping due to HDR
` ✗ i915.CI.Full: failure "

[PATCH 0/6] update the stolen memory allocation preference
 2026-02-10  9:30 UTC  (6+ messages)
` [PATCH 1/6] drm/xe/fbdev: Fix BIOS FB vs.s stolen size check
` [PATCH 3/6] drm/i915/fbdev: Extract intel_fbdev_fb_prefer_stolen()
` ✗ i915.CI.Full: failure for update the stolen memory allocation preference

[PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P
 2026-02-10  8:48 UTC  (21+ messages)
` [PATCH v3 01/15] drm/xe/xe3p_lpg: Add support for graphics IP 35.10
` [PATCH v3 02/15] drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10
` [PATCH v3 03/15] drm/xe/pat: Differentiate between primary and media for PTA
` [PATCH v3 04/15] drm/xe/xe3p_lpg: Add new PAT table
` [PATCH v3 05/15] drm/xe/xe3p_lpg: Add MCR steering
` [PATCH v3 06/15] drm/xe/xe3p_lpg: Add LRC parsing for additional RCS engine state
` [PATCH v3 07/15] drm/xe/xe3p_lpg: Disable reporting of context switch status to GHWSP
` [PATCH v3 08/15] drm/xe/xe3p_lpg: Drop unnecessary tuning settings
` [PATCH v3 09/15] drm/xe/xe3p_lpg: Extend 'group ID' mask size
` [PATCH v3 10/15] drm/xe/xe3p_lpg: Update LRC sizes
` [PATCH v3 11/15] drm/xe/xe3p_lpg: Set STLB bank hash mode to 4KB
` [PATCH v3 12/15] drm/xe/nvlp: Add NVL-P platform definition
` [PATCH v3 13/15] drm/xe/nvlp: Attach MOCS table for nvlp
` [PATCH v3 14/15] drm/i915/nvlp: Hook up display support
` [PATCH v3 15/15] drm/xe/nvlp: Bump maximum WOPCM size
` ✓ i915.CI.BAT: success for Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
` ✗ i915.CI.Full: failure "

[PATCH v2 0/5] drm/ci: add new jobs, uprev IGT and mesa
 2026-02-10  8:19 UTC  (7+ messages)
` [PATCH v2 1/5] drm/ci: reduce sm8350-hdk parallel jobs from 4 to 2
` [PATCH v2 2/5] drm/ci: i915: cml: update runner tag
` [PATCH v2 3/5] drm/ci: uprev mesa
` [PATCH v2 4/5] drm/ci: move qualcomm baremetal jobs to lava
` [PATCH v2 5/5] drm/ci: add rk3588-rock-5b
` ✓ i915.CI.BAT: success for drm/ci: add new jobs, uprev IGT and mesa (rev3)

[PATCH v1 0/7] drm/ci: add new jobs, uprev IGT and mesa
 2026-02-10  7:19 UTC  (6+ messages)
` [PATCH v1 6/7] drm/ci: uprev IGT

[RESEND 0/9] drm: Color pipeline teardown and follow-up fixes/improvements
 2026-02-10  6:27 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm: Color pipeline teardown and follow-up fixes/improvements (rev4)

[PATCH v5] drm/i915/display: change pipe allocation order for discrete platforms
 2026-02-09 23:38 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: change pipe allocation order for discrete platforms (rev3)
` ✗ i915.CI.Full: failure "

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-02-09 20:23 UTC  (37+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH -next v7 0/2] rust: Add CList and GPU buddy allocator bindings
 2026-02-09 19:42 UTC  (22+ messages)
` [PATCH -next v7 1/2] rust: clist: Add support to interface with C linked lists

[PATCH -next] gpu: Move DRM buddy allocator one level up
 2026-02-09 19:30 UTC  (5+ messages)
` ✗ i915.CI.Full: failure for gpu: Move DRM buddy allocator one level up (rev2)

X.Org Board Nominations Open 2026
 2026-02-09 18:52 UTC 

[PATCH] drm/i915/guc: fix corrupted copyright symbols in selftest files
 2026-02-09 16:44 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-02-07  3:14 UTC  (2+ messages)

[CI] drm/i915/display: change pipe allocation order for discrete platforms
 2026-02-09 15:10 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/display: change pipe allocation order for discrete platforms (rev2)

[PATCH] dma-fence: Fix sparse warnings due __rcu annotations
 2026-02-09 14:07 UTC  (2+ messages)

[PATCH i-g-t v5 0/6] lsgpu: Report upstream port link bandwidth
 2026-02-09 14:06 UTC  (5+ messages)
` [PATCH i-g-t v5 3/6] lib/igt_device_scan: Include PCIe bridge upstream port if available
` [PATCH i-g-t v5 6/6] lib/igt_device_scan: Print GPU upstream port parent/child relations

[PATCH 1/2] drm/i915/dp: Fix pipe BPP clamping due to HDR
 2026-02-09 13:08 UTC  (17+ messages)
` [PATCH 2/2] drm/i915/dp: Verify valid pipe BPP range
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/i915/dp: Fix pipe BPP clamping due to HDR
` ✗ i915.CI.Full: failure "
` ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/dp: Fix pipe BPP clamping due to HDR (rev2)

[PATCH 0/2] drm/i915/dp: Joiner cleanups and fix
 2026-02-09  5:47 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for drm/i915/dp: Joiner cleanups and fix (rev2)
` ✓ i915.CI.Full: success "

[PATCH 00/10] drm/i915/dpt: refactoring, move to parent interface
 2026-02-07 13:11 UTC  (13+ 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
` ✓ i915.CI.BAT: success for drm/i915/dpt: refactoring, move to parent interface
` ✗ i915.CI.Full: failure "

[PATCH v2 00/15] Basic enabling patches for Xe3p_LPG and NVL-P
 2026-02-06 22:08 UTC  (6+ messages)
` [PATCH v2 01/15] drm/xe/xe3p_lpg: Add support for graphics IP 35.10
` [PATCH v2 02/15] drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10
` ✓ i915.CI.Full: success for Basic enabling patches for Xe3p_LPG and NVL-P (rev2)

[PATCH 00/16] Basic enabling patches for Xe3p_LPG and NVL-P
 2026-02-06 12:38 UTC  (6+ messages)
` [PATCH 05/16] drm/xe/xe3p_lpg: Add MCR steering

[PATCH 2/2] drm/i915/dp: Restore the missing check for intel_dp_has_joiner
 2026-02-06 10:33 UTC  (3+ messages)

[PATCH v2 1/2] drm/buddy: Improve offset-aligned allocation handling
 2026-02-06  9:25 UTC  (3+ messages)
` [PATCH v2 2/2] drm/buddy: Add KUnit test for offset-aligned allocations
` ✗ Fi.CI.BUILD: failure for series starting with [v2,1/2] drm/buddy: Improve offset-aligned allocation handling


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