messages from 2024-01-17 00:49:45 to 2024-01-18 00:54:43 UTC [more...]
[PATCH v5 1/2] drm/xe: add a new debugfs file - mmio
2024-01-18 0:54 UTC (9+ messages)
` [PATCH v5 2/2] drm/xe: restore xe_mmio_ioctl as the ioctl handler of the mmio debugfs file
` ✓ CI.Patch_applied: success for series starting with [v5,1/2] drm/xe: add a new debugfs file - mmio
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] drm/xe: Set PTE_AE for xe2 dgfx platforms
2024-01-18 0:49 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH v2 0/5] Fix 32bit build
2024-01-18 0:21 UTC (18+ messages)
` [PATCH v2 1/5] drm/xe: Use _ULL for u64 division
` [PATCH v2 2/5] drm/xe/mmio: Cast to u64 when printing
` [PATCH v2 3/5] drm/xe/display: Avoid calling readq()
` [PATCH v2 4/5] drm/xe: Fix cast on trace variable
` [PATCH v2 5/5] drm/xe: Enable 32bits build
` ✓ CI.Patch_applied: success for Fix 32bit build
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[drm-xe:drm-xe-next] BUILD SUCCESS 85f3b79fb5788e2a1ec938a70d8f5c7150a670b9
2024-01-17 23:55 UTC
[PATCH 0/5] Fixes for sparse warning
2024-01-17 23:46 UTC (15+ messages)
` [PATCH 1/5] drm/xe/dmabuf: Make xe_dmabuf_ops static
` [PATCH 2/5] drm/xe/ggtt: Use ioread64 to dereference ggtt::gsm
` [PATCH 3/5] drm/xe: Annotate mcr_[un]lock()
` [PATCH 4/5] drm/xe: Don't use __user error pointers
` [PATCH 5/5] drm/xe: Use a NULL pointer instead of 0
` ✓ CI.Patch_applied: success for Fixes for sparse warning
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH 0/6] Update MMIO read/write functions
2024-01-17 23:43 UTC (14+ messages)
` [PATCH 1/6] drm/xe: Assert size of the struct xe_reg
` [PATCH 2/6] drm/xe: Define XE_REG_OPTION_VF
` [PATCH 3/6] drm/xe: Mark VF accessible GuC registers
` [PATCH 4/6] drm/xe: Mark VF accessible global registers
` [PATCH 5/6] drm/xe: Mark VF accessible GT registers
` [PATCH 6/6] drm/xe: Make xe_mmio_read|write() functions non-inline
[PATCH] drm/xe: Do not flood dmesg with guc log
2024-01-17 23:42 UTC (3+ messages)
[PATCH v2] drm/xe/guc: Add GuC based register capture for error capture
2024-01-17 22:15 UTC (6+ messages)
` [PATCH v2] drm/xe/guc: Add register defines for GuC based register capture
` [PATCH v2] drm/xe/guc: Expose dss per group for GuC error capture
[PATCH 0/1] drm/xe: correct the calculation of remaining size
2024-01-17 22:11 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
[PATCH 00/23] XeKmd basic SVM support
2024-01-17 22:12 UTC (24+ messages)
` [PATCH 01/23] drm/xe/svm: Add SVM document
` [PATCH 02/23] drm/xe/svm: Add svm key data structures
` [PATCH 03/23] drm/xe/svm: create xe svm during vm creation
` [PATCH 04/23] drm/xe/svm: Trace svm creation
` [PATCH 05/23] drm/xe/svm: add helper to retrieve svm range from address
` [PATCH 06/23] drm/xe/svm: Introduce a helper to build sg table from hmm range
` [PATCH 07/23] drm/xe/svm: Add helper for binding hmm range to gpu
` [PATCH 08/23] drm/xe/svm: Add helper to invalidate svm range from GPU
` [PATCH 09/23] drm/xe/svm: Remap and provide memmap backing for GPU vram
` [PATCH 10/23] drm/xe/svm: Introduce svm migration function
` [PATCH 11/23] drm/xe/svm: implement functions to allocate and free device memory
` [PATCH 12/23] drm/xe/svm: Trace buddy block allocation and free
` [PATCH 13/23] drm/xe/svm: Handle CPU page fault
` [PATCH 14/23] drm/xe/svm: trace svm range migration
` [PATCH 15/23] drm/xe/svm: Implement functions to register and unregister mmu notifier
` [PATCH 16/23] drm/xe/svm: Implement the mmu notifier range invalidate callback
` [PATCH 17/23] drm/xe/svm: clean up svm range during process exit
` [PATCH 18/23] drm/xe/svm: Move a few structures to xe_gt.h
` [PATCH 19/23] drm/xe/svm: migrate svm range to vram
` [PATCH 20/23] drm/xe/svm: Populate svm range
` [PATCH 21/23] drm/xe/svm: GPU page fault support
` [PATCH 22/23] drm/xe/svm: Add DRM_XE_SVM kernel config entry
` [PATCH 23/23] drm/xe/svm: Add svm memory hints interface
[PATCH v2 0/1] drm/xe: correct the calculation of remaining size
2024-01-17 20:56 UTC (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: correct the calculation of remaining size (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] drm/doc/rfc: Removing missing reference to xe.rst
2024-01-17 19:17 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[CI 0/2] drm/xe: GSC proxy support
2024-01-17 18:26 UTC (3+ messages)
` [CI 1/2] drm/xe/gsc: Initialize GSC proxy
` [CI 2/2] drm/xe/gsc: add support for GSC proxy interrupt
[PATCH v3 0/1] drm/xe: correct the calculation of remaining size
2024-01-17 18:12 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH v2 0/2] drm/xe: GSC proxy support
2024-01-17 17:12 UTC (10+ messages)
` ✗ CI.Hooks: failure for drm/xe: GSC proxy support (rev3)
` ✓ CI.checksparse: success "
` ✓ CI.Patch_applied: "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.BAT: "
[v2] drm/xe: Fix typo in vram frequency sysfs documentation
2024-01-17 16:37 UTC (14+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Fix typo in vram frequency sysfs documentation (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH 1/5] drm/xe: make xe_ttm_funcs const
2024-01-17 15:32 UTC (17+ messages)
` [PATCH 2/5] drm/xe: make heci_gsc_irq_chip const
` [PATCH 3/5] drm/xe: make hwmon_info const
` [PATCH 4/5] drm/xe: make gpuvm_ops const
` [PATCH 5/5] drm/xe: constify engine class sysfs attributes
` ✓ CI.Patch_applied: success for series starting with [1/5] drm/xe: make xe_ttm_funcs const
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
[PATCH] drm/xe/guc: Enable WA 14018913170
2024-01-17 14:28 UTC (14+ messages)
` ✓ CI.Patch_applied: success for drm/xe/guc: Enable WA 14018913170 (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] drm/xe: Remove obsolete async_ops from struct xe_vm
2024-01-17 13:13 UTC (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Remove obsolete async_ops from struct xe_vm (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[CI 0/5] TTM placement changes
2024-01-17 11:47 UTC (13+ messages)
` [CI 1/5] drm/vmwgfx: remove vmw_vram_gmr_placement
` [CI 2/5] drm/ttm: return ENOSPC from ttm_bo_mem_space
` [CI 3/5] drm/ttm: replace busy placement with flags v6
` [CI 4/5] drm/ttm: improve idle/busy handling v3
` [CI 5/5] drm/amdgpu: use GTT only as fallback for VRAM|GTT
` ✓ CI.Patch_applied: success for TTM placement changes
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
[PATCH] drm/xe/irq: allocate all possible msix interrupts
2024-01-17 10:08 UTC (3+ messages)
[PATCH v5 0/5] drm/managed: Add drmm_release_action
2024-01-17 9:47 UTC (11+ messages)
` [PATCH v5 1/5] "
` (subset) "
` [PATCH v5 2/5] drm/tests: managed: Rename the suite name to match other DRM tests
` (subset) "
` [PATCH v5 3/5] drm/tests: managed: Add comments about test intent
` (subset) "
` [PATCH v5 4/5] drm/tests: managed: Extract device initialization into test init
` (subset) "
` [PATCH v5 5/5] drm/tests: managed: Add a simple test for drmm_managed_release
` (subset) "
[drm-xe:drm-xe-next-fixes] BUILD SUCCESS bf3ff145df184698a8a80b33265064638572366f
2024-01-17 8:46 UTC
[PATCH 0/3] drm/xe: CCS mode code cleanup
2024-01-17 7:47 UTC (12+ messages)
` [PATCH 1/3] drm/xe: Cleanup CCS mode related code
` [PATCH 2/3] drm/xe: Rename num_slices to num_cslices
` [PATCH 3/3] drm/xe: Add kernel-doc for CCS mode selection
[igt-dev] [PATCH i-g-t] xe_live_ktest: Use xe_live_test kernel module
2024-01-17 6:14 UTC (8+ messages)
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