Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-31 10:48:40 to 2025-11-01 03:25:34 UTC [more...]

[PATCH v5 00/25] Enable LT PHY
 2025-11-01  3:24 UTC  (9+ messages)
` [PATCH v5 01/25] drm/i915/ltphy: Add LT Phy related VDR and Pipe Registers
` [PATCH v5 02/25] drm/i915/cx0: Change register bit naming for powerdown values
` [PATCH v5 03/25] drm/i915/ltphy: Phy lane reset for LT Phy
` [PATCH v5 04/25] drm/i915/cx0: Move the HDMI FRL function to intel_hdmi
` [PATCH v5 05/25] drm/i915/ltphy: Program sequence for PORT_CLOCK_CTL for LT Phy
` [PATCH v5 06/25] drm/i915/ltphy: Add a wrapper for LT Phy powerdown change sequence
` [PATCH v5 07/25] drm/i915/ltphy: Read PHY_VDR_0_CONFIG register
` [PATCH v5 08/25] drm/i915/ltphy: Add LT Phy Programming recipe tables

[PATCH v4 00/25] Enable LT PHY
 2025-11-01  3:04 UTC  (26+ messages)
` [PATCH v4 01/25] drm/i915/ltphy: Add LT Phy related VDR and Pipe Registers
` [PATCH v4 02/25] drm/i915/cx0: Change register bit naming for powerdown values
` [PATCH v4 03/25] drm/i915/ltphy: Phy lane reset for LT Phy
` [PATCH v4 04/25] drm/i915/cx0: Move the HDMI FRL function to intel_hdmi
` [PATCH v4 05/25] drm/i915/ltphy: Program sequence for PORT_CLOCK_CTL for LT Phy
` [PATCH v4 06/25] drm/i915/ltphy: Add a wrapper for LT Phy powerdown change sequence
` [PATCH v4 07/25] drm/i915/ltphy: Read PHY_VDR_0_CONFIG register
` [PATCH v4 08/25] drm/i915/ltphy: Add LT Phy Programming recipe tables
` [PATCH v4 09/25] drm/i915/ltphy: Program the VDR PLL registers for LT PHY
` [PATCH v4 10/25] drm/i915/ltphy: Update the ltpll config table value for eDP
` [PATCH v4 11/25] drm/i915/ltphy: Enable SSC during port clock programming
` [PATCH v4 12/25] drm/i915/ltphy: Add function to calculate LT PHY port clock
` [PATCH v4 13/25] drm/i915/ltphy: Program the P2P Transaction flow for LT Phy
` [PATCH v4 14/25] drm/i915/ltphy: Program the rest of the PORT_CLOCK_CTL steps
` [PATCH v4 15/25] drm/i915/ltphy: Program the rest of the LT Phy Enable sequence
` [PATCH v4 16/25] drm/i915/ltphy: Program LT Phy Non-TBT PLL disable sequence
` [PATCH v4 17/25] drm/i915/ltphy: Hook up LT Phy Enable & Disable sequences
` [PATCH v4 18/25] drm/i915/ddi: Define LT Phy Swing tables
` [PATCH v4 19/25] drm/i915/ltphy: Program LT Phy Voltage Swing
` [PATCH v4 20/25] drm/i915/ltphy: Enable/Disable Tx after Non TBT Enable sequence
` [PATCH v4 21/25] drm/i915/ltphy: Define the LT Phy state compare function
` [PATCH v4 22/25] drm/i915/ltphy: Define function to readout LT Phy PLL state
` [PATCH v4 23/25] drm/i915/ltphy: Define LT PHY PLL state verify function
` [PATCH v4 24/25] drm/i915/display: Aux Enable and Display powerwell timeouts
` [PATCH v4 25/25] drm/i915/ltphy: Modify the step that need to be skipped

[PATCH v7 0/6] Fix serialization on burst of unbinds - v2
 2025-11-01  2:50 UTC  (9+ messages)
` [PATCH v7 1/6] drm/xe: Enforce correct user fence signaling order using
` [PATCH v7 2/6] drm/xe: Attach last fence to TLB invalidation job queues
` [PATCH v7 3/6] drm/xe: Decouple bind queue last fence from TLB invalidations
` [PATCH v7 4/6] drm/xe: Skip TLB invalidation waits in page fault binds
` [PATCH v7 5/6] drm/xe: Disallow input fences on zero batch execs and zero binds
` [PATCH v7 6/6] drm/xe: Remove last fence dependency check from binds and execs
` ✗ CI.checkpatch: warning for Fix serialization on burst of unbinds - v2
` ✓ CI.KUnit: success "

[CI] drm/xe: Inline gt_reset in the worker
 2025-11-01  2:44 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/xe: Inline gt_reset in the worker (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v2] drm/xe/uapi: Implement DRM_XE_GEM_CREATE_FLAG_NO_COMPRESSION flag
 2025-11-01  2:38 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/uapi: Implement DRM_XE_GEM_CREATE_FLAG_NO_COMPRESSION flag (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe: Do clean shutdown also when using flr
 2025-11-01  1:55 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2] drm/xe/vf: Start re-emission from first unsignaled job during VF migration
 2025-11-01  1:33 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH 0/2] drm/xe: Add xe_pci_rebar
 2025-11-01  1:17 UTC  (6+ messages)
` [PATCH 1/2] drm/xe: Move rebar to its own file
` [PATCH 2/2] drm/xe: Improve rebar log messages
` ✗ CI.checkpatch: warning for drm/xe: Add xe_pci_rebar
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 00/12] Context based TLB invalidations
 2025-11-01  1:02 UTC  (13+ messages)
