messages from 2025-02-25 22:56:02 to 2025-02-26 17:48:34 UTC [more...]
[PATCH 0/5] drm/xe: enable driver usage on non-4KiB kernels
2025-02-26 15:12 UTC (23+ messages)
` [PATCH 1/5] drm/xe/bo: fix alignment with non-4K kernel page sizes
` [PATCH 2/5] drm/xe/guc: use SZ_4K for alignment
` [PATCH 3/5] drm/xe/regs: fix RING_CTL_SIZE(size) calculation
` [PATCH 4/5] drm/xe: use 4K alignment for cursor jumps
` [PATCH 5/5] drm/xe/query: use PAGE_SIZE as the minimum page alignment
[PATCH v3 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-02-26 10:16 UTC (8+ messages)
` [PATCH v3 02/25] drm/dumb-buffers: Provide helper to set pitch and size
[PATCH v2] drm/xe/userptr: properly setup pfn_flags_mask
2025-02-26 17:47 UTC
[PATCH v3 0/5] drm/dp: Fix link training interrupted by HPD pulse
2025-02-26 17:35 UTC (7+ messages)
` [PATCH v3 1/5] drm/i915/hpd: Let an HPD pin be in the disabled state when handling missed IRQs
` [PATCH v3 2/5] drm/i915/hpd: Add support for blocking the IRQ handling on an HPD pin
` [PATCH v4 "
` [PATCH v3 3/5] drm/i915/dp: Fix link training interrupted by a short HPD pulse
` [PATCH v3 4/5] drm/i915/dp: Queue a link check after link training is complete
` [PATCH v3 5/5] drm/i915/crt: Use intel_hpd_block/unblock() instead of intel_hpd_disable/enable()
[PATCH][next] drm/xe: Fix uninitialized pointer def
2025-02-26 17:30 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH] drm/xe/userptr: properly setup pfn_flags_mask
2025-02-26 17:27 UTC (2+ messages)
[PATCH v5] CI: drm/xe: SVM squash for CI
2025-02-26 17:25 UTC
[PATCH v3 0/4] Workaround fixes, improvements, additions
2025-02-26 17:20 UTC (14+ messages)
` [PATCH 1/4] drm/xe: Fix GT "for each engine" workarounds
` [PATCH 2/4] drm/xe/gen12: Add Wa_1604555607
` [PATCH 3/4] drm/xe/gen12: L3 recommended hashing mask
` [PATCH 4/4] drm/xe: Add performance tunings to debugfs
` ✓ CI.Patch_applied: success for Workaround fixes, improvements, additions (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v6 00/32] Introduce GPU SVM and Xe SVM implementation
2025-02-26 17:18 UTC (7+ messages)
` [PATCH v6 14/32] drm/xe: Add (re)bind to SVM page fault handler
` [PATCH v6 27/32] drm/xe: Add SVM VRAM migration
[PATCH] drm/i915/audio: Extend Wa_14020863754 to Xe3_LPD
2025-02-26 17:19 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 0/4] drm/xe: Fix userptr races and missed validations
2025-02-26 17:03 UTC (16+ messages)
` [PATCH 1/4] drm/xe/vm: Validate userptr during gpu vma prefetching
` [PATCH 2/4] drm/xe/vm: Fix a misplaced #endif
` [PATCH 3/4] drm/xe: Fix fault mode invalidation with unbind
` [PATCH 4/4] drm/xe: Add staging tree for VM binds
` ✓ CI.Patch_applied: success for drm/xe: Fix userptr races and missed validations
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
[PATCH v5 0/2] drm/xe: Add and refactor workarounds
2025-02-26 16:54 UTC (2+ messages)
[PATCH] drm/i915/mst: update max stream count to match number of pipes
2025-02-26 16:22 UTC (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH 00/20] Use VRR timing generator for fixed refresh rate modes
2025-02-26 16:04 UTC (39+ messages)
` [PATCH 01/20] drm/i915/vrr: Remove unwanted comment
` [PATCH 02/20] drm/i915:vrr: Separate out functions to compute vmin and vmax
` [PATCH 03/20] drm/i915/vrr: Make helpers for cmrr and vrr timings
` [PATCH 04/20] drm/i915/vrr: Disable CMRR
` [PATCH 05/20] drm/i915/vrr: Track vrr.enable only for variable timing
` [PATCH 06/20] drm/i915/vrr: Use crtc_vtotal for vmin
` [PATCH 07/20] drm/i915/vrr: Prepare for fixed refresh rate timings
` [PATCH 08/20] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
` [PATCH 09/20] drm/i915/hdmi: Use VRR Timing generator for HDMI
` [PATCH 10/20] drm/i915/dp_mst: Use VRR Timing generator for DP MST
` [PATCH 11/20] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 12/20] drm/i915/display: Extend WA 14015406119 for PSR2
` [PATCH 13/20] drm/i915/vrr: Handle joiner with vrr
` [PATCH 14/20] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 15/20] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 16/20] drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()
` [PATCH 17/20] drm/i915/display: Use fixed_rr timings in modeset sequence
` [PATCH 18/20] drm/i915/vrr: Use fixed timings for platforms that support VRR
[PATCH v4 0/2] Userptr fixes
2025-02-26 15:13 UTC (8+ messages)
` [PATCH v4 1/2] drm/xe: Userptr invalidation race with binds fixes
[PATCH 0/5] drm/i915/pfit: panel fitter refactors
2025-02-26 14:55 UTC (15+ messages)
` [PATCH 1/5] drm/i915/pfit: rename intel_panel_fitting() to intel_pfit_compute_config()
` [PATCH 2/5] drm/i915/pfit: move ilk and i9xx pfit code to intel_pfit.[ch]
` [PATCH 3/5] drm/i915/pfit: fix comment style for moved comments
` [PATCH 4/5] drm/i915/pfit: convert moved code to struct intel_display
` [PATCH 5/5] drm/i915/pfit: split out intel_pfit_regs.h
` ✓ CI.Patch_applied: success for drm/i915/pfit: panel fitter refactors
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
[PATCH v2 0/5] *Prepare RTP to define SR-IOV specific rules
2025-02-26 14:24 UTC (12+ messages)
` [PATCH v2 1/5] drm/xe/rtp: Prepare "
` [PATCH v2 4/5] drm/xe/kunit: Update RTP tests with SR-IOV rules
[PATCH] drm/i915/power: move runtime power status info to power debugfs
2025-02-26 13:44 UTC (3+ messages)
[PATCH 0/5] drm/dp: Fix link training interrupted by HPD pulse
2025-02-26 13:17 UTC (3+ messages)
[PATCH V10] drm/xe/uapi: Use hint for guc to set GT frequency
2025-02-26 12:34 UTC (11+ messages)
` ✓ CI.Patch_applied: success for drm/xe/uapi: Use hint for guc to set GT frequency (rev8)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v2 0/8] drm/i915: display reset cleanups
2025-02-26 10:38 UTC (4+ messages)
` [PATCH v2 6/8] drm/i915/reset: move gt related stuff out of display reset
[PULL] drm-intel-gt-next
2025-02-26 8:13 UTC
[PATCH v4 7/8] drm/i915/lobf: Add mutex for alpm update
2025-02-26 8:11 UTC (2+ messages)
[PATCH v2 0/7] drm/xe: Unify IP descriptors
2025-02-26 7:37 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Unify IP descriptors (rev3)
[drm-xe:drm-xe-next 9/11] drivers/gpu/drm/xe/xe_heci_gsc.c:190:9: warning: variable 'def' is used uninitialized whenever 'if' condition is false
2025-02-26 7:05 UTC
[PATCH] drm/xe: Apply Wa_16023105232
2025-02-26 5:15 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 V3] drm/xe: cancel pending job timer before freeing scheduler
2025-02-26 5:02 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: cancel pending job timer before freeing scheduler (rev2)
[PATCH v12 0/8] Add support for EU stall sampling
2025-02-26 3:52 UTC (18+ messages)
` [PATCH v12 1/8] drm/xe/topology: Add a function to find the index of the last enabled DSS in a mask
` [PATCH v12 2/8] drm/xe/uapi: Introduce API for EU stall sampling
` [PATCH v12 3/8] drm/xe/eustall: Add support to init, enable and disable "
` [PATCH v12 4/8] drm/xe/eustall: Add support to read() and poll() EU stall data
` [PATCH v12 5/8] drm/xe/eustall: Add support to handle dropped "
` [PATCH v12 6/8] drm/xe/eustall: Add EU stall sampling support for Xe2
` [PATCH v12 7/8] drm/xe/uapi: Add a device query to get EU stall sampling information
` [PATCH v12 8/8] drm/xe/eustall: Add workaround 22016596838 which applies to PVC
` ✓ CI.Patch_applied: success for Add support for EU stall sampling
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[CI] drm/xe/pxp: Don't kill queues while holding PXP locks
2025-02-26 3:10 UTC (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pxp: Don't kill queues while holding PXP locks (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/xe: Eliminate usage of TIMESTAMP_OVERRIDE
2025-02-26 2:29 UTC (8+ messages)
` ✓ CI.KUnit: success for "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)
2025-02-26 2:20 UTC (3+ messages)
[PATCH v2 0/2] Minor improvements to GT stats
2025-02-26 2:03 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for Minor improvements to GT stats (rev2)
[PATCH 0/5] drm/xe: enable driver usage on non-4KiB kernels
2025-02-26 1:57 UTC
[PATCH 00/12] drm/i915: struct intel_display conversions, part 2434235
2025-02-26 1:15 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
linux-next: manual merge of the drm-xe tree with the drm-intel tree
2025-02-26 1:12 UTC
[PATCH v11 0/8] Add support for EU stall sampling
2025-02-25 23:34 UTC (3+ messages)
` [PATCH v11 5/8] drm/xe/eustall: Add support to handle dropped EU stall data
[PATCH v4 0/6] drm/xe/xe_drm_client: Add per drm client reset stats
2025-02-25 23:18 UTC (3+ messages)
` [PATCH v4 6/6] drm/xe/xe_query: Add support for per-drm-client reset stat querying
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