messages from 2025-07-30 15:42:18 to 2025-07-31 19:46:21 UTC [more...]
[PULL] drm-xe-next-fixes
2025-07-31 19:46 UTC
[PATCH 0/5] drm/i915 and drm/xe: remove fsb/mem freq cleanups
2025-07-31 19:44 UTC (8+ messages)
` [PATCH 1/5] drm/i915/dram: add intel_fsb_freq() and use it
` [PATCH 2/5] drm/i915/dram: add intel_mem_freq()
` [PATCH 3/5] drm/i915/rps: use intel_fsb_freq() and intel_mem_freq()
` [PATCH 4/5] drm/i915/dram: bypass fsb/mem freq detection on dg2 and no display
` [PATCH 5/5] drm/i915/dram: move fsb_freq and mem_freq to dram info
` ✓ CI.KUnit: success for drm/i915 and drm/xe: remove fsb/mem freq cleanups
` ✓ Xe.CI.BAT: "
[PATCH] drm/xe/hwmon: Add SW clamp for power limits writes
2025-07-31 19:36 UTC
[PATCH v6 00/11] Updates for drm/xe/configfs
2025-07-31 19:33 UTC (12+ messages)
` [PATCH v6 01/11] drm/xe: Simplify module initialization code
` [PATCH v6 02/11] drm/xe: Print module init abort code
` [PATCH v6 03/11] drm/xe/configfs: Destroy xe_configfs.su_mutex on exit/error
` [PATCH v6 04/11] drm/xe/configfs: Drop redundant init() error message
` [PATCH v6 05/11] drm/xe/configfs: Rename struct xe_config_device
` [PATCH v6 06/11] drm/xe/configfs: Rename configfs_find_group() helper
` [PATCH v6 07/11] drm/xe/configfs: Reintroduce struct xe_config_device
` [PATCH v6 08/11] drm/xe/configfs: Keep default device config settings together
` [PATCH v6 09/11] drm/xe/configfs: Check if device was preconfigured
` [PATCH v6 10/11] drm/xe/configfs: Only allow configurations for supported devices
` [PATCH v6 11/11] drm/xe/configfs: Allow adding configurations for future VFs
[drm-xe:drm-xe-next-fixes] BUILD SUCCESS f62408efc8669b82541295a4611494c8c8c52684
2025-07-31 19:19 UTC
[PATCH 0/2] drm/xe/compat: cleanups
2025-07-31 18:55 UTC (6+ messages)
` [PATCH 1/2] drm/xe/compat: remove unused platform macros
` [PATCH 2/2] drm/xe/compat: stop including i915_utils.h from compat i915_drv.h
` ✓ CI.KUnit: success for drm/xe/compat: cleanups
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH 0/8] Add TLB invalidation abstraction
2025-07-31 18:38 UTC (15+ messages)
` [PATCH 1/8] drm/xe: Move explicit CT lock in TLB invalidation sequence
` [PATCH 2/8] drm/xe: s/tlb_invalidation/tlb_inval
` [PATCH 3/8] drm/xe: Add xe_tlb_inval structure
` [PATCH 4/8] drm/xe: Add xe_gt_tlb_invalidation_done_handler
` [PATCH 5/8] drm/xe: Decouple TLB invalidations from GT
` [PATCH 6/8] drm/xe: Prep TLB invalidation fence before sending
` [PATCH 7/8] drm/xe: Add helpers to send TLB invalidations
` [PATCH 8/8] drm/xe: Split TLB invalidation code in frontend and backend
` ✗ CI.checkpatch: warning for Add TLB invalidation abstraction (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v8 0/4] drm/xe: Improve wedged mode handling
2025-07-31 18:20 UTC (7+ messages)
` [PATCH v8 1/4] drm/xe: Validate wedged_mode parameter and define enum for modes
` [PATCH v8 2/4] drm/xe: Don't update wedged mode in case of an error
` [PATCH v8 3/4] drm/xe/vf: Disallow setting wedged mode to upon-any-hang
` [PATCH v8 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 (rev8)
` ✓ Xe.CI.BAT: "
[PATCH] drm/xe: fix stale comment about unordered_wq usage
2025-07-31 17:26 UTC (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[PATCH v3] drm/xe/devcoredump: Defer devcoredump initialization during probe
2025-07-31 16:37 UTC (5+ messages)
` ✓ CI.KUnit: success for drm/xe/devcoredump: Defer devcoredump initialization during probe (rev4)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[PATCH 6/9] kunit: Enable direct registration of parameter arrays to a KUnit test
2025-07-31 15:58 UTC (2+ messages)
[PATCH v2] drm/xe/pm: Disable RPM for SR-IOV VFs with no PCIe PM capability
2025-07-31 15:55 UTC (2+ messages)
[RFC v5 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
2025-07-31 15:30 UTC (3+ messages)
[PATCH] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms
2025-07-31 15:29 UTC
[PATCH v2 0/2] drm/xe/display: Make panic support work on vram
2025-07-31 15:27 UTC (3+ messages)
` [PATCH 1/2] drm/xe: Extract xe_bo_is_visible_vram
` [PATCH 2/2] drm/xe/display: Make panic support work on vram
[PATCH v2 0/7] drm/i915/display: use intel_de_wait_*() functions
2025-07-31 15:25 UTC (19+ messages)
` [PATCH v2 1/7] drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for()
` [PATCH v2 2/7] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us()
` [PATCH v2 3/7] drm/i915/dpll: "
` [PATCH v2 4/7] drm/i915/cdclk: "
` [PATCH v2 5/7] drm/i915/power: "
` [PATCH v2 6/7] drm/i915/pch: "
` [PATCH v2 7/7] drm/i915/dsi: "
` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions (rev3)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
[v3,1/6] drm/pagemap: test email
2025-07-30 16:16 UTC
[PATCH v2 0/3] Some more xe_migrate_access_memory fixes
2025-07-31 14:28 UTC (9+ messages)
` [PATCH v2 1/3] drm/xe/migrate: prevent infinite recursion
` [PATCH v2 2/3] drm/xe/migrate: don't overflow max copy size
` [PATCH v2 3/3] drm/xe/migrate: prevent potential UAF
` ✗ CI.checkpatch: warning for Some more xe_migrate_access_memory fixes (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v3 0/3] eDP Data Override
2025-07-31 13:49 UTC (10+ messages)
` [PATCH v3 1/3] drm/i915/vbt: Add eDP Data rate overrride field in VBT
` [PATCH v3 2/3] drm/i915/bios: Add function to check if edp data override is needed
` [PATCH v3 3/3] drm/i915/edp: eDP Data Overrride
` [PATCH v4 "
` ✓ CI.KUnit: success for eDP Data Override (rev4)
` ✓ CI.KUnit: success for eDP Data Override (rev5)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v7 0/9] Handle Firmware reported Hardware Errors
2025-07-31 13:48 UTC (7+ messages)
` [PATCH v7 1/9] drm: Add a vendor-specific recovery method to drm device wedged uevent
[PATCH v2] drm/xe/display: Block hpd during suspend
2025-07-31 12:32 UTC (10+ messages)
[PATCH v7 0/4] drm/xe: Improve wedged mode handling
2025-07-31 12:27 UTC (5+ messages)
` [PATCH v7 1/4] drm/xe: Validate wedged_mode parameter and define enum for modes
` [PATCH v7 2/4] drm/xe: Don't update wedged mode in case of an error
` [PATCH v7 3/4] drm/xe/vf: Disallow setting wedged mode to upon-any-hang
` [PATCH v7 4/4] drm/xe/pf: Allow upon-any-hang wedged mode only in debug config
[PATCH 0/2] Make MEI GSC interface available if i915 isn't
2025-07-31 11:44 UTC (7+ messages)
` [PATCH v2 0/4] Relax config dependencies for MEI
` [PATCH v2 1/4] misc/mei: Allow building Intel ME interface on non-x86
` [PATCH v2 2/4] misc/mei: Decouple ME interfaces from GPU drivers
` [PATCH v2 3/4] misc/mei: Allow building standalone for compile testing
` [PATCH v2 4/4] misc/mei: Xe graphics also has IME GSC interface
[PATCH 0/3] drm/i915/display: global state cleanups
2025-07-31 11:42 UTC (8+ messages)
` [PATCH 1/3] drm/i915/display: hide global state iterators, remove unused
` [PATCH 2/3] drm/i915/display: make struct __intel_global_objs_state opaque
` [PATCH 3/3] drm/i915/display: keep forward declarations together
` ✗ CI.checkpatch: warning for drm/i915/display: global state cleanups
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v2 0/4] User readable error codes on atomic_ioctl failure
2025-07-31 11:32 UTC (3+ messages)
` [PATCH v2 1/4] drm: Define user readable error codes for atomic ioctl
[PATCH v3 0/5] drm/xe: enable driver usage on non-4KiB kernels
2025-07-31 10:48 UTC (4+ messages)
` [PATCH v3 1/5] drm/xe/bo: fix alignment with non-4KiB kernel page sizes
[PATCH 0/3] Some more xe_migrate_access_memory fixes
2025-07-31 9:17 UTC (13+ messages)
` [PATCH 1/3] drm/xe/migrate: prevent infinite recursion
` [PATCH 2/3] drm/xe/migrate: don't overflow max copy size
` [PATCH 3/3] drm/xe/migrate: prevent potential UAF
` ✗ CI.checkpatch: warning for Some more xe_migrate_access_memory fixes
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[PATCH 00/10] Introduce drm sharpness property
2025-07-31 8:56 UTC (5+ messages)
` [PATCH 02/10] drm/i915/display: Introduce HAS_CASF for sharpness support
[PATCH 1/4] iopoll: Generalize read_poll_timeout() into poll_timeout_us()
2025-07-31 8:51 UTC (4+ messages)
` [PATCH v2 "
[PATCH v2] mtd: MTD_INTEL_DG should depend on DRM_I915 or DRM_XE
2025-07-31 8:36 UTC (2+ messages)
` ✗ LGCI.VerificationFailed: failure for mtd: MTD_INTEL_DG should depend on DRM_I915 or DRM_XE (rev2)
[PATCH] mtd: MTD_INTEL_DG should depend on DRM_I915 or DRM_XE
2025-07-31 8:31 UTC (5+ messages)
[PATCH 0/1] Improve CCS save restore series
2025-07-31 8:27 UTC (5+ messages)
` ✓ CI.KUnit: success for "
` [PATCH 1/1] drm/xe/vf: Refactor CCS save/restore to use default migration context
` ✓ Xe.CI.BAT: success for Improve CCS save restore series
` ✗ Xe.CI.Full: failure "
Regression on linux-next (next-20250721)
2025-07-31 8:16 UTC (4+ messages)
[drm-xe:drm-xe-next] BUILD SUCCESS 552dbba1caaf0cb40ce961806d757615e26ec668
2025-07-31 1:49 UTC
[PATCH v6 0/6] drm/xe/guc: Add LFD format output for guc log
2025-07-30 23:40 UTC (6+ messages)
` [PATCH v6 4/6] drm/xe/guc: Add GuC log init config in LFD format
` [PATCH v6 5/6] drm/xe/guc: Add GuC log event buffer output "
[PATCH v5 01/25] drm/gpuvm: Pass map arguments through a struct
2025-07-30 23:23 UTC (2+ messages)
[PATCH v7 0/9] drm/xe/vf: Post-migration recovery of queues and jobs
2025-07-30 21:54 UTC (3+ messages)
` [PATCH v7 9/9] drm/xe/vf: Rebase exec queue parallel commands during migration recovery
[PATCH 0/3] Misc PF improvements
2025-07-30 21:48 UTC (14+ messages)
` [PATCH 1/3] drm/xe/pf: Disable PF restart worker on device removal
` [PATCH 2/3] drm/xe/pf: Make sure PF is ready to configure VFs
` [PATCH 3/3] drm/xe/pf: Don't resume device from restart worker
` ✓ CI.KUnit: success for Misc PF improvements
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[PATCH v5 21/25] drm/xe/madvise: Skip vma invalidation if mem attr are unchanged
2025-07-30 20:57 UTC (2+ messages)
[PATCH] drm/xe: rename XE_WA to XE_GT_WA
2025-07-30 20:39 UTC (7+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v5 00/11] Updates for drm/xe/configfs
2025-07-30 20:10 UTC (11+ messages)
` [PATCH v5 10/11] drm/xe/configfs: Only allow configurations for supported devices
[PATCH 0/4] Add test for G2G communications
2025-07-30 20:06 UTC (4+ messages)
` [PATCH 2/4] drm/xe/guc: Add firmware build type to available info
[PATCH 00/10] Supporting RAS on XE
2025-07-30 19:59 UTC (3+ messages)
` [PATCH 01/10] drm/xe: Handle errors from various components
[PATCH v3 0/6] Prepare GPU SVM for migration of THP
2025-07-30 19:00 UTC (4+ messages)
` ✓ CI.KUnit: success for Prepare GPU SVM for migration of THP (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v5 00/25] MADVISE FOR XE
2025-07-30 17:51 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for MADVISE FOR XE (rev5)
[PATCH] [v2] drm/xe: MADVISE SQUASH for CI-v5_addressed__with_gpuvm_changes
2025-07-30 17:01 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: MADVISE SQUASH for CI-v5_addressed__with_gpuvm_changes (rev2)
[PATCH 6.12 0/4] drm/xe: Fix xe_force_wake_get return handling
2025-07-30 15:42 UTC (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox