Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-11 10:23:20 to 2025-12-12 14:30:11 UTC [more...]

[PATCH 00/50] drm/i915/dp: Clean up link BW/DSC slice config computation
 2025-12-12 14:29 UTC  (24+ messages)
` [PATCH 21/50] drm/i915/dp: Align min/max compressed BPPs when calculating BPP limits
` [PATCH 22/50] drm/i915/dp: Drop intel_dp parameter from intel_dp_compute_config_link_bpp_limits()
` [PATCH 23/50] drm/i915/dp: Pass intel_output_format to intel_dp_dsc_sink_{min_max}_compressed_bpp()
` [PATCH 24/50] drm/i915/dp: Pass mode clock to dsc_throughput_quirk_max_bpp_x16()
` [PATCH 25/50] drm/i915/dp: Factor out compute_min_compressed_bpp_x16()
` [PATCH 26/50] drm/i915/dp: Factor out compute_max_compressed_bpp_x16()
` [PATCH 27/50] drm/i915/dp: Add intel_dp_mode_valid_with_dsc()
` [PATCH 28/50] drm/i915/dp: Unify detect and compute time DSC mode BW validation
` [PATCH 50/50] drm/i915/dp: Use intel_dp_dsc_get_slice_config()
  ` [CI 09/50] drm/i915/dp: Use the effective data rate for DP compressed BW calculation

[PATCH 0/6] drm/{i915,xe}: clean up parent interface definitions
 2025-12-12 14:24 UTC  (9+ messages)
` [PATCH 1/6] drm/intel: fix parent interface kernel-doc
` [PATCH 2/6] drm/intel: group individual funcs in parent interface
` [PATCH 3/6] drm/intel: sort parent interface struct definitions and members
` [PATCH 4/6] drm/i915: sort parent interface initialization
` [PATCH 5/6] drm/xe: "
` [PATCH 6/6] drm/i915/display: group and sort the parent interface wrappers better
` ✗ CI.checkpatch: warning for drm/{i915,xe}: clean up parent interface definitions
` ✓ CI.KUnit: success "

[PATCH 00/11] drm/i915/display: All patches to make PREEMPT_RT work on xe
 2025-12-12 14:15 UTC  (16+ messages)
` [PATCH 01/11] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` [PATCH 02/11] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH 03/11] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH 04/11] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH 05/11] drm/i915/display: Move vblank put until after critical section
` [PATCH 06/11] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH 07/11] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH 08/11] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH 09/11] drm/i915/display: Enable interrupts earlier on PREEMPT_RT
` [PATCH 10/11] drm/i915: Use preempt_disable/enable_rt() where recommended
` [CI-ONLY PATCH 11/11] PREEMPT_RT injection
` ✗ CI.checkpatch: warning for drm/i915/display: All patches to make PREEMPT_RT work on xe
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/6] Fix performance when pagefaults and 3d/display share resources
 2025-12-12 13:46 UTC  (11+ messages)
