Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-16 20:37:44 to 2024-01-17 22:11:59 UTC [more...]

[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] drm/xe: Do not flood dmesg with guc log
 2024-01-17 21:11 UTC  (2+ messages)

[PATCH v2 0/1] drm/xe: correct the calculation of remaining size
 2024-01-17 20:56 UTC  (14+ messages)
` [PATCH v2 1/1] "
` ✓ CI.Hooks: success for drm/xe: correct the calculation of remaining size (rev2)
` ✓ CI.checksparse: "
` ✓ CI.Patch_applied: "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.BAT: "

[PATCH] drm/doc/rfc: Removing missing reference to xe.rst
 2024-01-17 19:17 UTC  (14+ 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  (16+ messages)
` [PATCH v3 1/1] "
` ✓ 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  (14+ messages)
` ✓ CI.Patch_applied: success for drm/xe: GSC proxy support (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ 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 v5 1/2] drm/xe: add a new debugfs file - mmio
 2024-01-17 15:54 UTC  (2+ messages)
` [PATCH v5 2/2] drm/xe: restore xe_mmio_ioctl as the ioctl handler of the mmio debugfs file

[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: Set PTE_AE for xe2 dgfx platforms
 2024-01-17 14:48 UTC 

[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 0/5] Fixes for sparse warning
 2024-01-17 13:59 UTC  (8+ 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

[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 v2] drm/xe/guc: Add GuC based register capture for error capture
 2024-01-17  8:26 UTC  (13+ 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 v2] drm/xe/guc: Update GuC ADS size for "
` [PATCH v2] drm/xe/guc: Add XE_LP steered register lists
` [PATCH v2] drm/xe/guc: Add capture size check in GuC log buffer
` [PATCH v2] drm/xe/guc: Check sizing of guc_capture output
` [PATCH v2] drm/xe/guc: Extract GuC error capture lists on G2H notification
` [PATCH v2] drm/xe/guc: Pre-allocate output nodes for extraction
` [PATCH v2] drm/xe/guc: Plumb GuC-capture into dev coredump
` ✗ CI.Patch_applied: failure for drm/xe/guc: Extract GuC error capture lists on G2H notification

[PATCH 0/3] drm/xe: CCS mode code cleanup
 2024-01-17  7:47 UTC  (14+ 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)


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