intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-12 04:28:28 to 2025-08-13 17:02:39 UTC [more...]

[PATCH 00/19] perf: Rework event_init checks
 2025-08-13 17:01 UTC  (17+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 03/19] perf/imx8_ddr: "
` [PATCH 04/19] perf/starfive: "
` [PATCH 05/19] iommu/vt-d: Fix perfmon "
` [PATCH 06/19] ARM: l2x0: Fix "
` [PATCH 07/19] ARM: imx: Fix MMDC PMU "
` [PATCH 08/19] perf/arm_smmu_v3: Improve "
` [PATCH 09/19] perf/qcom: "
` [PATCH 10/19] perf/arm-ni: Improve event validation
` [PATCH 11/19] perf/arm-cci: Tidy up "
` [PATCH 12/19] perf: Ignore event state for group validation
` [PATCH 13/19] perf: Add helper for checking grouped events
` [PATCH 14/19] perf: Clean up redundant group validation
` [PATCH 15/19] perf: Simplify "
` [PATCH 16/19] perf: Introduce positive capability for sampling

[PATCH v1 0/4] Preliminary support for separate VRAM region for kernel allocations on tiles
 2025-08-13 16:53 UTC  (7+ messages)
` [PATCH v1 1/4] drm/xe: Add initial support for separate kernel VRAM region on the tile
` [PATCH v1 2/4] drm/xe: Introduce new BO flag XE_BO_FLAG_FORCE_USER_VRAM
` [PATCH v1 3/4] drm/xe: Force user context allocations in user VRAM

[PATCH 00/15] Driver-managed exhaustive eviction
 2025-08-13 16:42 UTC  (28+ messages)
` [PATCH 01/15] drm/xe/vm: Don't use a pin the vm_resv during validation
` [PATCH 02/15] drm/xe/tests/xe_dma_buf: Set the drm_object::dma_buf member
` [PATCH 03/15] drm/xe/vm: Clear the scratch_pt pointer on error
` [PATCH 04/15] drm/xe: Pass down drm_exec context to validation
` [PATCH 05/15] drm/xe: Introduce an xe_validation wrapper around drm_exec
` [PATCH 06/15] drm/xe: Convert xe_bo_create_user() for exhaustive eviction
` [PATCH 07/15] drm/xe: Convert SVM validation "
` [PATCH 08/15] drm/xe: Convert existing drm_exec transactions "
` [PATCH 09/15] drm/xe: Convert the CPU fault handler "
` [PATCH 10/15] drm/xe/display: Convert __xe_pin_fb_vma()
` [PATCH 11/15] drm/xe: Convert xe_dma_buf.c for exhaustive eviction
` [PATCH 12/15] drm/xe: Rename ___xe_bo_create_locked()
` [PATCH 13/15] drm/xe: Convert xe_bo_create_pin_map_at() for exhaustive eviction
` [PATCH 14/15] drm/xe: Convert xe_bo_create_pin_map() "
` [PATCH 15/15] drm/xe: Convert pinned suspend eviction "
` ✗ CI.checkpatch: warning for Driver-managed "
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v2 0/2] drm/xe: Untangle vm_bind_ioctl cleanup order and fix double free bug
 2025-08-13 15:50 UTC  (8+ messages)
` [PATCH v2 1/2] drm/xe: Fix vm_bind_ioctl "
` [PATCH v2 2/2] drm/xe: Untangle vm_bind_ioctl cleanup order
` ✗ CI.checkpatch: warning for drm/xe: Untangle vm_bind_ioctl cleanup order and fix double free bug (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: MADVISE SQUASH for CI-v7_with_comments_addressed_gpuvm_changes
 2025-08-13 15:37 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[drm-xe:topic/xe-for-CI] BUILD SUCCESS 6916e5fb25c414cb3d4adcfc8f12f55f602c53b2
 2025-08-13 14:51 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS 32a4d1b98e6663101fd0abfaf151c48feea7abb1
 2025-08-13 14:50 UTC 

[PATCH 1/2] drm/i915/display: Add power well mapping for WCL
 2025-08-13 13:38 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/wcl: Add display device info

[PATCH 00/12] drm/i915: vlv clock cleanups
 2025-08-13 13:06 UTC  (3+ messages)
` [PATCH 01/12] drm/i915: add vlv_clock_get_gpll()

