messages from 2023-12-18 19:06:45 to 2023-12-21 04:28:44 UTC [more...]
[PATCH 00/22] XeKmd basic SVM support
2023-12-21 4:38 UTC (23+ messages)
` [PATCH 01/22] drm/xe/svm: Add SVM document
` [PATCH 02/22] drm/xe/svm: Add svm key data structures
` [PATCH 03/22] drm/xe/svm: create xe svm during vm creation
` [PATCH 04/22] drm/xe/svm: Trace svm creation
` [PATCH 05/22] drm/xe/svm: add helper to retrieve svm range from address
` [PATCH 06/22] drm/xe/svm: Introduce a helper to build sg table from hmm range
` [PATCH 07/22] drm/xe/svm: Add helper for binding hmm range to gpu
` [PATCH 08/22] drm/xe/svm: Add helper to invalidate svm range from GPU
` [PATCH 09/22] drm/xe/svm: Remap and provide memmap backing for GPU vram
` [PATCH 10/22] drm/xe/svm: Introduce svm migration function
` [PATCH 11/22] drm/xe/svm: implement functions to allocate and free device memory
` [PATCH 12/22] drm/xe/svm: Trace buddy block allocation and free
` [PATCH 13/22] drm/xe/svm: Handle CPU page fault
` [PATCH 14/22] drm/xe/svm: trace svm range migration
` [PATCH 15/22] drm/xe/svm: Implement functions to register and unregister mmu notifier
` [PATCH 16/22] drm/xe/svm: Implement the mmu notifier range invalidate callback
` [PATCH 17/22] drm/xe/svm: clean up svm range during process exit
` [PATCH 18/22] drm/xe/svm: Move a few structures to xe_gt.h
` [PATCH 19/22] drm/xe/svm: migrate svm range to vram
` [PATCH 20/22] drm/xe/svm: Populate svm range
` [PATCH 21/22] drm/xe/svm: GPU page fault support
` [PATCH 22/22] drm/xe/svm: Add DRM_XE_SVM kernel config entry
[PATCH v2 0/8] Engine Busyness
2023-12-21 2:29 UTC (13+ messages)
` [PATCH v2 2/8] RFC drm/xe/guc: Add interface for engine busyness ticks
` [PATCH v2 3/8] RFC drm/xe/guc: Expose engine busyness only for supported GuC version
` [PATCH v2 5/8] RFC drm/xe/uapi: Add configs for Engine busyness
[v5 1/3] drm/xe: Add vram frequency sysfs attributes
2023-12-21 1:50 UTC (18+ messages)
` ✓ CI.Patch_applied: success for series starting with [v5,1/3] "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` [PATCH 2/3] drm/xe: Add base balance "
` [PATCH 3/3] [RFC] drm/xe: Add media rp0/rpn "
` ✓ CI.BAT: success for series starting with [v5,1/3] drm/xe: Add vram frequency "
[PATCH v4 0/3] Add support for XeLink device
2023-12-20 23:17 UTC (4+ messages)
` [PATCH v4 1/3] drm/xe: Introduce "
` [PATCH v4 2/3] drm/xe: Teach Xe how to use objects with XeLink connectivity
` [PATCH v4 3/3] drm/xe/uapi: Augment query ioctl to allow for fabric
[PULL] drm-xe-next v2
2023-12-20 18:48 UTC (2+ messages)
[PATCH v3] drm/xe/dgfx: Release mmap mappings on rpm suspend
2023-12-20 18:50 UTC
[PATCH v2 1/2] drm/xe: add a new debugfs file - mmio
2023-12-20 18:34 UTC (2+ messages)
` [PATCH v2 2/2] drm/xe: restore xe_mmio_ioctl as the ioctl handler of the mmio debugfs file
[PATCH] drm/xe/vm: Fix an error path
2023-12-20 17:10 UTC (5+ messages)
[PATCH] drm/xe: Remove uninitialized variable from warning
2023-12-20 16:39 UTC (2+ messages)
[PATCH] drm/xe: Add wait for completion after gt force reset
2023-12-20 15:20 UTC (5+ messages)
[01/17] drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream
2023-12-20 6:19 UTC
[PATCH v7 00/17] Add OA functionality to Xe
2023-12-20 4:59 UTC (31+ messages)
` [PATCH 02/17] drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
` [PATCH 04/17] drm/xe/oa/uapi: Add OA data formats
` [PATCH 05/17] drm/xe/oa/uapi: Initialize OA units
` [PATCH 06/17] drm/xe/oa/uapi: Add/remove OA config perf ops
` [PATCH 07/17] drm/xe/oa/uapi: Define and parse OA stream properties
` [PATCH 08/17] drm/xe/oa: OA stream initialization (OAG)
` [PATCH 09/17] drm/xe/oa/uapi: Expose OA stream fd
` [PATCH 10/17] drm/xe/oa/uapi: Read file_operation
` [PATCH 11/17] drm/xe/oa: Disable overrun mode for Xe2+ OAG
` [PATCH 12/17] drm/xe/oa: Add OAR support
` [PATCH 13/17] drm/xe/oa: Add OAC support
` [PATCH 16/17] drm/xe/oa: Add MMIO trigger support
[PATCH] drm/xe/xelpg: Extend Wa_14019877138 for Graphics 12.7
2023-12-20 4:57 UTC (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] drm/xe: CLOS Based Cache Reservation support
2023-12-20 1:27 UTC
[PATCH v2 1/3] drm/xe: Remove ci-only GuC FW definitions
2023-12-19 22:58 UTC (11+ messages)
` [PATCH v2 2/3] drm/xe/guc: define PVC FW
` [PATCH v2 3/3] drm/xe/guc: define LNL FW
` ✓ CI.Patch_applied: success for series starting with [v2,1/3] drm/xe: Remove ci-only GuC FW definitions
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
[PATCH] drm/xe/guc: Add more GuC CT states
2023-12-19 18:32 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] locking/ww_mutex: Adjust to lockdep nest_lock requirements
2023-12-19 16:54 UTC (8+ messages)
` ✓ CI.Patch_applied: success for locking/ww_mutex: Adjust to lockdep nest_lock requirements (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
[PATCH RESEND v5 00/10] Introduce GuC Doorbells Manager
2023-12-19 16:37 UTC (22+ messages)
` [PATCH v5 01/10] drm/xe: Add GT oriented drm_printers
` [PATCH v5 03/10] drm/xe: Introduce GuC Doorbells Manager
` [PATCH v5 04/10] drm/xe/kunit: Set SR-IOV mode of the fake device
` [PATCH v5 05/10] drm/xe/kunit: Define helper functions to allocate fake xe device
` [PATCH v5 06/10] drm/xe/kunit: Restore test->priv when done with "
` [PATCH v5 07/10] drm/xe/kunit: Use xe kunit helper in RTP test
` [PATCH v5 08/10] drm/xe/kunit: Use xe kunit helper in WA test
` [PATCH v5 09/10] drm/xe/kunit: Enable CONFIG_LOCKDEP in tests
` [PATCH v5 10/10] drm/xe/kunit: Add GuC Doorbells Manager tests
` ✓ CI.Patch_applied: success for Introduce GuC Doorbells Manager (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PULL] drm-xe-next
2023-12-19 9:15 UTC (5+ messages)
[PATCH v4] drm/xe/migrate: Fix CCS copy for small VRAM copy chunks
2023-12-19 8:41 UTC (11+ messages)
` ✓ CI.Patch_applied: success for drm/xe/migrate: Fix CCS copy for small VRAM copy chunks (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] drm/xe: Remove ci-only GuC FW definitions
2023-12-19 7:41 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
[PATCH v3] drm/xe/migrate: Fix CCS copy for small VRAM copy chunks
2023-12-19 6:53 UTC (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/migrate: Fix CCS copy for small VRAM copy chunks (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] drm/xe: Ensure 'passed' variable is always initialized
2023-12-19 4:21 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[01/17] drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream types
2023-12-19 3:04 UTC (2+ messages)
` FW: "
[drm-xe:drm-xe-next 989/1016] drivers/gpu/drm/xe/xe_wait_user_fence.c:46:2: warning: variable 'passed' is used uninitialized whenever switch default is taken
2023-12-19 1:03 UTC (4+ messages)
[CI RESEND v2 00/10] Introduce VF specific interrupts handler
2023-12-19 0:53 UTC (8+ messages)
` ✓ CI.Patch_applied: success for Introduce VF specific interrupts handler (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH v2] drm/xe/dg2: Drop pre-production workarounds
2023-12-18 23:07 UTC (3+ messages)
` ✓ CI.BAT: success for drm/xe/dg2: Drop pre-production workarounds (rev2)
[PATCH] drm/xe: Fix warning on impossible condition
2023-12-18 21:59 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
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