intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 09:16:06 to 2025-08-29 10:28:54 UTC [more...]

[PATCH][next] drm/xe: Avoid dozens of -Wflex-array-member-not-at-end warnings
 2025-08-29 10:28 UTC 

[PATCH] drm/i915/display: Fix possible overflow on tc power domain selection
 2025-08-29 10:26 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v2 0/4] ALPM LFPS and silence period calculation
 2025-08-29 10:23 UTC  (8+ messages)
` [PATCH v2 1/4] drm/i915/alpm: Calculate silence period
` [PATCH v2 2/4] drm/i915/alpm: Add own define for LFPS count
` [PATCH v2 3/4] drm/i915/alpm: Replace hardcoded LFPS cycle with proper calculation
` [PATCH v2 4/4] drm/i915/alpm: Use actual lfps cycle and silence periods in wake time
` ✓ CI.KUnit: success for ALPM LFPS and silence period calculation (rev2)
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/guc: Update GuC log buffer type value
 2025-08-29 10:20 UTC  (9+ messages)

[bug report] drm/xe/uapi: Add UAPI for querying VMA count and memory attributes
 2025-08-29  9:05 UTC  (3+ messages)

[PATCH] mm/hmm: Populate PFNs from PMD swap entry
 2025-08-29  8:55 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH 0/4] drm/xe: Use poll_timeout_us()
 2025-08-29  8:44 UTC  (8+ messages)
` [PATCH 1/4] drm/xe/device: Use poll_timeout_us() to wait for lmem
` [PATCH 2/4] drm/xe/guc_pc: Use poll_timeout_us() for waiting
` [PATCH 3/4] drm/xe/guc: Refactor GuC load to use poll_timeout_us()
` [PATCH 4/4] drm/xe/pcode: Refactor pcode_try_request() "
` ✓ CI.KUnit: success for drm/xe: Use poll_timeout_us()
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Attempt to bring bos back to VRAM after eviction
 2025-08-29  7:42 UTC  (9+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v3] drm/xe/gt: Introduce runtime suspend/resume
 2025-08-29  7:27 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for drm/xe/gt: Introduce runtime suspend/resume (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[CI v3] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
 2025-08-29  6:32 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC (rev4)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v4 0/3] Core Xe changes preparing for VF migration
 2025-08-29  5:06 UTC  (4+ messages)
` ✓ CI.KUnit: success for Core Xe changes preparing for VF migration (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/i915/backlight: Honor VESA eDP backlight luminance control capability
 2025-08-29  4:06 UTC  (3+ messages)

[PATCH v7 0/6] drm/xe/guc: Add LFD format output for guc log
 2025-08-29  3:03 UTC  (11+ messages)
` [PATCH v7 1/6] drm/xe/guc: Add log init config abi definitions
` [PATCH v7 2/6] drm/xe/guc: Add LFD related "
` [PATCH v7 3/6] drm/xe/guc: Add GuC log init config in LFD format
` [PATCH v7 4/6] drm/xe/guc: Add GuC log event buffer output "
` [PATCH v7 5/6] drm/xe/guc: Only add GuC crash dump if available
` [PATCH v7 6/6] drm/xe/guc: Add new debugfs entry for lfd format output
` ✗ CI.checkpatch: warning for drm/xe/guc: Add LFD format output for guc log (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/11] Pagefault refactor, fine grained fault locking, threaded prefetch
 2025-08-29  1:06 UTC  (33+ messages)
` [PATCH 01/11] drm/xe: Stub out new pagefault layer
` [PATCH 02/11] drm/xe: Implement xe_pagefault_init
` [PATCH 04/11] drm/xe: Implement xe_pagefault_handler
` [PATCH 05/11] drm/xe: Implement xe_pagefault_queue_work
` [PATCH 06/11] drm/xe: Add xe_guc_pagefault layer
` [PATCH 07/11] drm/xe: Remove unused GT page fault code
` [PATCH 10/11] drm/xe: Thread prefetch of SVM ranges
` [PATCH 11/11] drm/xe: Add num_pf_queue modparam

