Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-05 22:38:09 to 2025-05-06 14:57:58 UTC [more...]

[PATCH v6 00/20] Prefetch Support for svm ranges
 2025-05-06 14:59 UTC  (7+ messages)
` [PATCH v6 02/20] drm/xe: Strict migration policy for atomic SVM faults
` ✓ Xe.CI.BAT: success for Prefetch Support for svm ranges (rev5)

[PATCH v4 00/17] Enable/Disable DC balance along with VRR DSB
 2025-05-06 14:55 UTC  (18+ messages)
` [PATCH v4 01/17] drm/i915/vrr: Fix the adjustment for the fixed rr vtotal for Display < 13
` [PATCH v4 02/17] drm/i915/vrr: Refactor vmin/vmax stuff
` [PATCH v4 03/17] drm/i915/display: Add source param for dc balance
` [PATCH v4 04/17] drm/i915/display: Add pipe dmc registers and bits for DC Balance
` [PATCH v4 05/17] drm/i915/display: Add VRR DC balance registers
` [PATCH v4 06/17] drm/i915/vrr: Add functions to read out vmin/vmax stuff
` [PATCH v4 07/17] drm/i915/vrr: Add DC Balance params to crtc_state
` [PATCH v4 08/17] drm/i915/vrr: Add state dump for DC Balance params
` [PATCH v4 09/17] drm/i915/vrr: Add compute config "
` [PATCH v4 10/17] drm/i915/vrr: Write DC balance params to hw registers
` [PATCH v4 11/17] drm/i915: Extract vrr_vblank_start()
` [PATCH v4 12/17] drm/i915/vrr: Implement vblank evasion with DC balancing
` [PATCH v4 13/17] drm/i915/dsb: Add pipedmc dc balance enable/disable
` [PATCH v4 14/17] drm/i915/vrr: Restructure VRR enablement bit
` [PATCH v4 15/17] drm/i915/vrr: Pause DC Balancing for DSB commits
` [PATCH v4 16/17] drm/i915/vrr: Add function to check if DC Balance Possible
` [PATCH v4 17/17] drm/i915/vrr: Enable DC Balance bit

[PATCH v2 0/3] ALPM rework and fixes
 2025-05-06 14:49 UTC  (4+ messages)
` [PATCH v2 1/3] drm/i915/alpm: Move disabling sink ALPM to intel_alpm.c
` [PATCH v2 2/3] drm/i915/alpm: Disable ALPM rework
` [PATCH v2 3/3] drm/i915/alpm: Stop writing ALPM registers when PSR is enabled

[PATCH] drm/xe/mocs: Check if all domains awake
 2025-05-06 14:33 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH 0/8] drm/sched: Allow drivers to skip the reset with DRM_GPU_SCHED_STAT_RUNNING
 2025-05-06 14:32 UTC  (19+ messages)
` [PATCH 1/8] drm/sched: Allow drivers to skip the reset and keep on running
` [PATCH 2/8] drm/sched: Always free the job after the timeout
` [PATCH 3/8] drm/sched: Reduce scheduler's timeout for timeout tests
` [PATCH 4/8] drm/sched: Add new test for DRM_GPU_SCHED_STAT_RUNNING
` [PATCH 7/8] drm/xe: Use DRM_GPU_SCHED_STAT_RUNNING to skip the reset

[PATCH 0/4] drm/i915/display: minor cleanups on drm_i915_private use
 2025-05-06 14:16 UTC  (13+ messages)
` [PATCH 1/4] drm/i915/dsi: remove dependency on i915_drv.h
` [PATCH 2/4] drm/i915/display: remove struct drm_i915_private forward declaration
` [PATCH 3/4] drm/i915/bios: fix a comment referencing struct drm_i915_private
` [PATCH 4/4] drm/i915/crtc: pass struct intel_display to DISPLAY_VER()
` ✓ CI.Patch_applied: success for drm/i915/display: minor cleanups on drm_i915_private use
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH 0/8] drm/i915: irq_lock refactoring, move to display
 2025-05-06 13:54 UTC  (16+ messages)
