Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-22 12:00:24 to 2026-01-27 10:01:58 UTC [more...]

[PATCH i-g-t v2 0/6] lsgpu: Report upstream port link bandwidth
 2026-01-27  9:54 UTC  (7+ messages)
` [PATCH i-g-t v2 1/6] lib/igt_device_scan: Don't print fake link bandwidth attributes
` [PATCH i-g-t v2 2/6] lib/igt_device_scan: Split out reusable part of update_or_add_parent
` [PATCH i-g-t v2 3/6] lib/igt_device_scan: Include PCIe bridge upstream port if available
` [PATCH i-g-t v2 4/6] lib/igt_device_scan: List PCIe bridge ports after their children
` [PATCH i-g-t v2 5/6] lib/igt_device_scan: Omit AER statistics data from attributes
` [PATCH i-g-t v2 6/6] lib/igt_device_scan: Print GPU upstream port parent/child relations

[PATCH v2 0/1] drm/i915/display: Implement Wa_16024710867
 2026-01-27  9:44 UTC  (5+ messages)
` [PATCH v2 1/1] "
` ✓ i915.CI.BAT: success for "

[PATCH] drm/i915/display: Assert valid cpu_transcoder
 2026-01-27  8:44 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v10 00/10] Use trans push mechanism to generate frame change event
 2026-01-27  8:35 UTC  (20+ messages)
` [PATCH v10 01/10] drm/i915/psr: Add TRANS_PUSH register bit definition for PSR
` [PATCH v10 02/10] drm/i915/psr: Add intel_psr_use_trans_push to query if TRANS_PUSH is used
` [PATCH v10 03/10] drm/i915/vrr: Add helper for parsing value to be written into TRANS_PUSH
` [PATCH v10 04/10] drm/i915/vrr: Prepare to Use TRANS_PUSH mechanism for PSR frame change
` [PATCH v10 05/10] drm/i915/dsb: Set DSB_SKIP_WAITS_EN chicken bit for LunarLake and onwards
` [PATCH v10 06/10] drm/i915/display: Wait for vblank in case of PSR is using trans push
` [PATCH v10 07/10] drm/i915/psr: Wait for idle only after possible send push
` [PATCH v10 08/10] drm/i915/psr: Do PSR exit on frontbuffer flush on LunarLake and onwards
` [PATCH v10 09/10] drm/i915/display: Add HAS_PSR_TRANS_PUSH_FRAME_CHANGE macro
` [PATCH v10 10/10] drm/i915/psr: Use TRANS_PUSH to trigger frame change event
` ✓ i915.CI.BAT: success for Use trans push mechanism to generate "
` ✗ i915.CI.Full: failure "

[RFC PATCH v3 0/2] Enable seamless boot (fastboot) for PTL
 2026-01-27  8:05 UTC  (4+ messages)
` [RFC PATCH v3 2/2] drm/i915/display: Synchronize crtc_state for initial commit

[PATCH v3 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
 2026-01-27  6:00 UTC  (4+ messages)

[PATCH v2] drm/i915/display: fix the pixel normalization handling for xe3p_lpd
 2026-01-26 22:20 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: fix the pixel normalization handling for xe3p_lpd (rev2)
` ✓ i915.CI.Full: "

[CI v2] drm/{i915, xe}/pcode: move display pcode calls to parent interface
 2026-01-26 21:29 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/{i915, xe}/pcode: move display pcode calls to parent interface (rev3)
` ✗ i915.CI.Full: failure "

[PATCH v6 0/5] drm/xe: Privatize struct xe_ggtt
 2026-01-26 21:13 UTC  (13+ messages)
` [PATCH v6 1/5] drm/xe: Make xe_ggtt_node offset relative to starting offset
` [PATCH v6 2/5] drm/xe: Rewrite GGTT VF initialization
` [PATCH v6 3/5] drm/xe: Move struct xe_ggtt to xe_ggtt.c
` [PATCH v6 4/5] drm/xe: Make xe_ggtt_node_insert return a node
` [PATCH v6 5/5] drm/xe: Remove xe_ggtt_node_allocated
` ✓ i915.CI.BAT: success for drm/xe: Privatize struct xe_ggtt
` ✗ i915.CI.Full: failure "

[PATCH 0/2] Add support for eGPUs on Apple Products
 2026-01-26 16:26 UTC  (5+ messages)
` [PATCH 1/2] efi/libstub: Enable apple-set-os for all Apple Devices
` [PATCH 2/2] drm/i915/display: Disable display for iMac's
` ✗ LGCI.VerificationFailed: failure for Add support for eGPUs on Apple Products

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-25 14:50 UTC  (24+ 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
` ✗ Fi.CI.BUILD: failure for mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them (rev3)
` ✗ Fi.CI.BUILD: failure for mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them (rev4)

[PATCH v2] drm/i915/display: PORT_NONE is not valid
 2026-01-26 13:21 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: PORT_NONE is not valid (rev2)
` ✗ i915.CI.Full: failure "

[PATCH i-g-t 0/7] lsgpu: Report upstream port link bandwidth
 2026-01-26 12:56 UTC  (21+ 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 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 RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-25  1:51 UTC  (14+ 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] drm/i915: Register vGPU after DRM dev register and fix fail path
 2026-01-24  7:18 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v2 0/1] pcode: rename GEN6_PCODE_DATA to match spec
 2026-01-24  4:11 UTC  (4+ messages)
