Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-19 20:00:48 to 2023-12-28 02:13:37 UTC [more...]

[RFC 00/20] First attempt to kill mem_access
 2023-12-28  2:12 UTC  (17+ messages)
` [RFC 01/20] drm/xe: Document Xe PM component
` [RFC 02/20] drm/xe: Fix display runtime_pm handling
` [RFC 03/20] drm/xe: Create a xe_pm_runtime_resume_and_get variant for display
` [RFC 04/20] drm/xe: Convert xe_pm_runtime_{get, put} to void and protect from recursion
` [RFC 05/20] drm/xe: Prepare display for D3Cold
` [RFC 06/20] drm/xe: Convert mem_access assertion towards the runtime_pm state
` [RFC 07/20] drm/xe: Runtime PM wake on every IOCTL
` [RFC 08/20] drm/xe: Runtime PM wake on every exec
` [RFC 09/20] drm/xe: Runtime PM wake on every sysfs call
` [RFC 10/20] drm/xe: Sort some xe_pm_runtime related functions
` [RFC 11/20] drm/xe: Ensure device is awake before removing it
` [RFC 12/20] drm/xe: Remove mem_access from guc_pc calls
` [RFC 13/20] drm/xe: Runtime PM wake on every debugfs call
` [RFC 14/20] drm/xe: Replace dma_buf mem_access per direct xe_pm_runtime calls
` [RFC 15/20] drm/xe: Allow GuC CT fast path and worker regardless of runtime_pm
` [RFC 16/20] drm/xe: Remove mem_access calls from migration

[PATCH 00/10] Introduce Relay Communication for SR-IOV
 2023-12-27 23:58 UTC  (11+ messages)
` [PATCH 01/10] drm/xe: Allocate dedicated workqueue for SR-IOV workers
` [PATCH 02/10] drm/xe: Define Virtual Function Identifier
` [PATCH 03/10] drm/xe: Introduce GT-oriented SR-IOV logging macros
` [PATCH 04/10] drm/xe/guc: Add helpers for HXG messages
` [PATCH 05/10] drm/xe/guc: Update few GuC CTB ABI definitions
` [PATCH 06/10] drm/xe/guc: Add Relay Communication "
` [PATCH 07/10] drm/xe/guc: Introduce Relay Communication for SR-IOV
` [PATCH 08/10] drm/xe/kunit: Allow to replace xe_guc_ct_send_recv() with stub
` [PATCH 09/10] drm/xe/kunit: Add GuC Relay kunit tests
` [PATCH 10/10] drm/xe/guc: Start handling GuC Relay event messages

[PATCH] drm/xe/guc: Add more GuC CT states
 2023-12-27 22:43 UTC  (11+ messages)

[drm-xe:drm-xe-next-fixes] BUILD SUCCESS 315acff5196f4e2f84a2a2d093000e0c6b0b4d1c
 2023-12-27 19:53 UTC 

[PATCH] drm/xe/xe2: synchronise CS_CHICKEN1 with WMTP support
 2023-12-27 15:22 UTC 

[PATCH] drm/xe/debugfs: Make sysfs gt force reset synchronous
 2023-12-27 15:23 UTC  (6+ messages)

[v6] drm/xe: Add vram frequency sysfs attributes
 2023-12-27 12:18 UTC  (7+ messages)

[PATCH] drm/xe/debugfs: Make sysfs gt force reset synchronous
 2023-12-27 11:58 UTC 

[PATCH] drm/xe/uapi: Remove DRM_XE_VM_BIND_FLAG_ASYNC comment left over
 2023-12-26 18:32 UTC  (2+ messages)

[PATCH] nightly.conf: Add the xe repo to drm-tip
 2023-12-26 18:30 UTC  (6+ messages)

[PULL] drm-xe-next-fixes
 2023-12-26 18:27 UTC 

[PATCH v2 1/2] drm/xe: add a new debugfs file - mmio
 2023-12-25 12:33 UTC  (5+ messages)