` [PATCH 1/8] drm/i915/irq: move locking inside vlv_display_irq_reset()
` [PATCH 2/8] drm/i915/irq: move locking inside valleyview_{enable, disable}_display_irqs()
` [PATCH 3/8] drm/i915/irq: move locking inside vlv_display_irq_postinstall()
` [PATCH 4/8] drm/i915/irq: split out i915_display_irq_postinstall()
` [PATCH 5/8] drm/i915/irq: split out i965_display_irq_postinstall()
` [PATCH 6/8] drm/i915/irq: make i915_enable_asle_pipestat() static
` [PATCH 7/8] drm/i915/rps: refactor display rps support
` [PATCH 8/8] drm/i915/irq: move i915->irq_lock to display->irq.lock
` ✓ CI.Patch_applied: success for drm/i915: irq_lock refactoring, move to display
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v2 00/12] drm/i915/dp_mst: Add support for fractional link bpps
 2025-05-06 13:16 UTC  (32+ messages)
` [PATCH v2 01/12] drm/i915/dp_mst: Use the correct connector while computing the link BPP limit on MST
` [PATCH v2 02/12] drm/i915/dp_mst: Simplify handling the single-bpp case during state computation
` [PATCH v2 03/12] drm/i915/dp_mst: Validate compressed bpp vs. platform restrictions
` [PATCH v2 04/12] drm/i915/dp_mst: Update the total link slot count early
` [PATCH v2 05/12] drm/i915/dp_mst: Check BW limit on the local MST link early
` [PATCH v2 06/12] drm/i915/dp_mst: Simplify computing the min/max compressed bpp limits
` [PATCH v2 07/12] drm/i915/dp: Limit max link bpp properly to a fractional value on SST
` [PATCH v2 08/12] drm/i915/dp_mst: Add support for fractional compressed link bpps on MST
` [PATCH v2 09/12] drm/i915/display: Factor out intel_display_{min, max}_pipe_bpp()
` [PATCH v2 10/12] drm/i915/dp: Export intel_dp_dsc_min_src_compressed_bpp()
` [PATCH v2 12/12] drm/i915/dp_mst: Enable fractional link bpps on MST if the bpp is forced
` ✓ Xe.CI.BAT: success for drm/i915/dp_mst: Add support for fractional link bpps (rev2)

[PATCH] drm/i915/psr: Do not read PSR2_SU_STATUS on AlderLake and onwards
 2025-05-06 12:23 UTC  (2+ messages)

[PATCH 0/4] ALPM rework and fixes
 2025-05-06 10:22 UTC  (13+ messages)
` [PATCH 1/4] drm/i915/alpm: Clear ALPM registers when disabling ALPM
` [PATCH 2/4] drm/i915/alpm: Move disabling sink ALPM to intel_alpm.c
` [PATCH 3/4] drm/i915/alpm: Disable ALPM rework
` [PATCH 4/4] drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
` ✓ CI.Patch_applied: success for ALPM rework and fixes
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/15] Enable/Disable DC balance along with VRR DSB
 2025-05-06  9:33 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for Enable/Disable DC balance along with VRR DSB (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Do not print timedout job message on killed exec queues
 2025-05-06  8:37 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH 0/2] drm/i915: Use intel_connector for DP and HDMI
 2025-05-06  8:37 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2] drm/i915/vrr: Program EMP_AS_SDP_TL for DP AS SDP
 2025-05-06  8:36 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/vrr: Program EMP_AS_SDP_TL for DP AS SDP (rev2)

[PATCH v6 0/3] BMG PCIe link downgrade attributes and usage
 2025-05-06  8:36 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for BMG PCIe link downgrade attributes and usage (rev2)

[PATCH] drm/xe: Call svm worker only when svm is enabled
 2025-05-06  8:36 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ Xe.CI.BAT: success for drm/xe: Call svm worker only when svm is enabled (rev2)

[CI] drm/xe/gsc: do not flush the GSC worker from the reset path
 2025-05-06  8:35 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/gsc: do not flush the GSC worker from the reset path (rev2)

[PATCH v7 0/3] BMG PCIe link downgrade attributes and usage
 2025-05-06  8:35 UTC  (12+ messages)
` [PATCH v7 1/3] drm/xe: Move xe_device_sysfs_init() to xe_device_probe()
` [PATCH v7 2/3] drm/xe: Expose PCIe link downgrade attributes
` [PATCH v7 3/3] drm/xe/doc: Wire up PCIe Gen5 limitations
` ✓ CI.Patch_applied: success for BMG PCIe link downgrade attributes and usage
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/ttm: Remove the struct ttm_backup abstraction
 2025-05-06  8:10 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] drm/ttm: Fix ttm_backup kerneldoc
 2025-05-06  7:59 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 0/4] drm/xe: Update migration tests
 2025-05-06  7:59 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH 00/11] Panel Replay + Adaptive sync
 2025-05-06  7:58 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2 0/3] drm/i915/display: remove intel_de_*() compat wrappers
 2025-05-06  7:58 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/display: remove intel_de_*() compat wrappers (rev2)

[PATCH 1/1] drm/xe: Use copy_from_user() instead of __copy_from_user()
 2025-05-06  7:57 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [1/1] "

[PATCH] drm/xe: Fix page fault queue calculation
 2025-05-06  7:57 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] drm/xe: Add ASID to range invalidation feature flag
 2025-05-06  7:56 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2] drm/xe: fix devcoredump chunk alignmnent calculation
 2025-05-06  7:56 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: fix devcoredump chunk alignmnent calculation (rev2)

[PATCH v3 0/5] drm/xe/hwmon: Add mailbox power limits, PL2, read energy from PMT
 2025-05-06  7:56 UTC  (4+ messages)
` [PATCH v3 5/5] drm/xe/hwmon: Read energy status "
` ✗ Xe.CI.BAT: failure for drm/xe/hwmon: Add mailbox power limits, PL2, read energy "

