Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-19 11:36:52 to 2025-03-20 19:53:01 UTC [more...]

[PATCH 0/7] Replace xe_hmm with gpusvm
 2025-03-20 19:52 UTC  (16+ messages)
` [PATCH 1/7] drm/gpusvm: fix hmm_pfn_to_map_order() usage
` [PATCH 2/7] drm/gpusvm: use more selective dma dir in get_pages()
` [PATCH 3/7] drm/gpusvm: mark pages as dirty
` [PATCH 4/7] drm/gpusvm: pull out drm_gpusvm_pages substructure
` [PATCH 5/7] drm/gpusvm: lower get/unmap pages
` [PATCH 6/7] drm/gpusvm: support basic_range
` [PATCH 7/7] drm/xe/userptr: replace xe_hmm with gpusvm
` ✓ CI.Patch_applied: success for Replace "
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[PATCH v3 0/9] Add support for Mesa GPU hang replay tool
 2025-03-20 19:52 UTC  (15+ messages)
` [PATCH v3 1/9] drm/xe: Add properties line to VM snapshot capture
` [PATCH v3 2/9] drm/xe: Add "null_sparse" type to VM snap properties
` [PATCH v3 3/9] drm/xe: Add mem_region to properties line in VM snapshot capture
` [PATCH v3 4/9] drm/xe: Add pat_index "
` [PATCH v3 5/9] drm/xe: Add cpu_caching "
` [PATCH v3 6/9] drm/xe: Add VM.uapi_flags to "
` [PATCH v3 7/9] drm/xe/uapi: Add DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
` [PATCH v3 8/9] drm/xe: Add replay_offset and replay_length lines to LRC HWCTX snapshot
` [PATCH v3 9/9] drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
` ✓ CI.Patch_applied: success for Add support for Mesa GPU hang replay tool (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "

[PATCH v7] drm/xe: Apply Wa_16023105232
 2025-03-20 19:37 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Apply Wa_16023105232 (rev9)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PULL] drm-xe-fixes
 2025-03-20 18:12 UTC 