` [PATCH 1/1] drm/{i915, xe}/pcode: "
` ✓ i915.CI.BAT: success for pcode: "
` ✓ i915.CI.Full: "

[PATCH] drm/i915/display: vcpi is always greater than zero
 2026-01-23 23:11 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH 00/14] Account for DSC bubble overhead for horizontal slices
 2026-01-23 19:48 UTC  (23+ 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 09/14] drm/i915/dp_mst: Extract helper to compute link for given joiner config
` [PATCH 11/14] drm/i915/dp: Introduce helper to check pixel rate against dotclock limits
` [PATCH 14/14] drm/i915/display: Add upper limit check for pixel clock

[PATCH] drm/i915: Add vgpu.entry list initialization
 2026-01-23 19:40 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH] drm/i915/display: PORT_NONE is not valid
 2026-01-23 15:23 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/cdclk: Extend Wa_13012396614 to Xe3p_LPD
 2026-01-23 14:41 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v1 0/1] rename GEN6_PCODE_DATA to match spec
 2026-01-23 11:44 UTC  (4+ messages)
` [PATCH 1/1] drm/{i915, xe}/pcode: "
` ✗ Fi.CI.BUILD: failure for "

[PATCH v9 0/8] Use trans push mechanism to generate frame change event
 2026-01-23 11:33 UTC  (10+ messages)
` [PATCH v9 4/8] drm/i915/dsb: Set DSB_SKIP_WAITS_EN chicken bit for LunarLake and onwards
` [PATCH v9 6/8] drm/i915/psr: Wait for idle only after possible send push
` [PATCH v9 7/8] drm/i915/psr: Do PSR exit on frontbuffer flush on LunarLake and onwards

[v2 00/19] Make Display free from i915_reg.h
 2026-01-23 10:53 UTC  (47+ messages)
` [v2 01/19] drm/{i915, xe}: Extract display registers from i915_reg.h to display
` [v2 02/19] drm/{i915, xe}: Extract South chicken "
` [v2 03/19] drm/{i915, xe}: Extract display interrupt definitions
` [v2 05/19] drm/{i915, xe}: Extract pcode definitions to common header
` [v2 06/19] drm/{i915, xe}: Remove i915_reg.h from intel_display_device.c
` [v2 07/19] drm/{i915, xe}: Remove i915_reg.h from intel_dram.c
` [v2 09/19] drm/{i915, xe}: Remove i915_reg.h from intel_overlay.c
` [v2 10/19] drm/{i915, xe}: Remove i915_reg.h from g4x_dp.c
` [v2 12/19] drm/{i915, xe}: Remove i915_reg.h from g4x_hdmi.c
` [v2 13/19] drm/{i915, xe}: Remove i915_reg.h from intel_rom.c
` [v2 14/19] drm/{i915, xe}: Remove i915_reg.h from intel_psr.c
` [v2 15/19] drm/{i915, xe}: Remove i915_reg.h from intel_fifo_underrun.c
` [v2 16/19] drm/{i915, xe}: Remove i915_reg.h from intel_display_irq.c
` [v2 17/19] drm/{i915, xe}: Remove i915_reg.h from intel_display_power_well.c
` [v2 18/19] drm/{i915, xe}: Remove i915_reg.h from intel_modeset_setup.c
` [v2 19/19] drm/{i915, xe}: Remove i915_reg.h from display

[PATCH] drm/i915: move GEN7_ERR_INT snapshot to display irq code
 2026-01-23  9:44 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v7 00/22] Add new general DRM property "color format"
 2026-01-23  1:29 UTC  (5+ messages)
` [PATCH v7 10/22] drm/rockchip: vop2: Fix YUV444 output
  `  "
      ` Re:Re: [PATCH "

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

[PATCH v7 0/5] User readable error codes on atomic_ioctl failure
 2026-01-22 16:23 UTC  (6+ messages)
` [PATCH v7 1/5] drm: Define user readable error codes for atomic ioctl

[PATCH 1/2] drm/i915/cx0: Clear response ready & error bit
 2026-01-22 15:51 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for series starting with [1/2] "

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 15:47 UTC  (5+ messages)
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users to use vma_flags_t

[PATCH v1 0/1] Implement Wa_16024710867
 2026-01-22 15:04 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[RFC PATCH] drm/buddy: Optimize large alignment handling to avoid unnecessary splits
 2026-01-22 15:02 UTC  (4+ messages)

[PATCH 1/2] drm/buddy: Improve offset-aligned allocation handling
 2026-01-22 14:19 UTC  (3+ messages)
` [PATCH 2/2] drm/buddy: Add KUnit test for offset-aligned allocations
` ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/buddy: Improve offset-aligned allocation handling

[PULL] drm-intel-next
 2026-01-22 14:10 UTC  (4+ messages)

[PATCH v2] drm/i915/display: Add quirk to force backlight type on some TUXEDO devices
 2026-01-22 13:51 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915/display: Add quirk to force backlight type on some TUXEDO devices (rev2)

[PULL] drm-xe-fixes
 2026-01-22 12:52 UTC 


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