messages from 2025-02-24 15:07:15 to 2025-02-25 04:42:24 UTC [more...]
[PATCH v6 00/32] Introduce GPU SVM and Xe SVM implementation
2025-02-25 4:43 UTC (15+ messages)
` [PATCH v6 01/32] drm/xe: Retry BO allocation
` [PATCH v6 02/32] mm/migrate: Add migrate_device_pfns
` [PATCH v6 03/32] mm/migrate: Trylock device page in do_swap_page
` [PATCH v6 04/32] drm/pagemap: Add DRM pagemap
` [PATCH v6 05/32] drm/xe/bo: Introduce xe_bo_put_async
` [PATCH v6 06/32] drm/gpusvm: Add support for GPU Shared Virtual Memory
` [PATCH v6 07/32] drm/xe: Select DRM_GPUSVM Kconfig
` [PATCH v6 08/32] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR
` [PATCH v6 09/32] drm/xe: Add SVM init / close / fini to faulting VMs
` [PATCH v6 11/32] drm/xe: Nuke VM's mapping upon close
` [PATCH v6 14/32] drm/xe: Add (re)bind to SVM page fault handler
` [PATCH v6 20/32] drm/xe: Add migrate layer functions for SVM support
` [PATCH v6 23/32] drm/xe: Add drm_pagemap ops to SVM
` [PATCH v6 29/32] drm/xe: Add SVM debug
[PATCH V9] drm/xe/uapi: Use hint for guc to set GT frequency
2025-02-25 4:39 UTC (4+ messages)
[PATCH 0/9] drm/i915/dp: Implement POST_LT_ADJ_REQ
2025-02-25 4:34 UTC (18+ messages)
` [PATCH 1/9] drm/dp: Add definitions for POST_LT_ADJ training sequence
` [PATCH 2/9] drm/dp: Add POST_LT_ADJ_REQ helpers
` [PATCH 3/9] drm/i915/dp: Clear DPCD training pattern before transmitting the idle pattern
` [PATCH 4/9] drm/i915/dp: Have intel_dp_get_adjust_train() tell us if anything changed
` [PATCH 5/9] drm/i915/dp: Implement the POST_LT_ADJ_REQ sequence
` [PATCH 6/9] drm/i915/dp: Move intel_dp_training_pattern()
` [PATCH 7/9] drm/i915/dp: Implement .set_idle_link_train() for everyone
` [PATCH 8/9] drm/i915/dp: Make .set_idle_link_train() mandatory
` [PATCH 9/9] hax: drm/i915: Disable TPS4 support to force POST_LT_ADJ_REQ usage
` ✓ CI.Patch_applied: success for drm/i915/dp: Implement POST_LT_ADJ_REQ
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
[PATCH v4 4/8] drm/i915/lobf: Update lobf if any change in dependent parameters
2025-02-25 4:09 UTC (2+ messages)
[PATCH v4 0/2] Userptr fixes
2025-02-25 3:53 UTC (11+ messages)
` [PATCH v4 1/2] drm/xe: Userptr invalidation race with binds fixes
` [PATCH v4 2/2] drm/xe: Add staging tree for VM binds
` ✓ CI.Patch_applied: success for Userptr fixes
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/xe/uc: Add support for different firmware files on each GT
2025-02-25 3:37 UTC (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
[PATCH v2 0/5] *Prepare RTP to define SR-IOV specific rules
2025-02-25 3:10 UTC (21+ messages)
` [PATCH v2 1/5] drm/xe/rtp: Prepare "
` [PATCH v2 2/5] drm/xe/sriov: Prepare IS_SRIOV_PF to accept const pointer
` [PATCH v2 3/5] drm/xe/kunit: Export xe_step_name for KUNIT
` [PATCH v2 4/5] drm/xe/kunit: Update RTP tests with SR-IOV rules
` [PATCH v2 5/5] 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 "
[PATCH 0/5] drm/dp: Fix link training interrupted by HPD pulse
2025-02-25 2:35 UTC (13+ messages)
` [PATCH 1/5] drm/i915/hpd: Let an HPD pin be in the disabled state when handling missed IRQs
` [PATCH 2/5] drm/i915/hpd: Add support for suspending the IRQ handling on an HPD pin
` [PATCH 3/5] drm/i915/dp: Fix link training interrupted by a short HPD pulse
` [PATCH 4/5] drm/i915/dp: Queue a link check after link training is complete
` [PATCH 5/5] drm/i915/crt: Use intel_hpd_suspend/resume() instead of intel_hpd_disable/enable()
` ✓ CI.Patch_applied: success for drm/dp: Fix link training interrupted by HPD pulse
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
[PATCH 0/2] drm/i915: reduce display dependencies on core
2025-02-25 2:12 UTC (11+ messages)
` [PATCH 1/2] drm/i915: relocate intel_plane_ggtt_offset() to intel_atomic_plane.c
` [PATCH 2/2] drm/i915: split out i915_gtt_view_types.h from i915_vma_types.h
` ✓ CI.Patch_applied: success for drm/i915: reduce display dependencies on core
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH RESEND v3] drm/xe: xe_gen_wa_oob: replace program_invocation_short_name
2025-02-25 0:42 UTC (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: xe_gen_wa_oob: replace program_invocation_short_name (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[RFC 0/6] VRAM Self Refresh
2025-02-25 0:08 UTC (13+ messages)
` [RFC 1/6] PCI/ACPI: Implement PCI FW _DSM method
` [RFC 2/6] drm/xe/vrsr: Detect vrsr capability
` [RFC 3/6] drm/xe/vrsr: Apis to init and enable VRSR feature
` [RFC 4/6] drm/xe/vrsr: Refactor d3cold.allowed to a enum
` [RFC 5/6] drm/xe/pm: D3Cold target state
` [RFC 6/6] drm/xe/vrsr: Enable VRSR
` ✓ CI.Patch_applied: success for VRAM Self Refresh
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "
[PATCH] drm/xe/devcoredump: Fix print typo of offset
2025-02-24 22:14 UTC (9+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 2/2] drm/xe/devcoredump: Remove IS_ERR_OR_NULL check for kzalloc
[PATCH v9 0/5] PMU support for engine activity
2025-02-24 21:28 UTC (10+ messages)
` ✓ CI.Patch_applied: success for PMU support for engine activity (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/i915/dp_mst: Fix encoder HW state readout for UHBR MST
2025-02-24 21:21 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v4] drm/xe/oa: Allow oa_exponent value of 0
2025-02-24 20:47 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/oa: Allow oa_exponent value of 0 (rev4)
[PATCH v4 0/8] LOBF enablement fix
2025-02-24 20:41 UTC (9+ messages)
` ✓ CI.Patch_applied: success for LOBF enablement fix (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[PATCH 00/20] Use VRR timing generator for fixed refresh rate modes
2025-02-24 20:03 UTC (9+ messages)
` ✓ CI.Patch_applied: success for Use VRR timing generator for fixed refresh rate modes (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
[PATCH v5 0/2] Fix VFs resume errors
2025-02-24 19:31 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PULL] drm-xe-next
2025-02-24 18:50 UTC
[PATCH v10 0/8] Add support for EU stall sampling
2025-02-24 18:29 UTC (11+ messages)
` [PATCH v10 4/8] drm/xe/eustall: Add support to read() and poll() EU stall data
[PATCH 1/3] drm/xe: Introduced needs_scratch bit in device descriptor
2025-02-24 17:27 UTC (3+ messages)
[PATCH v3 0/2] Userptr fixes
2025-02-24 17:24 UTC (4+ messages)
` [PATCH v3 1/2] drm/xe: Userptr invalidation race with binds fixes
` [PATCH v3 2/2] drm/xe: Add staging tree for VM binds
[PATCH v4 0/2] Fix VFs resume errors
2025-02-24 17:15 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[PATCH v2 0/3] Userptr fixes
2025-02-24 17:09 UTC (2+ messages)
` ✗ CI.Patch_applied: failure for "
[PATCH v2 0/3] Userptr fixes
2025-02-24 16:30 UTC (9+ messages)
` [PATCH v2 2/3] drm/xe: Userptr invalidation race with binds fixes
` ✗ CI.Patch_applied: failure for Userptr fixes
[PATCH] drm/xe: cancel pending job timer before freeing scheduler
2025-02-24 16:26 UTC (3+ messages)
` ✗ Xe.CI.BAT: failure for "
` ✗ Xe.CI.Full: "
[PATCH v6 0/6] drm/sched: Job queue peek/pop helpers and struct job re-order
2025-02-24 9:24 UTC (2+ messages)
[PATCH V4] drm/xe/uapi: Use hint for guc to set GT frequency
2025-02-24 15:51 UTC (3+ messages)
[RFC] drm/i915/hdcp: switch to guard and scoped guard for mutexes
2025-02-24 15:22 UTC (2+ messages)
` ✗ Xe.CI.Full: 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