Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-05 18:04:02 to 2023-05-09 15:21:48 UTC [more...]

[Intel-xe] [PATCH v2 00/31] Upstreaming prep / all of mbrosts patches
 2023-05-09 15:21 UTC  (76+ messages)
` [Intel-xe] [PATCH v2 01/31] drm/sched: Add run_wq argument to drm_sched_init
` [Intel-xe] [PATCH v2 03/31] drm/sched: Add DRM_SCHED_POLICY_SINGLE_ENTITY scheduling policy
` [Intel-xe] [PATCH v2 04/31] drm/xe: Use DRM_SCHED_POLICY_SINGLE_ENTITY mode
` [Intel-xe] [PATCH v2 05/31] drm/xe: Long running job update
` [Intel-xe] [PATCH v2 06/31] drm/xe: Ensure LR engines are not persistent
` [Intel-xe] [PATCH v2 07/31] drm/xe: Only try to lock external BOs in VM bind
` [Intel-xe] [PATCH v2 08/31] drm/xe: VM LRU bulk move
` [Intel-xe] [PATCH v2 09/31] drm/xe/guc: Read HXG fields from DW1 of G2H response
` [Intel-xe] [PATCH v2 10/31] drm/xe/guc: Return the lower part of blocking H2G message
` [Intel-xe] [PATCH v2 11/31] drm/xe/guc: Use doorbells for submission if possible
` [Intel-xe] [PATCH v2 12/31] drm/xe/guc: Print doorbell ID in GuC engine debugfs entry
` [Intel-xe] [PATCH v2 13/31] maple_tree: split up MA_STATE() macro
` [Intel-xe] [PATCH v2 14/31] maple_tree: Export mas_preallocate
` [Intel-xe] [PATCH v2 15/31] drm: manager to keep track of GPUs VA mappings
` [Intel-xe] [PATCH v2 16/31] drm/xe: Port Xe to GPUVA
` [Intel-xe] [PATCH v2 17/31] drm/xe: NULL binding implementation
` [Intel-xe] [PATCH v2 18/31] drm/xe: Avoid doing rebinds
` [Intel-xe] [PATCH v2 19/31] drm/xe: Reduce the number list links in xe_vma
` [Intel-xe] [PATCH v2 20/31] drm/xe: Optimize size of xe_vma allocation
` [Intel-xe] [PATCH v2 21/31] drm/gpuva: Add drm device to GPUVA manager
` [Intel-xe] [PATCH v2 24/31] drm/xe: Userptr refactor
` [Intel-xe] [PATCH v2 26/31] drm/exec: Always compile drm_exec
` [Intel-xe] [PATCH v2 27/31] drm/xe: Use drm_exec for locking rather than TTM exec helpers
` [Intel-xe] [PATCH v2 28/31] drm/xe: Allow dma-fences as in-syncs for compute / faulting VM
` [Intel-xe] [PATCH v2 29/31] drm/xe: Allow compute VMs to output dma-fences on binds
` [Intel-xe] [PATCH v2 31/31] drm/xe/uapi: Add some VM bind kernel doc

[Intel-xe] [PATCH] drm/xe: Make xe build dependent on STAGING
 2023-05-09 15:13 UTC  (3+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.KUnit: failure "

[Intel-xe] [PATCH 0/3] Fixed-width mask/bit helpers
 2023-05-09 14:00 UTC  (8+ messages)
` [Intel-xe] [PATCH 1/3] drm/amd: Remove wrapper macros over get_u{32, 16, 8}
` [Intel-xe] [PATCH 2/3] linux/bits.h: Add fixed-width GENMASK and BIT macros
` [Intel-xe] [PATCH 3/3] drm/i915: Temporary conversion to new GENMASK/BIT macros
` [Intel-xe] ✓ CI.Patch_applied: success for Fixed-width mask/bit helpers

[Intel-xe] [PATCH v3 01/11] drm/xe: Introduce the dev_coredump infrastructure
 2023-05-09 13:51 UTC  (17+ messages)
` [Intel-xe] [PATCH v3 02/11] drm/xe: Do not take any action if our device was removed
` [Intel-xe] [PATCH v3 03/11] drm/xe: Extract non mapped regions out of GuC CTB into its own struct
` [Intel-xe] [PATCH v3 04/11] drm/xe: Convert GuC CT print to snapshot capture and print
` [Intel-xe] [PATCH v3 05/11] drm/xe: Add GuC CT snapshot to xe_devcoredump
` [Intel-xe] [PATCH v3 06/11] drm/xe: Introduce guc_submit_types.h with relevant structs
` [Intel-xe] [PATCH v3 07/11] drm/xe: Convert GuC Engine print to snapshot capture and print
` [Intel-xe] [PATCH v3 08/11] drm/xe: Add GuC Submit Engine snapshot to xe_devcoredump
` [Intel-xe] [PATCH v3 09/11] drm/xe: Convert Xe HW Engine print to snapshot capture and print
` [Intel-xe] [PATCH v3 10/11] drm/xe: Add HW Engine snapshot to xe_devcoredump
` [Intel-xe] [PATCH v3 11/11] drm/xe: Limit CONFIG_DRM_XE_SIMPLE_ERROR_CAPTURE to itself
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v3,01/11] drm/xe: Introduce the dev_coredump infrastructure