` [PATCH 1/6] drm/xe: Adjust long-running workload timeslices to reasonable values
` [PATCH 2/6] drm/xe: Use usleep_range for accurate long-running workload timeslicing
` [PATCH 3/6] drm/xe: Add debugfs knobs to control long running "
` [PATCH 4/6] drm/xe: Skip exec queue schedule toggle if queue is idle during suspend
` [PATCH 5/6] drm/xe: Wait on in-syncs when swicthing to dma-fence mode
` [PATCH 6/6] drm/xe: Add more GT stats around pagefault mode switch flows
` ✓ CI.KUnit: success for Fix performance when pagefaults and 3d/display share resources
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH 0/2] switch to use kernel standard fault injection in i915
 2025-12-12 12:41 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: switch to use kernel standard error injection

[PATCH v1] drm/xe/i2c: Force polling mode in survivability
 2025-12-12 12:11 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/2] drm/{i915, xe}/panic: move panic handling to parent interface
 2025-12-12 11:51 UTC  (8+ messages)
` [PATCH 1/2] drm/i915/panic: move i915 specific panic implementation to i915
` [PATCH 2/2] drm/{i915, xe}/panic: move panic handling to parent interface
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v4 00/22] Dynamic drm_pagemaps and Initial multi-device SVM
 2025-12-12 11:35 UTC  (36+ messages)
` [PATCH v4 01/22] drm/xe/svm: Fix a debug printout
` [PATCH v4 02/22] drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before use
` [PATCH v4 03/22] drm/pagemap, drm/xe: Add refcounting to struct drm_pagemap
` [PATCH v4 04/22] drm/pagemap: Add a refcounted drm_pagemap backpointer to struct drm_pagemap_zdd
` [PATCH v4 05/22] drm/pagemap, drm/xe: Manage drm_pagemap provider lifetimes
` [PATCH v4 06/22] drm/pagemap: Add a drm_pagemap cache and shrinker
` [PATCH v4 07/22] drm/xe: Use the "
` [PATCH v4 08/22] drm/pagemap: Remove the drm_pagemap_create() interface
` [PATCH v4 09/22] drm/pagemap_util: Add a utility to assign an owner to a set of interconnected gpus
` [PATCH v4 10/22] drm/xe: Use the drm_pagemap_util helper to get a svm pagemap owner
` [PATCH v4 11/22] drm/xe: Pass a drm_pagemap pointer around with the memory advise attributes
` [PATCH v4 12/22] drm/xe: Use the vma attibute drm_pagemap to select where to migrate
` [PATCH v4 13/22] drm/xe: Simplify madvise_preferred_mem_loc()
` [PATCH v4 14/22] drm/xe/uapi: Extend the madvise functionality to support foreign pagemap placement for svm
` [PATCH v4 15/22] drm/xe: Support pcie p2p dma as a fast interconnect
` [PATCH v4 16/22] drm/xe/vm: Add a couple of VM debug printouts
` [PATCH v4 17/22] drm/xe/svm: Document how xe keeps drm_pagemap references
` [PATCH v4 18/22] drm/pagemap, drm/xe: Clean up the use of the device-private page owner
` [PATCH v4 19/22] drm/gpusvm: Introduce a function to scan the current migration state
` [PATCH v4 20/22] drm/xe: Use drm_gpusvm_scan_mm()
` [PATCH v4 21/22] drm/pagemap, drm/xe: Support destination migration over interconnect
` [PATCH v4 22/22] drm/pagemap: Support source "
` ✗ CI.checkpatch: warning for Dynamic drm_pagemaps and Initial multi-device SVM (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

vgaarb, and bridges not capable of VGA forwarding
 2025-12-12 11:34 UTC  (2+ messages)

[PATCH v5 00/17] Add new general DRM property "color format"
 2025-12-12  9:50 UTC  (15+ messages)
` [PATCH v5 04/17] drm/bridge: Act on the DRM color format property
` [PATCH v5 05/17] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v5 06/17] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v5 17/17] drm/tests: hdmi: Add tests for the color_format property

[PULL] drm-misc-next
 2025-12-12  8:58 UTC 

[PATCH v2] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
 2025-12-12  8:42 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling (rev3)
` ✓ Xe.CI.BAT: "

[PULL] drm-intel-next-fixes for v6.19-rc1
 2025-12-12  8:02 UTC 

[CI 0/9] auxccs wc dpt
 2025-12-12  7:55 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for auxccs wc dpt (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 0/3] OA/EUSTALL: Syzkaller NPD bug fixes
 2025-12-12  7:54 UTC  (6+ messages)
` [PATCH 1/3] drm/xe/oa: Move default oa unit assignment earlier during stream open
` [PATCH 2/3] drm/xe/oa: Disallow 0 OA property values
` [PATCH 3/3] drm/xe/eustall: Disallow 0 EU stall "
` ✓ CI.KUnit: success for OA/EUSTALL: Syzkaller NPD bug fixes
` ✓ Xe.CI.BAT: "

[RFC PATCH 0/9] drm/i915/display: DC3CO support
 2025-12-12  7:37 UTC  (5+ messages)
` [PATCH 6/9] drm/i915/display: alpm enable "
` [PATCH 9/9] drm/i915/display: Add DC3CO disable handling for psr2

[PATCH] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
 2025-12-12  6:25 UTC  (5+ messages)

[PATCH 0/9] drm/i915/display: All fixes for PREEMPT-RT that I have collected so far
 2025-12-12  6:22 UTC  (14+ messages)
` [PATCH 1/9] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` [PATCH 2/9] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH 3/9] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH 4/9] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH 5/9] drm/i915/display: Move vblank put until after critical section
` [PATCH 6/9] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH 7/9] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH 8/9] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH 9/9] drm/i915/display: Enable interrupts earlier on PREEMPT_RT
` ✗ CI.checkpatch: warning for drm/i915/display: All fixes for PREEMPT-RT that I have collected so far
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[CI 00/10] auxccs dpt wc no stolen
 2025-12-12  4:37 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for auxccs dpt wc no stolen (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH next] vfio/xe: Fix use after free in xe_vfio_pci_alloc_file()
 2025-12-12  4:07 UTC  (2+ messages)

[PATCH v1] drm/xe/cri: Enable I2C controller
 2025-12-12  3:42 UTC  (6+ messages)