[PATCH v2] drm/xe: Add helper function to inject fault into ct_dead_capture()
 2025-05-06  7:55 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Add helper function to inject fault into ct_dead_capture() (rev2)

[PATCH 1/1] drm/xe/eustall: Use copy_from_user() instead of __copy_from_user()
 2025-05-06  7:55 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for series starting with [1/1] "

[PATCH v5 0/3] BMG PCIe link downgrade attributes and usage
 2025-05-06  7:54 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH v5 0/5] Enable SVM atomics in Xe / GPU SVM
 2025-05-06  7:53 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Enable SVM atomics in Xe / GPU SVM (rev5)

[RFC 0/9] Introducing firmware late binding
 2025-05-06  7:53 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for Introducing firmware late binding (rev2)

[PATCH] drm/i915/vrr: Program EMP_AS_SDP_TL for DP AS SDP
 2025-05-06  7:52 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] drm/xe: Add helper function to inject fault into ct_dead_capture()
 2025-05-06  7:52 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] drm/i915/backlight: drop dmesg suggestion to file bugs
 2025-05-06  7:52 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v5 00/20] Prefetch Support for svm ranges
 2025-05-06  7:51 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for Prefetch Support for svm ranges (rev4)
` ✓ Xe.CI.BAT: success "

[RFC 0/9] Introducing firmware late binding
 2025-05-06  7:51 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH] drm/xe: fix devcoredump chunk alignmnent calculation
 2025-05-06  7:49 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for "

[CI] drm/xe/vf: Fix guc_info debugfs for VFs
 2025-05-06  7:13 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/vf: Fix guc_info debugfs for VFs (rev3)

[PATCH v3 0/4] Support active context utilization
 2025-05-06  2:05 UTC  (15+ messages)
` [PATCH v3 1/4] drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value
` [PATCH v3 2/4] drm/xe: Save the gt pointer in lrc and drop the tile
` [PATCH v3 3/4] drm/xe: Check 64-bit CTX timestamp for TDR when available
` [PATCH v3 4/4] drm/xe: Add WA BB to capture active context utilization
` ✓ CI.Patch_applied: success for Support active context utilization (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH AUTOSEL 6.12 183/486] drm/xe: Nuke VM's mapping upon close
 2025-05-05 22:39 UTC  (16+ messages)
` [PATCH AUTOSEL 6.12 184/486] drm/xe: Retry BO allocation
` [PATCH AUTOSEL 6.12 236/486] drm/xe/vf: Retry sending MMIO request to GUC on timeout error
` [PATCH AUTOSEL 6.12 237/486] drm/xe/pf: Create a link between PF and VF devices
` [PATCH AUTOSEL 6.12 242/486] drm/xe: xe_gen_wa_oob: replace program_invocation_short_name
` [PATCH AUTOSEL 6.12 275/486] drm/xe/oa: Ensure that polled read returns latest data
` [PATCH AUTOSEL 6.12 343/486] drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
` [PATCH AUTOSEL 6.12 344/486] drm/xe: Fix xe_tile_init_noalloc() error propagation
` [PATCH AUTOSEL 6.12 347/486] drm/xe/debugfs: fixed the return value of wedged_mode_set
` [PATCH AUTOSEL 6.12 348/486] drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set
` [PATCH AUTOSEL 6.12 439/486] drm/xe/relay: Don't use GFP_KERNEL for new transactions
` [PATCH AUTOSEL 6.12 469/486] drm/xe/pf: Reset GuC VF config when unprovisioning critical resource
` [PATCH AUTOSEL 6.12 477/486] drm/xe: Move suballocator init to after display init
` [PATCH AUTOSEL 6.12 478/486] drm/xe: Do not attempt to bootstrap VF in execlists mode
` [PATCH AUTOSEL 6.12 480/486] drm/xe/sa: Always call drm_suballoc_manager_fini()
` [PATCH AUTOSEL 6.12 481/486] drm/xe: Reject BO eviction if BO is bound to current VM

[PATCH AUTOSEL 6.14 606/642] drm/xe: Move suballocator init to after display init
 2025-05-05 22:13 UTC  (8+ messages)
` [PATCH AUTOSEL 6.14 607/642] drm/xe: Do not attempt to bootstrap VF in execlists mode
` [PATCH AUTOSEL 6.14 610/642] drm/xe/sa: Always call drm_suballoc_manager_fini()
` [PATCH AUTOSEL 6.14 611/642] drm/xe/vf: Perform early GT MMIO initialization to read GMDID
` [PATCH AUTOSEL 6.14 612/642] drm/xe: Always setup GT MMIO adjustment data
` [PATCH AUTOSEL 6.14 613/642] drm/xe/guc: Drop error messages about missing GuC logs
` [PATCH AUTOSEL 6.14 614/642] drm/xe: Reject BO eviction if BO is bound to current VM
` [PATCH AUTOSEL 6.14 617/642] drm/xe: Add locks in gtidle code


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