messages from 2026-04-13 19:08:38 to 2026-04-15 07:28:43 UTC [more...]
[PATCH 0/4] PSR2 SDP on Prior Scanline workarounds
2026-04-15 7:28 UTC (9+ messages)
` [PATCH 1/4] drm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS DPCD register
` [PATCH 2/4] drm/i915/psr: Read Intel DPCD workaround register
` [PATCH 3/4] drm/i915/psr: Apply Intel DPCD workaround when SDP on prior line used
` [PATCH 4/4] drm/i915/psr: Apply SDP on prior scanline workaround for NVL
` ✗ CI.checkpatch: warning for PSR2 SDP on Prior Scanline workarounds
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[PATCH] drm/i915/psr: Init variable to avoid early exit from et alignment loop
2026-04-15 7:02 UTC (3+ messages)
[PATCHv2] drm/i915/lt_phy: Update the Tx Swing for DP 1.4
2026-04-15 6:49 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/i915/lt_phy: Update the Tx Swing for DP 1.4 (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v1 15/16] drm/i915/bios: search for VBT #57 by default
2026-04-15 6:42 UTC (2+ messages)
[PATCH] drm/xe: Reject coh_none PAT index for CPU cached memory in madvise
2026-04-15 6:19 UTC (4+ messages)
` [PATCH v8 0/2] drm/xe: Reject unsafe PAT indices for CPU cached memory
` [PATCH v8 1/2] drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madvise
` [PATCH v8 2/2] drm/xe: Reject coh_none PAT index for CPU_ADDR_MIRROR
[PATCH 0/3] drm/xe/oa: OA register whitelist fixes
2026-04-15 6:00 UTC (8+ messages)
` [PATCH 1/3] drm/xe/oa: Don't whitelist OA status registers
` [PATCH 2/3] drm/xe/oa: Don't whitelist OA head pointer registers
` [PATCH 3/3] drm/xe/oa: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG
` ✗ CI.checkpatch: warning for drm/xe/oa: OA register whitelist fixes
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH] drm/i915/lt_phy: Update the Tx Swing for DP 1.4
2026-04-15 5:15 UTC (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v4 0/3] drm/xe/oa: Wa_14026633728
2026-04-15 4:26 UTC (7+ messages)
` [PATCH 1/3] drm/xe/oa: Use xe_map layer
` [PATCH 2/3] drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
` [PATCH 3/3] drm/xe/oa: Implement Wa_14026633728
` ✓ CI.KUnit: success for drm/xe/oa: Wa_14026633728 (rev4)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH 0/3] drm/xe/rtp: OA register whitelist fixes
2026-04-15 3:38 UTC (10+ messages)
` [PATCH 1/3] drm/xe/rtp: Don't whitelist OA status registers
` [PATCH 2/3] drm/xe/rtp: Don't whitelist OA head pointer registers
` [PATCH 3/3] drm/xe/rtp: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG
` ✗ CI.checkpatch: warning for drm/xe/rtp: OA register whitelist fixes
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v2] drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
2026-04-15 3:28 UTC (2+ messages)
[PATCH] [RFC]: drm/i915/display: Use ceiling division for NV12 UV surface offset calculation
2026-04-15 3:01 UTC (9+ messages)
` ✓ CI.KUnit: success for : drm/i915/display: Use ceiling division for NV12 UV surface offset calculation (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v3 0/4] kernel-doc fix for headers
2026-04-15 2:05 UTC (9+ messages)
` [PATCH v3 1/4] drm/xe: Fix stale and mismatched kernel-doc member tags in header files
` [PATCH v3 2/4] drm/xe: Add missing '@' prefix to kernel-doc member tags
` [PATCH v3 3/4] drm/xe: Fix kernel-doc comment syntax issues in header files
` [PATCH v3 4/4] drm/xe: Fix type and parameter name mismatches in kernel-doc references
` ✗ CI.checkpatch: warning for kernel-doc fix for headers (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH] drm/xe/pf: Streamline fair scheduling error reporting
2026-04-15 0:58 UTC (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.FULL: "
[PATCH v6] drm/i915/display: change pipe allocation order for discrete platforms
2026-04-15 0:11 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/i915/display: change pipe allocation order for discrete platforms (rev6)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v3 0/3] drm/xe/pat: Type cleanup and invalid index hardening
2026-04-14 23:26 UTC (7+ messages)
` [PATCH v3 1/3] drm/xe: Standardize pat_index to u16 type
` [PATCH v3 2/3] drm/xe/pat: Default XE_CACHE_NONE_COMPRESSION to invalid
` [PATCH v3 3/3] drm/xe/pat: Introduce xe_cache_pat_idx() helper
` ✓ CI.KUnit: success for drm/xe/pat: Type cleanup and invalid index hardening
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH] drm/xe: Unify fault injection hooks for CSC, GT reset
2026-04-14 22:33 UTC (5+ messages)
` ✗ CI.checkpatch: warning for drm/xe: Unify fault injection hooks for CSC, GT reset (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[RFC 00/15] drm/xe: Access counter consumer layer
2026-04-14 21:24 UTC (5+ messages)
` [RFC 03/15] drm/xe: Stub out new access_counter layer
` [RFC 11/15] drm/xe: Add xe_guc_access_counter layer
[PATCH v2] drm/xe/xe_survivability: Fix runtime survivability error handling
2026-04-14 20:38 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/xe/xe_survivability: Fix runtime survivability error handling (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH] [CI] drm/i915/dmc: Test Xe3LPD_3002 DMC v2.29
2026-04-14 19:00 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "
[PATCH 0/5] Support run ticks for multi-queue use case
2026-04-14 18:56 UTC (14+ messages)
` [PATCH 1/5] drm/xe/multi_queue: Store primary queue and position info in LRC
` [PATCH 2/5] drm/xe/multi_queue: Add helpers to access CS QUEUE TIMESTAMP from lrc
` [PATCH 3/5] drm/xe/multi_queue: Capture queue run times for active queues
` [PATCH 4/5] drm/xe/multi_queue: Use QUEUE_TIMESTAMP as job timestamp for multi-queue
` [PATCH 5/5] drm/xe/multi_queue: Whitelist QUEUE_TIMESTAMP register
[PATCH v2 0/3] drm/xe/pat: Type cleanup and invalid index hardening
2026-04-14 18:15 UTC (4+ messages)
` [PATCH v2 1/3] drm/xe: Standardize pat_index to u16 type
` [PATCH v2 2/3] drm/xe/pat: Default XE_CACHE_NONE_COMPRESSION to invalid
` [PATCH v2 3/3] drm/xe/pat: Introduce xe_cache_pat_idx() helper
[PATCH] [CI] drm/i915/dmc: Test Xe3LPD DMC v2.34
2026-04-14 17:37 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v2 0/5] drm/i915/reset: Expose "display_reset_count" in debugfs
2026-04-14 17:07 UTC (10+ messages)
` [PATCH v2 1/5] drm/i915/reset: Reorganize display reset code
` [PATCH v2 2/5] drm/i915/reset: Move pending_fb_pin handling to i915
` [PATCH v2 3/5] drm/xe/display: Add init_clock_gating.h stubs
` [PATCH v2 4/5] drm/i915/reset: Add "display_reset_count" debugfs file
` [PATCH v2 5/5] drm/i915/reset: Disable execlist per-engine reset for display reset tests
` ✓ CI.KUnit: success for drm/i915/reset: Expose "display_reset_count" in debugfs (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v1 1/1] drm/xe: Fix null pointer dereference in devcoredump cleanup
2026-04-14 16:04 UTC (3+ messages)
[PATCH 00/10] drm/i915: Some fixes/cleanups to the BIOS FB stuff
2026-04-14 15:53 UTC (5+ messages)
` [PATCH 04/10] drm/i915: Make plane_config->fb a struct drm_framebuffer*
[PATCH 1/1] drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()
2026-04-14 15:47 UTC (3+ messages)
` ✗ Xe.CI.FULL: failure for series starting with [1/1] drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl() (rev2)
[PATCH] drm/i915/backlight: Remove try_vesa_interface
2026-04-14 15:45 UTC (4+ messages)
[PATCH v2 0/4] drm/xe: Fix resource leaks in bo init and dma-buf paths
2026-04-14 15:44 UTC (3+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Fix resource leaks in bo init and dma-buf paths (rev3)
[PATCH] drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_unlocked
2026-04-14 15:42 UTC (3+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_unlocked (rev2)
[PATCH] drm/xe/xe_survivability: Fix runtime survivability error handling
2026-04-14 14:55 UTC (7+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "
[PATCH v2 00/10] Start fixing OA whitelist mistakes
2026-04-14 14:11 UTC (3+ messages)
[PATCH v4 00/13] CMTG enablement
2026-04-14 13:33 UTC (5+ messages)
` [PATCH v4 01/13] drm/i915/cmtg: Add intel_cmtg_is_allowed() for CMTG
` [PATCH v4 03/13] drm/i915/cmtg: Set timings "
[PATCH v3 00/10] Introduce Xe Uncorrectable Error Handling
2026-04-14 13:29 UTC (7+ messages)
` [PATCH v3 01/10] drm/xe/xe_survivability: Decouple survivability info from boot survivability
` [PATCH v3 02/10] drm/xe/xe_pci_error: Implement PCI error recovery callbacks
[CI] drm: Ensure ioctls are drained before device unplug
2026-04-14 12:24 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v2 1/2] vfio/xe: Reorganize the init to decouple migration from reset
2026-04-13 21:58 UTC (2+ messages)
[PATCH RFC 00/12] Add support for DisplayPort link training information report
2026-04-13 15:30 UTC (11+ messages)
` [PATCH RFC 09/12] drm: Introduce drmm_connector_dp_init() with link training state properties
` [PATCH RFC 10/12] drm/i915/display/dp: Adopt dp_connector helpers to expose link training state
[PATCH 0/3] drm/xe: Add support for GPU health indicator
2026-04-14 11:16 UTC (4+ messages)
` [PATCH 3/3] drm/xe/xe_ras: Add RAS "
[PATCH 00/19] drm/i915/display: Add DC3CO support
2026-04-14 7:11 UTC (36+ messages)
` [PATCH 01/19] drm/i915/display: Remove TGL "
` [PATCH 02/19] drm/i915/display: Replace DC_STATE_EN_DC3CO with DC_STATE_EN_UPTO_DC3CO
` [PATCH 03/19] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [PATCH 04/19] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [PATCH 05/19] drm/i915/display: Validate target DC state against allowed_dc_mask
` [PATCH 06/19] drm/i915/display: Fix HAS_DC3CO() and add DC3CO trigger enum
` [PATCH 07/19] drm/i915/display: Add helper to check DC3CO support
` [PATCH 08/19] drm/i915/display: Add DC3CO eligibility computation
` [PATCH 10/19] drm/i915/display: Remove unused dc3co_exitline from intel_crtc_state
` [PATCH 11/19] drm/i915/display: Store DC3CO eligibility in PSR state
` [PATCH 12/19] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [PATCH 14/19] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [PATCH 15/19] drm/i915/display: PSR Add delayed work to exit DC3CO
` [PATCH 16/19] drm/i915/display: Add helper to enable DC counter
` [PATCH 17/19] drm/i915/display: Remove DC3CO DMC debugfs
` [PATCH 18/19] drm/i915/display: Add DC3CO count and residency in dmc debugfs
` [PATCH 19/19] drm/i915/display: PSR set idle frames while exit from DC3CO
[PATCH v11 0/2] Do not create drm device for PF only admin mode
2026-04-14 6:25 UTC (3+ messages)
` ✗ Xe.CI.FULL: failure for Do not create drm device for PF only admin mode (rev12)
[RFC PATCH V7 0/9] Add memory page offlining support
2026-04-14 5:36 UTC (5+ messages)
` [RFC PATCH V7 2/9] drm/gpu: Add gpu_buddy_addr_to_block helper
` ✗ Xe.CI.FULL: failure for Add memory page offlining support (rev7)
[PATCH 0/2] drm/xe/ras: Fix and clean up xe_drm_ras
2026-04-14 4:33 UTC (14+ messages)
` [PATCH 1/2] drm/xe/ras: Fix error handling in register_nodes()
` [PATCH 2/2] drm/xe/ras: Clean up coding style in xe_drm_ras
[PATCH v2] drm/xe: Suppress reset log for killed queues
2026-04-14 2:34 UTC (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH] drm/xe: Apply WA_14026810691 to engine
2026-04-13 23:17 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/xe: Apply WA_14026810691 to engine (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
2026-04-13 22:50 UTC (6+ messages)
[PATCH v2 0/3] drm/xe/oa: Wa_14026633728
2026-04-13 22:06 UTC (5+ messages)
` [PATCH 1/3] drm/xe/oa: Use xe_map layer
[PATCH v4 0/4] Introduce cold reset recovery method
2026-04-13 21:22 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for Introduce cold reset recovery method (rev3)
[PATCH 0/3] Xe3p tuning and workaround fixes
2026-04-13 20:50 UTC (7+ messages)
` [PATCH 2/3] drm/xe/tuning: Use proper register offset for GAMSTLB_CTRL
` ✗ Xe.CI.FULL: failure for Xe3p tuning and workaround fixes
[PATCH v9 00/23] gpu: nova-core: Add memory management support
2026-04-13 20:25 UTC (13+ messages)
` [PATCH v10 00/21] "
` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
[PATCH] drm/xe/debugfs: Correct printing of register whitelist ranges
2026-04-13 19:55 UTC (3+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/debugfs: Correct printing of register whitelist ranges (rev2)
[PATCH v13 00/27] Add new general DRM property "color format"
2026-04-13 19:21 UTC (5+ messages)
` [PATCH v13 12/27] drm/i915/dp: Add YCBCR444 handling for sink formats
` [PATCH v13 13/27] drm/i915: Implement the "color format" DRM property
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox