Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-04 07:33:46 to 2023-05-08 01:08:43 UTC [more...]

[Intel-xe] [PATCH v2 00/31] Upstreaming prep / all of mbrosts patches
 2023-05-08  1:08 UTC  (31+ messages)
` [Intel-xe] [PATCH v2 01/31] drm/sched: Add run_wq argument to drm_sched_init
` [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 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 12/31] drm/xe/guc: Print doorbell ID in GuC engine debugfs entry
` [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 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 31/31] drm/xe/uapi: Add some VM bind kernel doc

[Intel-xe] [PATCH] drm/xe: fix tlb_invalidation_seqno_past()
 2023-05-08  0:53 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH v4 0/4] drm/xe: Rework multi tile device memory initialization
 2023-05-05 20:40 UTC  (16+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe: Rework size helper to be a little more correct
` [Intel-xe] [PATCH 2/4] drm/xe: Simplify rebar sizing
` [Intel-xe] [PATCH 3/4] drm/xe: Size GT device memory correctly
` [Intel-xe] [PATCH 4/4] drm/xe: Rename GPU offset helper to reflect true usage
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Rework multi tile device memory initialization (rev4)
` [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-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  (23+ messages)
` [Intel-xe] [PATCH 1/7] fixup! drm/xe: Drop gen afixes from registers
` [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] [PATCH 6/7] drm/xe: Rename reg field to addr
` [Intel-xe] [PATCH 7/7] drm/xe: Fix indent in xe_hw_engine_print_state()

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