[PATCH 00/19] drm/i915/tc: Fix enabled/disconnected DP-alt sink handling
 2025-08-13 12:43 UTC  (2+ messages)
  ` ✗ i915.CI.Full: failure for drm/i915/tc: Fix enabled/disconnected DP-alt sink handling (rev3)

[PATCH v2 00/19] drm: Eliminate redundant drm_format_info lookups
 2025-08-13  8:05 UTC  (9+ messages)
` [PATCH v2 19/19] drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory

[PATCH v2 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
 2025-08-13  9:18 UTC  (24+ messages)
` [PATCH v2 1/7] kunit: Add parent kunit for parameterized test context
` [PATCH v2 2/7] kunit: Introduce param_init/exit for parameterized test context management
` [PATCH v2 3/7] kunit: Pass parameterized test context to generate_params()
` [PATCH v2 4/7] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH v2 5/7] kunit: Add example parameterized test with shared resource management using the Resource API
` [PATCH v2 6/7] kunit: Add example parameterized test with direct dynamic parameter array setup
` [PATCH v2 7/7] Documentation: kunit: Document new parameterized test features

[PATCH 0/9] Introducing firmware late binding
 2025-08-13 12:13 UTC  (10+ messages)
` [PATCH 2/9] mei: late_bind: add late binding component driver

[RFC PATCH 0/8] Refactor drm_writeback_connector structure
 2025-08-13 12:00 UTC  (8+ messages)
` [RFC PATCH 1/8] drm: writeback: "

[PATCH v5] drm/xe/guc: Add devm release action to safely tear down CT
 2025-08-13 11:43 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/13] drm/xe: Add psmi support
 2025-08-13 11:23 UTC  (21+ messages)
` [PATCH v3 01/13] drm/xe/psmi: Add GuC flag to enable PSMI
` [PATCH v3 02/13] drm/xe/psmi: Add debugfs interface for PSMI
` [PATCH v3 05/13] drm/xe/psmi: Add Wa_16023683509
` [PATCH v3 06/13] drm/xe/configfs: Simplify kernel doc
` [PATCH v3 07/13] drm/xe/configfs: Allow to enable PSMI
` [PATCH v3 08/13] drm/xe/configfs: Use guard() for dev->lock
` [PATCH v3 09/13] drm/xe/configfs: Block runtime attribute changes
` [PATCH v3 11/13] drm/xe/configfs: Improve documentation steps
` [PATCH v3 12/13] drm/xe/configfs: Minor fixes to documentation

[PATCH 0/2] drm/i915: dig port and connector cleanups
 2025-08-13 10:33 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/display: add intel_dig_port_alloc()
` [PATCH 2/2] drm/i915/connector: make intel_connector_init() static

[PATCH v6] drm/i915/display: Optimize panel power-on wait time
 2025-08-13 10:32 UTC  (4+ messages)

[PATCH 0/4] ALPM LFPS and silence period calculation
 2025-08-13  9:38 UTC  (8+ messages)
` [PATCH 1/4] drm/i915/alpm: Calculate silence period
` [PATCH 2/4] drm/i915/alpm: Add own define for LFPS count
` [PATCH 3/4] drm/i915/alpm: Replace hardcoded LFPS cycle with proper calculation
` [PATCH 4/4] drm/i915/alpm: Use actual lfps cycle and silence periods in wake time
` ✓ CI.KUnit: success for ALPM LFPS and silence period calculation
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v6 0/7] Use trans push mechanism to generate frame change event
 2025-08-13  9:10 UTC  (8+ messages)
` [PATCH v6 2/7] drm/i915/psr: Add TRANS_PUSH register bit definition for PSR
` [PATCH v6 3/7] drm/i915/psr: Add intel_psr_use_trans_push to query if TRANS_PUSH is used
` [PATCH v6 4/7] drm/i915/vrr: Prepare to Use TRANS_PUSH mechanism for PSR frame change

[PATCH v1] drm/xe/i2c: Introduce xe_i2c_present()
 2025-08-13  8:48 UTC  (7+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/nvm: Use root tile mmio
 2025-08-13  8:34 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/1] drm/xe: Untangle vm_bind_ioctl cleanup order and fix double free bug
 2025-08-13  8:28 UTC  (8+ messages)