` [PATCH v2 2/2] drm/xe: restore xe_mmio_ioctl as the ioctl handler of the mmio debugfs file

[drm-xe:drm-xe-next] BUILD SUCCESS 84b9f177f5c8f5482c862a69d81c741253115a84
 2023-12-24 20:56 UTC 

drivers/gpu/drm/xe/display/xe_display_misc.c:10:14: warning: no previous prototype for 'intel_gmch_vga_set_decode'
 2023-12-24 15:04 UTC 

drivers/gpu/drm/xe/display/ext/i915_utils.c:18:5: warning: no previous prototype for '__i915_inject_probe_error'
 2023-12-24 11:36 UTC 

drivers/gpu/drm/xe/xe_tile_sysfs.c:29:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'resource_size_t' {aka 'unsigned int'}
 2023-12-24  7:59 UTC 

include/trace/../../drivers/gpu/drm/xe/xe_trace.h:35:42: warning: cast from pointer to integer of different size
 2023-12-24  4:34 UTC 

[PATCH v7 00/17] Add OA functionality to Xe
 2023-12-23  2:39 UTC  (23+ messages)
` [PATCH 02/17] drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
` [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 14/17] drm/xe/oa/uapi: Query OA unit properties
` [PATCH 15/17] drm/xe/oa/uapi: OA buffer mmap
` [PATCH 16/17] drm/xe/oa: Add MMIO trigger support

[PATCH RESEND v2] drm/xe/vm: Fix an error path
 2023-12-22 23:28 UTC  (2+ messages)

[PATCH] drm/xe: Check skip_guc_pc before setting SLPC flag
 2023-12-22 23:27 UTC  (2+ messages)

[PATCH v4 0/8] Engine busyness
 2023-12-22 20:03 UTC  (10+ messages)
` [PATCH v4 1/8] drm/xe: Move user engine class mappings to functions
` [PATCH v4 2/8] drm/xe/guc: Add interface for engine busyness ticks
` [PATCH v4 3/8] drm/xe/uapi: Add configs for Engine busyness
` [PATCH v4 4/8] drm/xe/pmu: Enable PMU interface and add engine busyness counter
` [PATCH v4 5/8] drm/xe/guc: Add PMU counter for total active ticks
` [PATCH v4 6/8] drm/xe/guc: Expose engine busyness only for supported GuC version
` [PATCH v4 7/8] drm/xe/guc: Dynamically enable/disable engine busyness stats
` [PATCH v4 8/8] drm/xe/guc: Handle runtime suspend issues for engine busyness

[PATCH v2] drm/xe: Add mocs reset kunit
 2023-12-22 19:23 UTC 

[PATCH v5] drm/xe/dgfx: Release mmap mappings on rpm suspend
 2023-12-22 18:21 UTC  (3+ messages)

[PATCH] drm/xe: Add mocs reset kunit
 2023-12-22 18:13 UTC  (2+ messages)

[PATCH v2 0/8] Engine Busyness
 2023-12-22  9:41 UTC  (19+ 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

[PATCH] locking/ww_mutex: Adjust to lockdep nest_lock requirements
 2023-12-22  9:18 UTC  (2+ messages)

[PATCH v4] drm/xe/dgfx: Release mmap mappings on rpm suspend
 2023-12-22  8:33 UTC 

[PATCH v3] drm/xe/dgfx: Release mmap mappings on rpm suspend
 2023-12-22  7:42 UTC  (3+ messages)

[v5 1/3] drm/xe: Add vram frequency sysfs attributes
 2023-12-22  3:54 UTC  (9+ messages)
` [PATCH 2/3] drm/xe: Add base balance "

[PATCH i-g-t] drm/xe: Add mocs reset kunit
 2023-12-22  1:56 UTC  (2+ messages)

[PATCH 0/6] drm/xe: Fix 32bit build
 2023-12-22  0:07 UTC  (8+ messages)
` [PATCH 1/6] drm/xe: Disable 32bits build
` [PATCH 2/6] drm/xe: Use _ULL for u64 division
` [PATCH 3/6] drm/xe/mmio: Cast to u64 when printing
` [PATCH 4/6] drm/xe/display: Avoid calling readq()
` [PATCH 5/6] drm/xe: Fix cast on trace variable
` [PATCH 6/6] drm/xe: Enable 32bits build

[PULL] drm-xe-next v4
 2023-12-21 21:37 UTC 

[PATCH] drm/xe: Make sysfs gt force reset synchronous
 2023-12-21 18:59 UTC  (2+ messages)

[PULL] drm-xe-next v3
 2023-12-21 18:11 UTC 

[PATCH] drm/xe/kunit: Drop xe_wa tests for pre-production DG2
 2023-12-21 16:35 UTC  (2+ messages)

[PATCH 1/2] drm/xe/exec: move fence reservation
 2023-12-21 13:46 UTC  (4+ messages)
` [PATCH 2/2] drm/xe/exec: reserve fence slot for CPU bind

[Intel-xe] [PATCH 00/11] Introduce drm evictable lru
 2023-12-21 13:12 UTC  (2+ messages)
`  "

[PATCH v2] drm/xe/vm: Fix an error path
 2023-12-21  7:41 UTC 

[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 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] 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] drm/xe/xelpg: Extend Wa_14019877138 for Graphics 12.7
 2023-12-20  4:57 UTC  (3+ messages)

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


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