[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 "

[Intel-xe] [PATCH 0/3] drm/xe: Add sysfs entry to report per gt memory size
 2023-05-05 18:03 UTC  (15+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] [PATCH 1/3] drm/xe: Rework multi tile device memory initialization
` [Intel-xe] [PATCH 2/3] drm/xe: Register drm device prior to gt init
` [Intel-xe] [PATCH 3/3] drm/xe: Add sysfs entry to report per gt memory size
` [Intel-xe] ✓ CI.Build: success for "

[Intel-xe] [PATCH 0/7] OOB workarounds
 2023-05-04 22:25 UTC  (25+ messages)
` [Intel-xe] [PATCH 1/7] drm/xe: Do not mark 1809175790 as a WA
` [Intel-xe] [PATCH 2/7] drm/xe: Fix comment on Wa_22013088509
` [Intel-xe] [PATCH 3/7] drm/xe/guc: Remove special handling for PVC A*
` [Intel-xe] [PATCH 4/7] drm/xe: Fix Wa_22011802037 annotation
` [Intel-xe] [PATCH 5/7] drm/xe/rtp: Let rule_matches() receive xe_device
` [Intel-xe] [PATCH 6/7] drm/xe: Add support for OOB workarounds
` [Intel-xe] [PATCH 7/7] drm/xe/guc: Port workarounds to OOB infra
` [Intel-xe] ✓ CI.Patch_applied: success for OOB workarounds
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 1/3] Revert "drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoing"
 2023-05-05 16:44 UTC  (8+ messages)
` [Intel-xe] [PATCH 2/3] drm/xe: fix xe_device_mem_access_get() race
` [Intel-xe] [PATCH 3/3] drm/xe: Use atomic for mem_access.ref
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [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 "

[Intel-xe] [PATCH 0/4] RFC: Add new device configuration infrastructure to
 2023-05-05 16:21 UTC  (4+ messages)
` [Intel-xe] [PATCH 3/4] drm/xe: Add new device configuration debugfs infrastructure

[Intel-xe] [PATCH 0/4] RFC: drm/xe/ras: Supporting RAS on XE
 2023-05-05 15:10 UTC  (7+ messages)
` [Intel-xe] [PATCH 2/4] drm/xe/ras: Log the GT hw errors

[Intel-xe] [PATCH 0/1] Enable compat ioctl functionality
 2023-05-05 14:50 UTC  (4+ messages)
` [Intel-xe] [PATCH 1/1] drm/xe: Enable the "

[Intel-xe] [RFC PATCH] drm/ttm: Allow the driver to resolve a WW transaction rollback
 2023-05-05 14:50 UTC  (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [RFC PATCH 00/20] Xe frontbuffer tracking
 2023-05-05 14:44 UTC  (28+ messages)
` [Intel-xe] [RFC PATCH 01/20] Revert "drm/i915/display: Neuter frontbuffer tracking harder"
` [Intel-xe] [RFC PATCH 02/20] Revert "drm/i915: Remove gem and overlay frontbuffer tracking"
` [Intel-xe] [RFC PATCH 03/20] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [RFC PATCH 04/20] fixup! drm/xe/display: Implement display support
` [Intel-xe] [RFC PATCH 05/20] drm/i915/display: Change __intel_frontbuffer_get parameter
` [Intel-xe] [RFC PATCH 06/20] drm/i915: Add macros to get i915 device from i915_gem_object
` [Intel-xe] [RFC PATCH 07/20] drm/xe: Add macro to get i915 device from xe_bo
` [Intel-xe] [RFC PATCH 08/20] drm/xe: Add intel_bo_flush_if_display define for Xe
` [Intel-xe] [RFC PATCH 09/20] drm/i915: Add intel_bo_flush_if_display define for i915
` [Intel-xe] [RFC PATCH 10/20] drm/xe: Add struct i915_active for Xe
` [Intel-xe] [RFC PATCH 11/20] drm/xe: Add i915_active.h compatibility header
` [Intel-xe] [RFC PATCH 12/20] drm/xe/display: Include i916_active related headers
` [Intel-xe] [RFC PATCH 13/20] drm/i915: Add function to clear scanout flag for vmas
` [Intel-xe] [RFC PATCH 14/20] drm/xe: Add function to clear scanout flag
` [Intel-xe] [RFC PATCH 15/20] drm/i915/display: Use i915_ggtt_clear_scanout
` [Intel-xe] [RFC PATCH 16/20] drm/i915/display: Use drm_gem_object_get/put
` [Intel-xe] [RFC PATCH 17/20] drm/xe/display: Use frontbuffer tracking for Xe as well
` [Intel-xe] [RFC PATCH 18/20] drm/i915: Add new frontbuffer tracking interface to queue flush
` [Intel-xe] [RFC PATCH 19/20] drm/i915: Handle dma fences in dirtyfb callback
` [Intel-xe] [RFC PATCH 20/20] drm/xe/display: Use custom dirtyfb for Xe as well
` [Intel-xe] ✓ CI.Patch_applied: success for Xe frontbuffer tracking
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✗ CI.Build: failure "

[Intel-xe] [PATCH] drm/xe: Print GT info on TLB inv failure
 2023-05-05 14:07 UTC  (6+ 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: fix xe_device_mem_access_get() race
 2023-05-05 13:22 UTC  (7+ messages)

[Intel-xe] [RFC PATCH 0/3] Add Render C state properties under gpu_idle
 2023-05-05 13:14 UTC  (12+ messages)
` [Intel-xe] [RFC PATCH 1/3] drm/xe: add a new sysfs directory for gpu idle properties
` [Intel-xe] [RFC PATCH 2/3] drm/xe : add rc6_residency in ms

[Intel-xe] [PATCH] drm/xe: Do not sleep in atomic
 2023-05-05 13:13 UTC  (6+ 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: Fix splat during error dump
 2023-05-04 22:34 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH v5 1/2] drm/xe: Set default MOCS value for cs instructions
 2023-05-04 19:35 UTC  (11+ messages)
` [Intel-xe] [PATCH v5 2/2] drm/xe: Set default MOCS value for copy "
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v5,1/2] drm/xe: Set default MOCS value for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v5,1/2] drm/xe: Set default MOCS value for cs instructions (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH v4 1/2] drm/xe: Set default MOCS value for cs instructions
 2023-05-04 17:13 UTC  (8+ messages)
` [Intel-xe] [PATCH v4 2/2] drm/xe: Set default MOCS value for copy "
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v4,1/2] drm/xe: Set default MOCS value for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH v3 1/2] drm/xe: Set default MOCS value for cs instructions
 2023-05-04 14:08 UTC  (4+ messages)
` [Intel-xe] [PATCH v3 2/2] drm/xe: Set default MOCS value for copy "

[Intel-xe] [PATCH] drm/xe: Include only relevant header in xe_module.h
 2023-05-04  7:40 UTC  (2+ messages)


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