` [PATCH 01/12] drm/xe: Add normalize_invalidation_range
` [PATCH 02/12] drm/xe: Make usm.asid_to_vm allocation use GFP_NOWAIT
` [PATCH 03/12] drm/xe: Add xe_device_asid_to_vm helper
` [PATCH 04/12] drm/xe: Add vm to exec queues association
` [PATCH 05/12] drm/xe: Taint TLB invalidation seqno lock with GFP_KERNEL
` [PATCH 06/12] drm/xe: Do not forward invalid TLB invalidation seqnos to upper layers
` [PATCH 07/12] drm/xe: Rename send_tlb_inval_ppgtt to send_tlb_inval_asid_ppgtt
` [PATCH 08/12] drm/xe: Add send_tlb_inval_ppgtt helper
` [PATCH 09/12] drm/xe: Add xe_tlb_inval_idle helper
` [PATCH 10/12] drm/xe: Add exec queue active vfunc
` [PATCH 11/12] drm/xe: Add context-based invalidation to GuC TLB invalidation backend
` [PATCH 12/12] drm/xe: Enable context TLB invalidations for CI

[CI 00/32] [PATCH 00/32] drm/i915/display: Add MTL+ platforms to support dpll framework
 2025-11-01  0:15 UTC  (11+ messages)
` [CI 20/32] drm/i915/display: MTL+ .put_dplls
` [CI 27/32] drm/i915/display: Add .crtc_get_dpll hook
` [CI 29/32] drm/i915/display: Add .enable_clock on DDI for MTL+ platforms
` [CI 30/32] drm/i915/display: Get configuration for C10 and C20
` [CI 32/32] drm/i915/display: Enable dpll framework for MTL+
` ✗ CI.checkpatch: warning for drm/i915/display: Add MTL+ platforms to support dpll framework (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/25] Enable LT PHY
 2025-10-31 23:37 UTC  (7+ messages)
` [PATCH v3 12/25] drm/i915/ltphy: Add function to calculate LT PHY port clock
` ✗ CI.checkpatch: warning for Enable LT PHY (rev3)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.Full: failure "

[PATCH v2 00/32] drm/i915/display: Add initial support for Xe3p_LPD
 2025-10-31 22:41 UTC  (9+ messages)
` [PATCH v2 11/32] drm/i915/xe3p_lpd: Underrun debuggability and error codes/hints
` [PATCH v2 19/32] drm/i915/xe3p_lpd: PSR SU minimum lines is 4

[PATCH 00/16] drm/xe: Multi Queue feature support
 2025-10-31 22:19 UTC  (22+ messages)