[PATCH v10 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-20 18:01 UTC  (14+ messages)
` [PATCH v10 1/5] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
` [PATCH v10 2/5] drm/xe/xe_gt_pagefault: Move pagefault struct to header
` [PATCH v10 3/5] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v10 4/5] drm/xe/xe_vm: Add per VM fault info
` [PATCH v10 5/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
` ✓ CI.Patch_applied: success for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev11)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[CI 0/6] drm/i915/display: add display specific runtime PM interface
 2025-03-20 17:19 UTC  (15+ messages)
` [CI 1/6] drm/i915/display: add display specific runtime PM wrappers
` [CI 2/6] drm/i915/display: conversions to with_intel_display_rpm()
` [CI 3/6] drm/i915/display: use display runtime PM interfaces for for atomic state
` [CI 4/6] drm/i915/display: convert to display runtime PM interfaces
` [CI 5/6] drm/i915/power: "
` [CI 6/6] drm/xe/compat: remove intel_runtime_pm.h
` ✓ CI.Patch_applied: success for drm/i915/display: add display specific runtime PM interface (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/8] AuxCCS handling and render compression modifiers
 2025-03-20 17:11 UTC  (4+ messages)

[PATCH v1] drm/xe/guc: Add LFD format output for guc log
 2025-03-20 16:33 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[CI 0/9] drm/i915/display: conversions to struct intel_display
 2025-03-20 15:13 UTC  (16+ messages)
` [CI 1/9] drm/i915/color: prefer display->platform.<platform> checks
` [CI 2/9] drm/i915/connector: convert intel_connector.c to struct intel_display
` [CI 3/9] drm/i915/hotplug: convert intel_hotplug.[ch] "
` [CI 4/9] drm/i915/hotplug: convert hotplug debugfs "
` [CI 5/9] drm/i915/hotplug: convert hotplug irq handling to intel_de_*()
` [CI 6/9] drm/i915/hotplug: convert intel_hotplug_irq.[ch] to struct intel_display
` [CI 7/9] drm/i915/irq: convert intel_display_irq.[ch] interfaces "
` [CI 8/9] drm/i915/irq: convert rest of intel_display_irq.[ch] "
` [CI 9/9] drm/i915/display: rename I915_HAS_HOTPLUG() to HAS_HOTPLUG
` ✓ CI.Patch_applied: success for drm/i915/display: conversions to struct intel_display (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v2] drm/xe/guc: Disable lite restore for MTL
 2025-03-20 14:27 UTC  (12+ messages)
` ✓ CI.Patch_applied: success for drm/xe/guc: Disable lite restore for MTL (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v8 0/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-20 14:10 UTC  (4+ messages)
` [PATCH v8 6/6] "

[drm-xe:drm-xe-next] BUILD SUCCESS b96dabdba9b95f71ded50a1c094ee244408b2a8e
 2025-03-20 12:47 UTC 

[PATCH 0/3] drm/i915: Fix scanline_offset for LNL+/BMG+
 2025-03-20 11:23 UTC  (3+ messages)
` [PATCH 1/3] drm/i915: Fix scanline_offset for LNL+ and BMG+

[PATCH v6 0/6] PCI: VF resizable BAR
 2025-03-20 11:15 UTC  (8+ messages)
` [PATCH v6 1/6] PCI/IOV: Restore VF resizable BAR state after reset
` [PATCH v6 2/6] PCI: Add a helper to convert between VF BAR number and IOV resource
` [PATCH v6 3/6] PCI: Allow IOV resources to be resized in pci_resize_resource()
` [PATCH v6 4/6] PCI/IOV: Check that VF BAR fits within the reservation
` [PATCH v6 5/6] PCI: Allow drivers to control VF BAR size
` [PATCH v6 6/6] drm/xe/pf: Set VF LMEM "
` ✗ CI.Patch_applied: failure for PCI: VF resizable BAR (rev5)

[PATCH v2 0/2] update to FBC, PSR combo handling in xe2lpd
 2025-03-20 10:42 UTC  (13+ messages)
` [PATCH v2 1/2] drm/i915/fbc: keep FBC disabled if selective update is on "
` [PATCH v2 2/2] drm/i915/fbc: remove panel_replay dependency from fbc wa checks
` ✓ CI.Patch_applied: success for update to FBC, PSR combo handling in xe2lpd
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Invalidate L3 read-only cachelines for geometry streams too
 2025-03-20 10:17 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v8 00/10] Improve gpu_scheduler trace events + UAPI
 2025-03-20  9:57 UTC  (2+ messages)
` [PATCH v8 02/10] drm/sched: store the drm client_id in drm_sched_fence

[PATCH v8 00/14] Display Global Histogram
 2025-03-20  9:23 UTC  (11+ messages)
` [PATCH v8 01/14] drm: Define histogram structures exposed to user

[PULL] drm-misc-fixes
 2025-03-20  8:38 UTC 

[PATCH 00/16] Use VRR timing generator for fixed refresh rate modes
 2025-03-20  7:17 UTC  (13+ messages)
` [PATCH 10/16] drm/i915/display: Use fixed_rr timings in modeset sequence
` ✓ CI.Patch_applied: success for Use VRR timing generator for fixed refresh rate modes (rev10)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[PATCH v9 0/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-19 22:33 UTC  (12+ messages)
` [PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to header
` [PATCH v9 3/6] drm/xe/uapi: Define drm_xe_vm_get_property

[PATCH v6 0/8] LOBF enablement fix
 2025-03-19 21:21 UTC  (17+ messages)
` [PATCH v6 1/8] drm/i915/lobf: Add lobf enablement in post plane update
` [PATCH v6 2/8] drm/i915/lobf: Disintegrate alpm_disable from psr_disable
` [PATCH v6 3/8] drm/i915/lobf: Add fixed refresh rate check in compute_config()
` [PATCH v6 4/8] drm/i915/lobf: Update lobf if any change in dependent parameters
` [PATCH v6 5/8] drm/i915/lobf: Add debug interface for lobf
` [PATCH v6 6/8] drm/i915/lobf: Check for sink error and disable LOBF
` [PATCH v6 7/8] drm/i915/lobf: Add mutex for alpm update
` [PATCH v6 8/8] drm/i915/lobf: Add debug print for LOBF
` ✓ CI.Patch_applied: success for LOBF enablement fix (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v6] drm/xe: Apply Wa_16023105232
 2025-03-19 18:14 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Apply Wa_16023105232 (rev8)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v1] drm/xe/guc: Disable lite restore for MTL
 2025-03-19 15:29 UTC  (4+ messages)

[PATCH] drm/xe: sysfs_ops needs to be defined on parent directory
 2025-03-19 14:05 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v9 0/3] Expose modifiers/formats supported by async flips
 2025-03-19 13:14 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for Expose modifiers/formats supported by async flips (rev11)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH 0/5] drm/xe: xe-only patches from the multi-device GPUSVM series
 2025-03-19 12:30 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: xe-only patches from the multi-device GPUSVM series (rev2)

[PATCH 0/2] drm/xe/display: Program double buffered LUT registers
 2025-03-19 12:18 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/display: Don't wait for vblank for LUT DSB programming


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