` [PATCH 1/1] "
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/i915: Soft defeature of cursor size reduction
 2025-08-13  7:42 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/4] Wait PSR idle before on dsb commit
 2025-08-13  7:28 UTC  (5+ messages)
` [PATCH v2 1/4] drm/i915/psr: Pass intel_crtc_state instead of intel_dp in wait_for_idle
` [PATCH v2 2/4] drm/i915/psr: Add new define for PSR idle timeout

[PATCH] tests/intel/xe_exec_balancer: use xe_wait_ufence to replace sleep action
 2025-08-13  5:45 UTC  (2+ messages)

[PATCH 0/1] drm/xe: serialize store_data and user_interrupt for ufence wait
 2025-08-12 20:07 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v6] drm/xe/pm: Disable RPM for SR-IOV VFs
 2025-08-12 20:07 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/pm: Disable RPM for SR-IOV VFs (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Take preemption into account when resubmitting jobs
 2025-08-12 18:54 UTC  (2+ messages)

[RESEND][PATCH] drm/xe/hwmon: Return early on power limit read failure
 2025-08-12 18:03 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/hwmon: Return early on power limit read failure (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v6 00/26] MADVISE FOR XE
 2025-08-12 17:55 UTC  (11+ messages)
` [PATCH v6 01/26] drm/gpuvm: Pass map arguments through a struct
` [PATCH v6 04/26] drm/gpuvm: Introduce DRM_GPUVM_SM_MAP_OPS_FLAG_SPLIT_MADVISE flag

[PATCH v8 0/8] drm/xe/vf: Post-migration recovery of queues and jobs
 2025-08-12 16:38 UTC  (4+ messages)

[PATCH v5] drm/xe/pm: Disable RPM for SR-IOV VFs
 2025-08-12 15:32 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[drm-xe:drm-xe-fixes] BUILD SUCCESS ab69754c9020bdd082b8df105bd992e315605952
 2025-08-12 15:16 UTC 

[PATCH v9 0/4] drm/xe: Improve wedged mode handling
 2025-08-12 11:23 UTC  (8+ messages)
` [PATCH v9 1/4] drm/xe: Validate wedged_mode parameter and define enum for modes
` [PATCH v9 2/4] drm/xe: Don't update wedged mode in case of an error
` [PATCH v9 3/4] drm/xe/vf: Disallow setting wedged mode to upon-any-hang
` [PATCH v9 4/4] drm/xe/pf: Allow upon-any-hang wedged mode only in debug config
` ✓ CI.KUnit: success for drm/xe: Improve wedged mode handling (rev9)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/ttm: WIP limit the TTM pool to 32bit CPUs
 2025-08-12 10:36 UTC  (9+ messages)

[CI 0/5] drm/i915/tc: Fix enabled/disconnected DP-alt sink handling
 2025-08-12  9:39 UTC  (2+ messages)
  ` ✗ i915.CI.Full: failure for drm/i915/tc: Fix enabled/disconnected DP-alt sink handling (rev4)

[RFC PATCH 0/6] Multi-pass MMU interval notifiers
 2025-08-12  9:06 UTC  (4+ messages)
` [RFC PATCH 6/6] drm/xe: Implement two pass MMU notifiers for SVM

[PATCH 0/4] drm/i915/vbt: cleanups and new fields
 2025-08-12  8:59 UTC  (4+ messages)
` [PATCH 1/4] drm/i915/vbt: split up DSI VBT defs to a separate file

[PATCH 0/6] Account for DSC bubble overhead for horizontal slices
 2025-08-12  7:03 UTC  (10+ messages)
` [PATCH 1/6] drm/i915/dp: Early reject bad hdisplay in intel_dp_mode_valid
` [PATCH 2/6] drm/i915/dp: Extract code to get slice and bpp to a separate function
` [PATCH 3/6] drm/i915/dp: Move num_joined_pipes and related checks together
` [PATCH 4/6] drm/i915/dp: Rework pipe joiner logic in mode_valid
` [PATCH 5/6] drm/i915/vdsc: Account for overhead bubbles in horizontal slices
` [PATCH 6/6] drm/i915/dp: Account for dsc bubbles overhead in intel_dp_mode_valid()
` ✓ CI.KUnit: success for Account for DSC bubble overhead for horizontal slices
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PULL] drm-misc-next-fixes
 2025-08-12  6:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).