Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-30 03:29:16 to 2026-05-01 01:30:51 UTC [more...]

[PATCH 0/5] drm/i915/intel_panel: Reduce redundant intel_panel_fixed_mode() calls
 2026-05-01  1:30 UTC  (9+ messages)
` [PATCH 1/5] drm/i915/intel_sdvo: Check fixed_mode->clock against max_dotclock in mode_valid
` [PATCH 2/5] drm/i915/intel_panel: Avoid calls to intel_panel_fixed_mode() "
` [PATCH 3/5] drm/i915/intel_dvo: Drop call to intel_panel_fixed_mode() from compute_config
` [PATCH 4/5] drm/i915/intel_sdvo: "
` [PATCH 5/5] drm/i915/dp: "
` ✓ CI.KUnit: success for drm/i915/intel_panel: Reduce redundant intel_panel_fixed_mode() calls
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2] drm/xe: Do not blindly copy system CCS pages when shrinking
 2026-05-01  1:26 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: Do not blindly copy system CCS pages when shrinking (rev2)

[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-05-01  0:50 UTC  (12+ messages)
` [PATCH v4 1/6] mm: Wire up order in shrink_control
` [PATCH v4 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()
` [PATCH v4 3/6] drm/ttm: Issue direct reclaim at beneficial_order
` [PATCH v4 4/6] drm/ttm: Introduce ttm_bo_shrink_kswap_maybe_fragmented()
` [PATCH v4 5/6] drm/xe: Set TTM device beneficial_order to 9 (2M)
` [PATCH v4 6/6] drm/xe: Avoid shrinker reclaim from kswapd under fragmentation
` ✗ CI.checkpatch: warning for mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v3 1/7] drm: writeback: Refactor drm_writeback_connector structure
 2026-04-30 23:33 UTC  (2+ messages)
` [v3,1/7] "

[PATCH 00/24] Intel Xe GPU Debug Support (eudebug) v8
 2026-04-30 22:41 UTC  (32+ messages)
` [PATCH 01/24] drm/xe/eudebug: Introduce eudebug interface
` [PATCH 02/24] drm/xe/eudebug: Add documentation
` [PATCH 03/24] drm/xe/eudebug: Add connection establishment documentation
` [PATCH 04/24] drm/xe/eudebug: Introduce discovery for resources
` [PATCH 05/24] drm/xe/eudebug: Introduce exec_queue events
` [PATCH 06/24] drm/xe: Add EUDEBUG_ENABLE exec queue property
` [PATCH 07/24] drm/xe/eudebug: Mark guc contexts as debuggable
` [PATCH 08/24] drm/xe: Introduce ADD_DEBUG_DATA and REMOVE_DEBUG_DATA vm bind ops
` [PATCH 09/24] drm/xe/eudebug: Introduce vm bind and vm bind debug data events
` [PATCH 10/24] drm/xe/eudebug: Add ufence events with acks
` [PATCH 11/24] drm/xe/eudebug: vm open/pread/pwrite
` [PATCH 12/24] drm/xe/eudebug: userptr vm pread/pwrite
` [PATCH 13/24] drm/xe/eudebug: hw enablement for eudebug
` [PATCH 14/24] drm/xe/eudebug: Introduce EU control interface
` [PATCH 15/24] drm/xe/eudebug: Introduce per device attention scan worker
` [PATCH 16/24] drm/xe/eudebug_test: Introduce xe_eudebug wa kunit test
` [PATCH 17/24] drm/xe: Implement SR-IOV and eudebug exclusivity
` [PATCH 18/24] drm/xe: Add xe_client_debugfs and introduce debug_data file
` [PATCH 19/24] drm/xe/eudebug: Allow getting eudebug instance during discovery
` [PATCH 20/24] drm/xe/eudebug: Add read/count/compare helper for eu attention
` [PATCH 21/24] drm/xe/vm: Support for adding null page VMA to VM on request
` [PATCH 22/24] drm/xe/eudebug: Introduce EU pagefault handling interface
` [PATCH 23/24] drm/xe/eudebug: Enable EU pagefault handling
` [PATCH 24/24] drm/xe/eudebug: Disable SVM in Xe for Eudebug
` ✗ CI.checkpatch: warning for Intel Xe GPU Debug Support (eudebug) v8
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/7] drm/xe/rtp: Miscellaneous improvements to rule matching
 2026-04-30 21:59 UTC  (11+ messages)
` [PATCH v2 1/7] drm/xe/rtp: Write kunit test cases specific for "
` [PATCH v2 2/7] drm/xe/rtp: Drop rule matching cases from rtp_to_sr_cases and rtp_cases
` [PATCH v2 3/7] drm/xe/rtp: Don't short-circuit to false in or-yes case
` [PATCH v2 4/7] drm/xe/rtp: Do not break parsing when missing context
` [PATCH v2 5/7] drm/xe/rtp: Extract rule_match_item()
` [PATCH v2 6/7] drm/xe/rtp: Fully parse the ruleset
` [PATCH v2 7/7] drm/xe/rtp: Implement a structured parser for rule matching
` ✗ CI.checkpatch: warning for drm/xe/rtp: Miscellaneous improvements to rule matching (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 00/13] drm/xe/tests: Add kunit tests for memory based interrupts
 2026-04-30 21:50 UTC  (11+ messages)
` [PATCH 01/13] drm/xe/ggtt: Rename parameter name in xe_ggtt_init_kunit()
` [PATCH 02/13] drm/xe/guc: Allow to replace xe_guc_irq_handler() with stub
` [PATCH 03/13] drm/xe/hwe: Allow to replace xe_hw_engine_handle_irq() "
` [PATCH 04/13] drm/xe/mmio: Allow to replace xe_mmio_read32|write32() "

[PATCH v2] drm/xe/madvise: Track purgeability with BO-local counters
 2026-04-30 21:10 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/madvise: Track purgeability with BO-local counters (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/3] Minor GuC PC cleanups
 2026-04-30 20:59 UTC  (5+ messages)
` [PATCH v2 3/3] drm/xe/gt: Drop redundant forcewake

[PATCH v6 0/8] Introduce Xe PCIe FLR
 2026-04-30 20:57 UTC  (7+ messages)
` [PATCH v6 8/8] drm/xe/pci: Introduce "

[PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
 2026-04-30 20:46 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev4)

[PATCH v3 00/26] Enable Pipe writeback
 2026-04-30 20:11 UTC  (4+ messages)

[PATCH] drm/xe: Do not blindly copy system CCS pages when shrinking
 2026-04-30 20:05 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "

[PULL] drm-xe-fixes
 2026-04-30 20:00 UTC 

[PATCH v2 0/5] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-30 19:59 UTC  (16+ messages)
` [PATCH v2 1/5] mm: Introduce zone_appears_fragmented()
` [PATCH v2 3/5] drm/ttm: Introduce ttm_bo_shrink_kswap_fragmented()

[PATCH 0/8] drm/i915/display: refactor display funcs
 2026-04-30 19:38 UTC  (12+ messages)
` [PATCH 1/8] drm/i915/display: move audio funcs under audio sub-struct
` [PATCH 2/8] drm/i915/display: move color funcs under color sub-struct
` [PATCH 3/8] drm/i915/display: move fdi funcs under fdi sub-struct
` [PATCH 4/8] drm/i915/display: move watermark funcs under wm sub-struct
` [PATCH 5/8] drm/i915/display: move hotplug irq funcs under hotplug sub-struct
` [PATCH 6/8] drm/i915/display: move dpll funcs under dpll sub-struct
` [PATCH 7/8] drm/i915/display: move cdclk funcs under cdclk sub-struct
` [PATCH 8/8] drm/i915/display: move display funcs under modeset sub-struct
` ✓ CI.KUnit: success for drm/i915/display: refactor display funcs
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 00/16] drm/i915: Introduce 'fb_pin' parent interface
 2026-04-30 19:15 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for drm/i915: Introduce 'fb_pin' parent interface (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/1] Do not include LRC indirect ring state size in engine state size
 2026-04-30 19:10 UTC  (6+ messages)
` [PATCH 1/1] drm/xe/guc: Skip "
` ✓ CI.KUnit: success for Do not include "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v3 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-30 19:06 UTC  (9+ messages)
` [PATCH v3 1/6] mm: Wire up order in shrink_control
` [PATCH v3 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()
` [PATCH v3 3/6] drm/ttm: Issue direct reclaim at beneficial_order
` [PATCH v3 4/6] drm/ttm: Introduce ttm_bo_shrink_kswap_maybe_fragmented()
` [PATCH v3 5/6] drm/xe: Set TTM device beneficial_order to 9 (2M)
` [PATCH v3 6/6] drm/xe: Avoid shrinker reclaim from kswapd under fragmentation
` ✗ CI.checkpatch: warning for mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation (rev2)
` ✗ CI.KUnit: failure "

[PATCH v2] drm/xe: Don't use UTS_RELEASE directly
 2026-04-30 19:00 UTC  (4+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH] drm/xe: Don't emit UTS_RELEASE as part of device coredump
 2026-04-30 19:00 UTC  (3+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/xe: Don't emit UTS_RELEASE as part of device coredump (rev2)

[PATCH 0/4] More MERTOA WA's
 2026-04-30 18:16 UTC  (7+ messages)
` [PATCH 1/4] drm/xe/oa: Refactor oa_unit_supports_oa_format
` [PATCH 2/4] drm/xe/oa: MERTOA Wa_14026746987
` [PATCH 3/4] drm/xe/oa: Add val arg to xe_oa_is_valid_config_reg
` [PATCH 4/4] drm/xe/oa: MERTOA Wa_14026779378
` ✓ CI.KUnit: success for More MERTOA WA's
` ✓ Xe.CI.BAT: "

[PATCH 1/2] drm/xe: Use fb cached min alignment
 2026-04-30 17:40 UTC  (4+ messages)
` [PATCH 2/2] drm/xe: Respect pin_params.alignment for GGTT
` ✓ CI.KUnit: success for series starting with [1/2] drm/xe: Use fb cached min alignment
` ✓ Xe.CI.BAT: "

[PATCH v2 00/13] drm/i915/color: Enable SDR plane color pipeline
 2026-04-30 17:28 UTC  (6+ messages)
` [PATCH v2 01/13] drm/colorop: Add DRM_COLOROP_FIXED_MATRIX

[PATCH 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-04-30 16:49 UTC  (5+ messages)
` [PATCH 2/2] gpu/tests/buddy: add clear-tracker allocation latency benchmarks
` ✗ CI.checkpatch: warning for series starting with [1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 0/3] drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-30  8:14 UTC  (11+ messages)
` [PATCH 1/3] drm/ttm: Issue direct reclaim at beneficial_order

[PATCH 12/16] drm/xe: Restructure reuse_vma()
 2026-04-30 16:19 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] drm/xe/pf: Fix MMIO access using PF view instead of VF view during migration
 2026-04-30 15:42 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v2 0/3] drm/i915/psr: DC entry prevention during active vblank
 2026-04-30 15:34 UTC  (6+ messages)
` [PATCH v2 1/3] drm/i915/psr: Unify DC state handling for PSR and Panel Replay on VBI enable
` [PATCH v2 2/3] drm/i915/dmc_wl: Expose intel_dmc_wl_supported()
` [PATCH v2 3/3] drm/i915/psr: Use DMC wakelock instead of DC state for VBI
` ✓ CI.KUnit: success for drm/i915/psr: DC entry prevention during active vblank (rev2)
` ✗ Xe.CI.BAT: failure "

[PATCH v2] drm/xe/pf: Fix EAGAIN sign in pf_migration_consume()
 2026-04-30 15:33 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/pf: Fix EAGAIN sign in pf_migration_consume() (rev3)

[PATCH 0/2] Fix MST VCPI lookup and modeset-lock splat
 2026-04-30 15:29 UTC  (6+ messages)
` [PATCH 1/2] drm/915/hdcp: Use new MST topology state in intel_conn_to_vcpi()
` [PATCH 2/2] drm/i915/hdcp: Drop mgr->base.lock acquisition "
` ✓ CI.KUnit: success for Fix MST VCPI lookup and modeset-lock splat
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

Fix MST VCPI lookup and modeset-lock splat
 2026-04-30 14:44 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/hdcp: Drop mgr->base.lock acquisition in intel_conn_to_vcpi()
` ✓ CI.KUnit: success for series starting with [1/2] drm/915/hdcp: Use new MST topology state "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v1 00/11] Introduce error threshold to drm_ras
 2026-04-30 14:24 UTC  (3+ messages)
` [PATCH v1 11/11] drm/xe/ras: Add flag for Xe RAS

[RFC PATCH V7 00/10] Add memory page offlining support
 2026-04-30 13:53 UTC  (8+ messages)
` [RFC PATCH V7 04/10] drm/xe: Link LRC BO and its execution Queue
` [RFC PATCH V7 05/10] drm/xe: Extend BO purge to handle vram pages as well
` [RFC PATCH V7 10/10] drm/xe/cri: Add sysfs interface for bad gpu vram pages

[PATCH 0/6] drm/xe/rtp: Miscellaneous improvements to rule matching
 2026-04-30 13:33 UTC  (4+ messages)
` [PATCH 5/6] drm/xe/rtp: Fully parse the ruleset

[PATCH] drm/buddy: Integrate lockdep annotations for gpu buddy manager
 2026-04-30 13:12 UTC  (4+ messages)

[PATCH v4 00/13] Introduce Xe Uncorrectable Error Handling
 2026-04-30 12:58 UTC  (5+ messages)
` [PATCH v4 04/13] drm/xe: Skip device access during PCI error recovery
` [PATCH v4 13/13] drm/xe/xe_pci_error: Process errors in mmio_enabled

[PULL] drm-xe-next
 2026-04-30 13:00 UTC 

[PATCH v2] drm/xe/xe_exec: Avoid potential lockdep cycle with xe_pm_block_map
 2026-04-30 12:24 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/xe_exec: Avoid potential lockdep cycle with xe_pm_block_map (rev2)

[PATCH 0/2] drm/i915/psr: DC entry prevention during active vblank
 2026-04-30 11:36 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/psr: Use DMC wakelock instead of DC state for VBI

[RFC PATCH V7 0/9] Add memory page offlining support
 2026-04-30 11:28 UTC  (5+ messages)
` [RFC PATCH V7 1/9] drm/xe: Link VRAM object with gpu buddy
` [RFC PATCH V7 5/9] drm/xe: Handle physical memory address error

[PATCH v2] drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk
 2026-04-30 11:00 UTC  (4+ messages)

[PATCH] drm/i915/psr: Disable Panel Replay on Dell XPS 16 DA16260 as a quirk
 2026-04-30 10:58 UTC  (3+ messages)

[PATCH 00/15] drm/i915: refactor display funcs, add display irq hooks
 2026-04-30 10:28 UTC  (8+ messages)
` [PATCH 10/15] drm/i915/irq: move VLV/CHV LPE irq handler call after irq acks
` [PATCH 15/15] drm/i915/irq: add intel_display_irq_handler() to irq funcs

[PATCH v1 0/2] drm/xe/vf: New approach for post-migration LRC fixups
 2026-04-30 10:13 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v4 00/13] CMTG enablement
 2026-04-30  7:16 UTC  (10+ messages)
` [PATCH v4 03/13] drm/i915/cmtg: Set timings for CMTG

[PULL] drm-misc-fixes
 2026-04-30  6:45 UTC 

[RFC v2 0/7] drm/xe/svm: Add MMU notifier-based madvise autoreset on munmap
 2026-04-30  5:08 UTC  (10+ messages)
` [RFC v2 1/7] drm/xe/vm: Track CPU_AUTORESET state in xe_vma
` [RFC v2 2/7] drm/xe/vm: Preserve cpu_autoreset_active across GPUVA operations
` [RFC v2 3/7] drm/xe/svm: Clear CPU_AUTORESET_ACTIVE on first GPU fault
` [RFC v2 7/7] drm/xe/svm: Correct memory attribute reset for partial unmap

[PATCH] drm/xe/madvise: Track purgeability with BO-local counters
 2026-04-30  4:26 UTC  (3+ messages)

[PATCH] drm/i915/dmc_wl: Remove macro HAS_DMC_WAKELOCK()
 2026-04-30  4:01 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "


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