` [PATCH 01/16] drm/xe/multi_queue: Add multi_queue_enable_mask to gt information
` [PATCH 02/16] drm/xe/multi_queue: Add user interface for multi queue support
` [PATCH 03/16] drm/xe/multi_queue: Add GuC "
` [PATCH 04/16] drm/xe/multi_queue: Add multi queue priority property
` [PATCH 05/16] drm/xe/multi_queue: Handle invalid exec queue property setting
` [PATCH 06/16] drm/xe/multi_queue: Add exec_queue set_property ioctl support
` [PATCH 07/16] drm/xe/multi_queue: Add support for multi queue dynamic priority change
` [PATCH 08/16] drm/xe/multi_queue: Add multi queue information to guc_info dump
` [PATCH 09/16] drm/xe/multi_queue: Handle tearing down of a multi queue
` [PATCH 10/16] drm/xe/multi_queue: Set QUEUE_DRAIN_MODE for Multi Queue batches
` [PATCH 11/16] drm/xe/multi_queue: Handle CGP context error
` [PATCH 12/16] drm/xe/multi_queue: Tracepoint support
` [PATCH 13/16] drm/xe/multi_queue: Support active group after primary is destroyed
` [PATCH 14/16] drm/xe/doc: Add documentation for Multi Queue Group
` [PATCH 15/16] drm/xe/doc: Add documentation for Multi Queue Group GuC interface
` [PATCH 16/16] drm/xe/multi_queue: Enable multi_queue on xe3p_xpc
` ✗ CI.checkpatch: warning for drm/xe: Multi Queue feature support
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[FOR CI 0/8] Testing PREEMPT_RT with disabling irqs in the most critical section
 2025-10-31 22:04 UTC  (10+ messages)
` [FOR CI 8/8] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` ✓ Xe.CI.BAT: success for Testing PREEMPT_RT with disabling irqs in the most critical section. (rev2)
` ✗ Xe.CI.Full: failure "

[CI] drm/xe: Inline gt_reset in the worker
 2025-10-31 21:46 UTC  (2+ messages)

[PATCH v6 0/6] Fix serialization on burst of unbinds - v2
 2025-10-31 21:10 UTC  (10+ messages)
` [PATCH v6 1/6] drm/xe: Enforce correct user fence signaling order using
` [PATCH v6 2/6] drm/xe: Attach last fence to TLB invalidation job queues
` [PATCH v6 3/6] drm/xe: Decouple bind queue last fence from TLB invalidations
` [PATCH v6 4/6] drm/xe: Skip TLB invalidation waits in page fault binds
` [PATCH v6 5/6] drm/xe: Disallow input fences on zero batch execs and zero binds
` [PATCH v6 6/6] drm/xe: Remove last fence dependency check from binds and execs
` ✗ CI.checkpatch: warning for Fix serialization on burst of unbinds - v2
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PULL] drm-intel-gt-next
 2025-10-31 21:02 UTC  (2+ messages)

[PATCH] drm/xe/vf: Skip signaled jobs during VF migration re-emission
 2025-10-31 20:15 UTC  (2+ messages)

[PATCH v2 0/2] VF double migration
 2025-10-31 20:10 UTC  (4+ messages)
` [PATCH v2 1/2] drm/xe/vf: Introduce RESFIX start marker support

[PATCH v2] drm/display/dp: Rename bit 4 of DPCD TEST_REQUEST to match DP2.1 spec
 2025-10-31 19:46 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for drm/display/dp: Rename bit 4 of DPCD TEST_REQUEST to match DP2.1 spec (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v2 0/4] PF: Add support for MERT
 2025-10-31 19:25 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH v4 0/7] Pagefault refactor
 2025-10-31 19:04 UTC  (11+ messages)
