Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-21 07:00:26 to 2025-02-22 00:17:17 UTC [more...]

[PATCH v2 00/11] Cleanup error handling on probe, batch 2
 2025-02-22  0:17 UTC  (14+ messages)
` [PATCH v2 01/11] drivers: base: devres: Allow to release group on device release
` [PATCH v2 02/11] drivers: base: devres: Fix find_group() documentation
` [PATCH v2 03/11] drivers: base: component: Add debug message for unbind
` [PATCH v2 04/11] drm/xe: Stop setting drvdata to NULL
` [PATCH v2 05/11] drm/xe: Switch from xe to devm actions
` [PATCH v2 06/11] drm/xe: Drop remove callback support
` [PATCH v2 07/11] drm/xe/display: Drop xe_display_driver_remove()
` [PATCH v2 08/11] drm/xe: Move survivability entirely to xe_pci
` [PATCH v2 09/11] drm/xe: Stop ignoring errors from xe_heci_gsc_init()
` [PATCH v2 10/11] drm/xe: Rename update_device_info() after sriov
` [PATCH v2 11/11] drm/xe: Stop ignoring errors from xe_ttm_sys_mgr_init()
` ✓ CI.Patch_applied: success for Cleanup error handling on probe, batch 2 (rev2)
` ✗ CI.checkpatch: warning "

[PATCH 00/12] AuxCCS handling and render compression modifiers
 2025-02-22  0:13 UTC  (21+ messages)
` [PATCH 01/12] drm/xe: Fix MOCS debugfs LNCF readout
` [PATCH 02/12] drm/xe: Fix ring flush invalidation
` [PATCH 03/12] drm/xe: Pass flags directly to emit_flush_imm_ggtt
` [PATCH 04/12] drm/xe: Add ring buffer handling for AuxCCS
` [PATCH 05/12] drm/xe: Use correct type width for alignment in fb pinning code
` [PATCH 06/12] drm/xe: Use fb cached min alignment
` [PATCH 07/12] drm/xe: Reduce DPT table alignment as in i915
` [PATCH 08/12] drm/xe: Flush GGTT writes after populating DPT
` [PATCH 09/12] drm/xe: Handle DPT in system memory
` [PATCH 10/12] drm/xe: Force flush system memory AuxCCS framebuffers before scan out
` [PATCH 11/12] drm/xe/display: Add support for AuxCCS
` [PATCH 12/12] drm/xe/display: Expose AuxCCS frame buffer modifiers
` ✓ CI.Patch_applied: success for AuxCCS handling and render compression modifiers (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/9] Cleanup error handling on probe, batch 2
 2025-02-21 23:53 UTC  (13+ messages)
` [PATCH 3/9] drm/xe: Switch from xe to devm actions
` [PATCH 5/9] drm/xe/display: Drop xe_display_driver_remove()
` [PATCH 6/9] drm/xe: Move survivability entirely to xe_pci

[PATCH v4] drm/xe/oa: Allow oa_exponent value of 0
 2025-02-21 23:12 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/oa: Allow oa_exponent value of 0 (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v3] drm/xe/oa: Allow oa_exponent value of 0
 2025-02-21 22:18 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/oa: Allow oa_exponent value of 0 (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v2 0/7] drm/xe: Unify IP descriptors
 2025-02-21 21:52 UTC  (19+ messages)
` [PATCH v2 1/7] drm/xe: Set IP names in functions handling IP version
` [PATCH v2 2/7] drm/xe: Disambiguate GMDID-based IP names
` [PATCH v2 3/7] drm/xe: Rename gmdid_map to xe_ip
` [PATCH v2 4/7] drm/xe: Define xe_ip instances before xe_device_desc
` [PATCH v2 5/7] drm/xe: Convert pre-GMDID IPs to struct xe_ip
` [PATCH v2 6/7] drm/xe: Re-use feature descriptors for pre-GMDID IPs
` [PATCH v2 7/7] drm/xe: Simplify setting release info in xe->info
` ✓ CI.Patch_applied: success for drm/xe: Unify IP descriptors (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH 0/4] Prepare RTP to define SR-IOV specific rules
 2025-02-21 21:02 UTC  (12+ messages)
` [PATCH 1/4] drm/xe/rtp: "
` [PATCH 2/4] drm/xe/kunit: Export xe_step_name for KUNIT
` [PATCH 3/4] drm/xe/kunit: Update RTP tests with SR-IOV rules
` [PATCH 4/4] drm/xe/rtp: Remove redundant rule to omit VF
` ✓ CI.Patch_applied: success for Prepare RTP to define SR-IOV specific rules
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ Xe.CI.BAT: "

[PATCH v2] drm/xe/oa: Allow oa_exponent value of 0
 2025-02-21 20:38 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/oa: Allow oa_exponent value of 0 (rev2)