[PATCH v6 0/8] Replace xe_hmm with gpusvm
 2025-08-28 23:17 UTC  (13+ messages)
` [PATCH v6 1/8] drm/gpusvm: fix hmm_pfn_to_map_order() usage
` [PATCH v6 2/8] drm/gpusvm: use more selective dma dir in get_pages()
` [PATCH v6 3/8] drm/gpusvm: pull out drm_gpusvm_pages substructure
` [PATCH v6 4/8] drm/gpusvm: refactor core API to use pages struct
` [PATCH v6 5/8] drm/gpusvm: export drm_gpusvm_pages API
` [PATCH v6 6/8] drm/xe/vm: split userptr bits into separate file
` [PATCH v6 7/8] drm/xe/userptr: replace xe_hmm with gpusvm
` [PATCH v6 8/8] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr
` ✗ CI.checkpatch: warning for Replace xe_hmm with gpusvm (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v4 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
 2025-08-28 22:19 UTC  (4+ messages)
` [PATCH v4 3/7] kunit: Pass parameterized test context to generate_params()

[PATCH v4 1/2] drm/xe/mcr: Make xe_gt_mcr_get_dss_steering() input gt a const
 2025-08-28 22:04 UTC  (4+ messages)
` [PATCH v4 2/2] drm/xe/xe2hpg: Add Wa_18041344222 for Xe2_HPG

[PATCH v3] drm/xe/guc: Add devm release action to safely tear down CT
 2025-08-28 21:54 UTC  (10+ messages)
` ✗ CI.checkpatch: warning for drm/xe/guc: Add devm release action to safely tear down CT (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Fix incorrect migration of backed-up object to VRAM
 2025-08-28 21:42 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/guc: Increase GuC crash dump buffer size
 2025-08-28 21:34 UTC  (4+ messages)

Re:
 2025-08-28 21:32 UTC  (15+ messages)
                    ` stupid and complicated PAT :)
                  ` stupid "

[PATCH 00/20] drm/i915/display: convert to generic poll_timeout_us()
 2025-08-28 21:01 UTC  (26+ messages)
` [PATCH 01/20] drm/i915/hdmi: use generic poll_timeout_us() instead of __wait_for()
` [PATCH 02/20] drm/i915/hdcp: "
` [PATCH 03/20] drm/i915/hdcp: use generic poll_timeout_us() instead of wait_for()
` [PATCH 04/20] drm/i915/dsi: use generic poll_timeout_us() instead of wait_for_us()
` [PATCH 05/20] drm/i915/dsi-pll: use generic poll_timeout_us() instead of wait_for()
` [PATCH 06/20] drm/i915/gmbus: use generic poll_timeout*() instead of wait_for*()
` [PATCH 07/20] drm/i915/wm: use generic poll_timeout_us() instead of wait_for()
` [PATCH 08/20] drm/i915/cdclk: "
` [PATCH 09/20] drm/i915/power: "
` [PATCH 10/20] drm/i915/power-well: use generic poll_timeout_us() instead of wait_for() for DKL PHY
` [PATCH 11/20] drm/i915/power-well: use generic poll_timeout_us() instead of wait_for() for VLV/CHV
` [PATCH 12/20] drm/i915/dp: use generic poll_timeout_us() instead of wait_for()
` [PATCH 13/20] drm/i915/dp: use generic poll_timeout_us() instead of wait_for() in link training
` [PATCH 14/20] drm/i915/vblank: use generic poll_timeout_us() instead of wait_for()
` [PATCH 15/20] drm/i915/tc: "
` [PATCH 16/20] drm/i915/dsb: "
` [PATCH 17/20] drm/i915/lspcon: "
` [PATCH 18/20] drm/i915/opregion: "
` [PATCH 19/20] drm/i915/ddi: prefer poll_timeout_us() over readx_poll_timeout()
` [PATCH 20/20] drm/i915/pps: prefer poll_timeout_us() over read_poll_timeout()
` ✗ CI.checkpatch: warning for drm/i915/display: convert to generic poll_timeout_us()
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[RFC 0/3] cgroups: Add support for pinned device memory
 2025-08-28 20:58 UTC  (3+ messages)

[PATCH] drm/xe: Enable 2M pages in xe_migrate_vram
 2025-08-28 19:44 UTC  (3+ messages)

[PATCH v6] drm/xe/vf: Enable CCS save/restore only on supported GUC versions
 2025-08-28 19:04 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/vf: Enable CCS save/restore only on supported GUC versions (rev6)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[CI v2] drm/xe/guc: Test GuC v70.49.4 for BMG, LNL, PTL, PVC
 2025-08-28 18:08 UTC 

[PATCH v2] drm/xe: Enable 2M pages in xe_migrate_vram
 2025-08-28 18:09 UTC  (3+ messages)

[PATCH v4 1/2] drm/buddy: Optimize free block management with RB tree
 2025-08-28 17:36 UTC  (8+ messages)
` [PATCH v4 2/2] drm/buddy: Separate clear and dirty free block trees
` ✗ CI.checkpatch: warning for series starting with [v4,1/2] drm/buddy: Optimize free block management with RB tree
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v8 0/1] drm/i915/display: Add no_psr_reason to PSR debugfs
 2025-08-28 16:06 UTC  (7+ messages)
` [PATCH v8 1/1] "
` ✓ CI.KUnit: success for drm/i915/display: Add no_psr_reason to PSR debugfs (rev11)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[bug report] drm/xe: Reset VMA attributes to default in SVM garbage collector
 2025-08-28 14:28 UTC  (3+ messages)

[PATCH v2] drm/xe/uapi: Fix kernel-doc formatting for madvise and vma_query
 2025-08-28 13:33 UTC  (3+ messages)

[RFC 0/9] Introducing firmware late binding
 2025-08-28 12:48 UTC  (7+ messages)
` [RFC 9/9] {fwctl,drm}/xe/pcode: Introduce xe_pcode_fwctl

[PATCH 0/2] Smatch static checker warning fixes
 2025-08-28 12:46 UTC  (8+ messages)
` ✓ CI.KUnit: success for "
` [PATCH 1/2] drm/xe: Fix indentation in xe_zap_ptes_in_madvise_range
` [PATCH 2/2] drm/xe/vm: Fix error handling in xe_vm_query_vmas_attrs_ioctl()
` ✓ Xe.CI.BAT: success for Smatch static checker warning fixes
` ✓ Xe.CI.Full: "

[PATCH 1/2] drm/i915: Disable tracepoints for PREEMPT_RT
 2025-08-28 11:21 UTC  (4+ messages)
` ✓ CI.KUnit: success for series starting with [1/2] "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[bug report] drm/xe/svm: Consult madvise preferred location in prefetch
 2025-08-28 10:40 UTC  (2+ messages)

[PATCH] drm/xe/uapi: Fix kernel-doc formatting for madvise and vma_query
 2025-08-28 10:24 UTC  (5+ messages)

[PATCH v5] drm/xe/vf: Enable CCS save/restore only on supported GUC versions
 2025-08-28  9:56 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/vf: Enable CCS save/restore only on supported GUC versions (rev5)

[PATCH v2 1/3] iopoll: Generalize read_poll_timeout() into poll_timeout_us()
 2025-08-28  9:51 UTC  (2+ messages)

[PATCH 0/4] ALPM LFPS and silence period calculation
 2025-08-28  9:48 UTC  (7+ messages)
` [PATCH 3/4] drm/i915/alpm: Replace hardcoded LFPS cycle with proper calculation
` [PATCH 4/4] drm/i915/alpm: Use actual lfps cycle and silence periods in wake time


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).