[Intel-xe] [PATCH v2 0/8] Meteorlake interrupt & TLB handling updates
 2023-05-09 11:37 UTC  (3+ messages)
` [Intel-xe] [PATCH v2 6/8] drm/xe: Include GT ID in error message if TLB invalidation times out

[Intel-xe] [PATCH v2 1/1] drm/xe: Notify Userspace when engine/gt reset fails
 2023-05-09  8:55 UTC  (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v2,1/1] "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 00/18] xe&i915 display integration: add uncore and pcode compat layers
 2023-05-09  8:11 UTC  (23+ messages)
` [Intel-xe] [PATCH 01/18] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 02/18] "
` [Intel-xe] [PATCH 03/18] "
` [Intel-xe] [PATCH 04/18] fixup! drm/xe/display: Rename intel_de.h to xe_de.h
` [Intel-xe] [PATCH 05/18] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 06/18] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 07/18] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 08/18] fixup! drm/i915/display: Add more macros to remove all direct calls to uncore
` [Intel-xe] [PATCH 09/18] fixup! drm/i915/display: Remove all uncore mmio accesses in favor of intel_de
` [Intel-xe] [PATCH 10/18] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 11/18] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
` [Intel-xe] [PATCH 12/18] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 13/18] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 14/18] "
` [Intel-xe] [PATCH 15/18] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 16/18] "
` [Intel-xe] [PATCH 17/18] "
` [Intel-xe] [PATCH 18/18] "
` [Intel-xe] ✓ CI.Patch_applied: success for xe&i915 display integration: add uncore and pcode compat layers (rev2)

[Intel-xe] [PATCH v2 0/2] drm/xe: Handle -EDEADLK case during BO validation
 2023-05-09  7:30 UTC  (7+ messages)
` [Intel-xe] [PATCH v2 1/2] drm/xe: Handle -EDEADLK case in preempt worker
` [Intel-xe] [PATCH v2 2/2] drm/xe: Handle -EDEADLK case in exec ioctl
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Handle -EDEADLK case during BO validation
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 0/2] drm/xe: Handle -EDEADLK case during BO validation
 2023-05-09  7:01 UTC  (12+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Handle -EDEADLK case in preempt worker
` [Intel-xe] [PATCH 2/2] drm/xe: Handle -EDEADLK case in exec ioctl
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Handle -EDEADLK case during BO validation
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [RFC 1/1] drm/xe: Notify Userspace when engine/gt reset fails
 2023-05-09  6:28 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [RFC,1/1] "

[Intel-xe] [RFC PATCH v3 0/3] Split code between common and platform specific
 2023-05-09  6:16 UTC  (3+ messages)
` [Intel-xe] [RFC PATCH v3 1/3] drm/xe: Introduce function pointers in xe_gt.c with local structure

[Intel-xe] [RFC, 1/1] drm/xe: Notify Userspace when engine/gt reset fails - review
 2023-05-09  6:07 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for series starting with [RFC,1/1] "

[Intel-xe] [RFC] drm/xe: Handle -EDEADLK case in preempt worker
 2023-05-09  5:45 UTC  (13+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] drm/xe/pm: WARN_ON() on unbounded pcie parent bridge device
 2023-05-09  3:20 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH v2 0/4] Convert xe_mmio to struct xe_reg
 2023-05-08 22:56 UTC  (6+ messages)
` [Intel-xe] [PATCH v2 1/4] drm/xe/mmio: Use "
` [Intel-xe] [PATCH v2 2/4] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v2 3/4] drm/xe: Rename reg field to addr
` [Intel-xe] [PATCH v2 4/4] drm/xe: Fix indent in xe_hw_engine_print_state()
` [Intel-xe] ✓ CI.Patch_applied: success for Convert xe_mmio to struct xe_reg (rev2)

[Intel-xe] [PATCH] drm/xe: Print GT info on TLB inv failure
 2023-05-08 21:41 UTC  (5+ messages)

[Intel-xe] [PATCH v4 0/4] drm/xe: Rework multi tile device memory initialization
 2023-05-08 20:45 UTC  (6+ messages)
` [Intel-xe] [PATCH 2/4] drm/xe: Simplify rebar sizing

[Intel-xe] [PATCH 00/11] Introduce xe_devcoredump - v2
 2023-05-08 17:10 UTC  (13+ messages)
` [Intel-xe] [PATCH 01/11] drm/xe: Introduce the dev_coredump infrastructure
` [Intel-xe] [PATCH 02/11] drm/xe: Do not take any action if our device was removed
` [Intel-xe] [PATCH 03/11] drm/xe: Extract non mapped regions out of GuC CTB into its own struct
` [Intel-xe] [PATCH 04/11] drm/xe: Convert GuC CT print to snapshot capture and print
` [Intel-xe] [PATCH 05/11] drm/xe: Add GuC CT snapshot to xe_devcoredump
` [Intel-xe] [PATCH 06/11] drm/xe: Introduce guc_submit_types.h with relevant structs
` [Intel-xe] [PATCH 07/11] drm/xe: Convert GuC Engine print to snapshot capture and print
` [Intel-xe] [PATCH 08/11] drm/xe: Add GuC Submit Engine snapshot to xe_devcoredump
` [Intel-xe] [PATCH 09/11] drm/xe: Convert Xe HW Engine print to snapshot capture and print
` [Intel-xe] [PATCH 10/11] drm/xe: Add HW Engine snapshot to xe_devcoredump
` [Intel-xe] [PATCH 11/11] drm/xe: Limit CONFIG_DRM_XE_SIMPLE_ERROR_CAPTURE to itself
` [Intel-xe] ✓ CI.Patch_applied: success for Introduce xe_devcoredump - v2

[Intel-xe] [RFC PATCH 00/20] Xe frontbuffer tracking
 2023-05-08 13:35 UTC  (5+ messages)
` [Intel-xe] [RFC PATCH 04/20] fixup! drm/xe/display: Implement display support

[Intel-xe] [PATCH 0/3] drm/xe: Add sysfs entry to report per gt memory size
 2023-05-08 10:44 UTC  (7+ messages)
` [Intel-xe] [PATCH 3/3] "

[Intel-xe] [RFC PATCH 0/3] Add Render C state properties under gpu_idle
 2023-05-08  9:54 UTC  (7+ messages)
` [Intel-xe] [RFC PATCH 2/3] drm/xe : add rc6_residency in ms

[Intel-xe] [PATCH] drm/xe: fix tlb_invalidation_seqno_past()
 2023-05-08  3:42 UTC  (5+ messages)

[Intel-xe] [PATCH 00/18] xe&i915 display integration: add uncore and pcode compat layers
 2023-05-05 20:19 UTC  (3+ messages)
` [Intel-xe] [PATCH 03/18] fixup! drm/xe/display: Implement display support

[Intel-xe] [PATCH 0/7] Convert xe_mmio to struct xe_reg
 2023-05-05 20:19 UTC  (17+ messages)
` [Intel-xe] [PATCH 2/7] drm/xe/guc: Handle RCU_MODE as masked from definition
` [Intel-xe] [PATCH 3/7] drm/xe: Use media base for GMD_ID access
` [Intel-xe] [PATCH 4/7] drm/xe/mmio: Use struct xe_reg
` [Intel-xe] [PATCH 5/7] fixup! drm/xe/display: Implement display support

[Intel-xe] [RFC PATCH 0/4] Add support for DRM cgroup memory accounting
 2023-05-05 19:50 UTC  (2+ messages)

[Intel-xe] [PATCH v2 1/3] Revert "drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoing"
 2023-05-05 19:04 UTC  (9+ messages)
` [Intel-xe] [PATCH v2 2/3] drm/xe: fix xe_device_mem_access_get() race
` [Intel-xe] [PATCH v2 3/3] drm/xe: Use atomic for mem_access.ref
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v2,1/3] Revert "drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoing"
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "


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