[PATCH v5 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
 2025-02-21 19:58 UTC  (2+ messages)

[PATCH v2 0/2] Fix VFs resume errors
 2025-02-21 19:46 UTC  (6+ messages)
` [PATCH v2 1/2] drm/xe/pf: Create a link between PF and VF devices
` [PATCH v2 2/2] drm/xe/vf: Retry sending MMIO request to GUC on timeout error
` ✗ Xe.CI.Full: failure for Fix VFs resume errors

[PATCH v8 0/5] PMU support for engine activity
 2025-02-21 19:43 UTC  (14+ messages)
` [PATCH v8 1/5] drm/xe: Add engine activity support
` [PATCH v8 2/5] drm/xe/trace: Add trace for engine activity
` [PATCH v8 3/5] drm/xe/guc: Expose engine activity only for supported GuC version
` [PATCH v8 4/5] drm/xe/xe_pmu: Add PMU support for engine activity
` [PATCH v8 5/5] drm/xe/xe_pmu: Acquire forcewake on event init for engine events
` ✓ CI.Patch_applied: success for PMU support for engine activity (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation
 2025-02-21 19:15 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/xe/guc: Track FAST_REQ H2Gs to report where errors came from
 2025-02-21 18:23 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH V8] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-02-21 18:15 UTC  (3+ messages)

[PATCH v9 0/8] drm/i915/fbc: FBC Dirty rect feature support
 2025-02-21 17:54 UTC  (5+ messages)
` [PATCH v9 8/8] drm/i915/fbc: handle dirty rect coords for the first frame
` ✗ Xe.CI.Full: failure for drm/i915/fbc: FBC Dirty rect feature support (rev3)

[PATCH v7 0/5] PMU support for engine activity
 2025-02-21 17:42 UTC  (7+ messages)
` [PATCH v7 5/5] drm/xe/xe_pmu: Acquire forcewake on event init for engine events

[PATCH v3 1/3] drm/xe/userptr: restore invalidation list on error
 2025-02-21 17:41 UTC  (11+ messages)
` [PATCH v3 2/3] drm/xe/userptr: fix EFAULT handling
` [PATCH v3 3/3] drm/xe/userptr: remove tmp_evict list
` ✓ CI.Patch_applied: success for series starting with [v3,1/3] drm/xe/userptr: restore invalidation list on error
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe: Make sure scheduler is ready before submission
 2025-02-21 17:24 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 0/4] Stop accessing display TIMESTAMP_OVERRIDE in GT code
 2025-02-21 17:01 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 0/2] Userptr fixes
 2025-02-21 16:59 UTC  (9+ messages)
` [PATCH 1/2] drm/xe/userptr: fix EFAULT handling
` [PATCH 2/2] drm/xe: Userptr invalidation race with binds fixes
` ✗ Xe.CI.Full: failure for Userptr fixes

[PATCH v4 0/6] drm/xe/xe_drm_client: Add per drm client reset stats
 2025-02-21 15:41 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/xe_drm_client: Add per drm client reset stats (rev5)

[PATCH] drm/xe/wa: Limit char per line to 100
 2025-02-21 15:34 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v5 00/32] Introduce GPU SVM and Xe SVM implementation
 2025-02-21 15:22 UTC  (7+ messages)
` [PATCH v5 27/32] drm/xe: Add SVM VRAM migration

[PATCH v3 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-02-21 10:08 UTC  (8+ messages)
` [PATCH v3 02/25] drm/dumb-buffers: Provide helper to set pitch and size

[PATCH v5 0/6] drm/sched: Job queue peek/pop helpers and struct job re-order
 2025-02-19  7:47 UTC  (6+ messages)
` [PATCH v5 1/6] drm/sched: Add internal job peek/pop API

[PATCH] drm/xe: Add check for alloc_ordered_workqueue()
 2025-02-19  9:56 UTC 

[PATCH] drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue()
 2025-02-19 13:08 UTC 

[PATCH v2] drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue()
 2025-02-21  2:38 UTC 

[PATCH] drm/xe/display: Add check for alloc_ordered_workqueue()
 2025-02-19 12:46 UTC 

[PATCH v1] drm/xe/hwmon: expose fan speed
 2025-02-21 15:02 UTC  (2+ messages)

[PATCH] drm/xe/xe3lpg: Add Wa_13012615864
 2025-02-21 14:41 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v3 0/2] Fix VFs resume errors
 2025-02-21 13:58 UTC  (11+ messages)
` [PATCH v3 1/2] drm/xe/pf: Create a link between PF and VF devices
` [PATCH v3 2/2] drm/xe/vf: Retry sending MMIO request to GUC on timeout error
` ✓ CI.Patch_applied: success for Fix VFs resume errors (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v2 1/3] drm/xe/userptr: restore invalidation list on error
 2025-02-21 13:23 UTC  (9+ messages)

[PATCH i-g-t] lib/xe: Make running under Valgrind quiet
 2025-02-21 13:17 UTC  (2+ messages)

[PATCH v6 0/6] drm/sched: Job queue peek/pop helpers and struct job re-order
 2025-02-21 12:54 UTC  (14+ messages)
` [PATCH v6 1/6] drm/sched: Add internal job peek/pop API
` [PATCH v6 2/6] drm/amdgpu: Pop jobs from the queue more robustly
` [PATCH v6 3/6] drm/sched: Remove a hole from struct drm_sched_job
` [PATCH v6 4/6] drm/sched: Move drm_sched_entity_is_ready to internal header
` [PATCH v6 5/6] drm/sched: Move internal prototypes "
` [PATCH v6 6/6] drm/sched: Group exported prototypes by object type
` ✓ CI.Patch_applied: success for drm/sched: Job queue peek/pop helpers and struct job re-order (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH 0/4] drm/xe: Unify IP descriptors
 2025-02-21 12:53 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 0/3] drm/i915/xe3lpd: Update bandwidth parameters
 2025-02-21 12:15 UTC  (5+ messages)
` [PATCH v2 1/3] drm/i915/display: Use display variable in intel_bw.c

[PATCH v2] drm/xe: Add stats for vma page faults
 2025-02-21 12:14 UTC  (3+ messages)

[PATCH v3] drm/xe/pmu: Add GT frequency events
 2025-02-21 11:13 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/pmu: Add GT frequency events (rev4)

[PATCH] perf/x86/rapl: Fix PP1 event for Intel Meteor/Lunar Lake
 2025-02-21 10:00 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2] drm/i915/dsc: Change rc parameters calculation for DSC 1.1
 2025-02-21  8:15 UTC  (2+ messages)


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