[PATCH] drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUME
 2025-12-11 23:58 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUME (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/12] Introduce SRIOV scheduler groups
 2025-12-11 23:19 UTC  (29+ messages)
` [PATCH v3 01/12] drm/xe/gt: Add engine masks for each class
` [PATCH v3 02/12] drm/gt/guc: extract scheduler-related defines from guc_fwif.h
` [PATCH v3 03/12] drm/xe/sriov: Initialize scheduler groups
` [PATCH v3 04/12] drm/xe/sriov: Add support for enabling "
` [PATCH v3 05/12] drm/xe/sriov: Scheduler groups are incompatible with multi-lrc
` [PATCH v3 06/12] drm/xe/sriov: Add handling for MLRC adverse event threshold
` [PATCH v3 07/12] drm/xe/sriov: Add debugfs to enable scheduler groups
` [PATCH v3 08/12] drm/xe/sriov: Add debugfs with scheduler groups information
` [PATCH v3 09/12] drm/xe/sriov: Prep for multiple exec quantums and preemption timeouts
` [PATCH v3 10/12] drm/xe/sriov: Add functions to set exec quantums for each group
` [PATCH v3 11/12] drm/xe/sriov: Add functions to set preempt timeouts "
` [PATCH v3 12/12] drm/xe/sriov: Add debugfs to set EQ and PT for scheduler groups
` ✗ Xe.CI.Full: failure for Introduce SRIOV scheduler groups (rev3)

[PATCH, v2] drm/xe: Increase TDF timeout
 2025-12-11 23:13 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe: Increase TDF timeout (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v2 00/12] Context based TLB invalidations
 2025-12-11 22:35 UTC  (5+ messages)
` [PATCH v2 03/12] drm/xe: Add xe_device_asid_to_vm helper
` [PATCH v2 05/12] drm/xe: Taint TLB invalidation seqno lock with GFP_KERNEL

[PATCH 0/1] drm/xe: Restore engine registers before restarting schedulers after GT reset
 2025-12-11 21:19 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe: Restore engine registers before restarting schedulers after GT reset (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Increase TDF timeout
 2025-12-11 20:54 UTC  (3+ messages)

[drm-xe:topic/xe-for-CI] BUILD SUCCESS 7f3219f02c00680d63c06e779926b1715c42b51d
 2025-12-11 20:51 UTC 

[PATCH v5 00/10] Page Reclamation Support for Xe3p Platforms
 2025-12-11 19:50 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for Page Reclamation Support for Xe3p Platforms (rev6)

[PATCH v2 0/7] drm/xe/hwmon: Expose new temperature attributes
 2025-12-11 19:28 UTC  (10+ messages)
` [PATCH v2 1/7] drm/xe/hwmon: Read temperature limits using pcode mailbox
` [PATCH v2 2/7] drm/xe/hwmon: Expose tempX_emergency
` [PATCH v2 4/7] drm/xe/hwmon: Read thermal sensors count
` [PATCH v2 5/7] drm/xe/hwmon: Expose memory controller temperature
` ✗ Xe.CI.Full: failure for drm/xe/hwmon: Expose new temperature attributes (rev3)

[PATCH] drm/xe: Fix documentation heading levels in xe_guc_pc.c
 2025-12-11 16:39 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[RFC v3 0/8] drm/xe/madvise: Add support for purgeable buffer objects
 2025-12-11 14:56 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/madvise: Add support for purgeable buffer objects (rev4)

[PATCH v2 0/7] drm/i915/display: Handle vblank evasion with CONFIG_PREEMPT_RT
 2025-12-11 14:35 UTC  (5+ messages)
` [PATCH v2 2/7] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset

[PATCH 1/2] drm/xe: Use generic_handle_irq_safe inside heci gsc irq handler
 2025-12-11 14:34 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT

[v8 00/15] Plane Color Pipeline support for Intel platforms
 2025-12-11 14:01 UTC  (4+ messages)

[PATCH v3 0/2] Reset recovery_queued after issuing RESFIX_START
 2025-12-11 13:41 UTC  (5+ messages)
` [PATCH v3 2/2] drm/xe/vf: "
` ✗ Xe.CI.Full: failure for Reset recovery_queued after issuing RESFIX_START (rev4)

[RFC PATCH] drm/buddy: Optimize large alignment handling to avoid unnecessary splits
 2025-12-11 12:23 UTC 

[PATCH] drm/xe/bo: Don't include the CCS metadata in the dma-buf sg-table
 2025-12-11 10:58 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v3 00/22] Dynamic drm_pagemaps and Initial multi-device SVM
 2025-12-11 10:23 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for Dynamic drm_pagemaps and Initial multi-device SVM (rev4)
` ✗ CI.KUnit: failure "


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