` [PATCH v4 1/7] drm/xe: Stub out new pagefault layer
` [PATCH v4 2/7] drm/xe: Implement xe_pagefault_init
` [PATCH v4 3/7] drm/xe: Implement xe_pagefault_reset
` [PATCH v4 4/7] drm/xe: Implement xe_pagefault_handler
` [PATCH v4 5/7] drm/xe: Implement xe_pagefault_queue_work
` [PATCH v4 6/7] drm/xe: Add xe_guc_pagefault layer
` [PATCH v4 7/7] drm/xe: Remove unused GT page fault code
` ✗ CI.checkpatch: warning for Pagefault refactor (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v3 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-10-31 18:39 UTC  (21+ messages)
` [PATCH v3 05/28] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v3 07/28] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH v3 08/28] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH v3 12/28] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH v3 16/28] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH v3 17/28] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH v3 18/28] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH v3 19/28] drm/xe/pf: Handle MMIO "
` [PATCH v3 24/28] drm/xe/pf: Enable SR-IOV VF migration
` [PATCH v3 25/28] drm/xe/pci: Introduce a helper to allow VF access to PF xe_device

[PATCH v2] drm/xe/pf: Allow to lockdown the PF using custom guard
 2025-10-31 18:17 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for "

[PULL] drm-xe-fixes
 2025-10-31 18:13 UTC  (2+ messages)

[PULL] drm-misc-fixes
 2025-10-31 18:10 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2025-10-31 18:09 UTC  (2+ messages)

[PATCH v4] drm/xe/gt_throttle: Avoid TOCTOU when monitoring reasons
 2025-10-31 17:55 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PULL] drm-misc-next
 2025-10-31 17:53 UTC  (2+ messages)

[PULL] drm-xe-next
 2025-10-31 17:46 UTC  (2+ messages)

[PATCH v3 0/7] Pagefault refactor
 2025-10-31 16:41 UTC  (7+ messages)
` [PATCH v3 1/7] drm/xe: Stub out new pagefault layer
` [PATCH v3 2/7] drm/xe: Implement xe_pagefault_init

[PATCH v2 0/2] Fix user-after-free during driver unbind
 2025-10-31 16:32 UTC  (11+ messages)
` [PATCH v2 1/2] drm/xe/gt: Synchronize GT reset with device unbind
` [PATCH v2 2/2] drm/xe/guc: Synchronize Dead CT worker with unbind

[PATCH] drm/xe/xe3: Extend wa_14023061436
 2025-10-31 16:02 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/xe: Dump PAT entries with reserved mark
 2025-10-31 15:49 UTC  (3+ messages)
` ✓ Xe.CI.Full: success for drm/xe: Dump PAT entries with reserved mark (rev3)

[PATCH] drm/xe: share USM BCS engine via root-tile helper
 2025-10-31 15:08 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: share USM BCS engine via root-tile helper (rev2)

[PATCH v8 0/4] Introduce GT runtime suspend/resume
 2025-10-31 15:04 UTC  (4+ messages)
` [PATCH v8 3/4] drm/xe/pm: Assert on runtime suspend if VFs are enabled

[PATCH v3 00/17] PF: Add sriov_admin sysfs tree
 2025-10-31 13:24 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for PF: Add sriov_admin sysfs tree (rev3)

[RFC v2 0/8] dma-buf: Add support for mapping dmabufs via interconnects
 2025-10-31 13:16 UTC  (7+ messages)

[PATCH v2 00/17] PF: Add sriov_admin sysfs tree
 2025-10-31 12:35 UTC  (4+ messages)
` [PATCH v2 17/17] drm/xe/pf: Add documentation for sriov_admin attributes

[PATCH v3 0/6] Use display parent interface for runtime pm
 2025-10-31 12:29 UTC  (3+ messages)

[PATCH v2 0/4] drm/i915/x3p_lpd: FBC related patches
 2025-10-31 11:37 UTC  (4+ messages)
` [PATCH v2 4/4] drm/i915/xe3p_lpd: use pixel normalizer for fp16 formats for FBC

[PATCH 0/6] drm/i915: i915_utils.h refactoring
 2025-10-31 11:26 UTC  (6+ messages)
` [PATCH 3/6] drm/i915/display: add intel_display_run_as_guest()

[PATCH v2 1/2] drm/i915/dsi: log send packet sequence errors
 2025-10-31 11:06 UTC  (3+ messages)


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