Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-21 04:28:44 to 2024-01-03 05:01:03 UTC [more...]

[PATCH v4 0/8] Engine busyness
 2024-01-03  5:03 UTC  (11+ 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/xe2: Use XE_CACHE_WB pat index
 2024-01-03  3:17 UTC  (3+ messages)

[PATCH] drm/xe/vm: Simplify the calculation of variables
 2024-01-03  2:29 UTC 

[PATCH] drm/xe: CLOS Based Cache Reservation support
 2024-01-03  1:56 UTC  (2+ messages)

[PATCH -next] drm/xe/kunit: Remove duplicated include in xe_pci.c
 2024-01-03  1:20 UTC 

[PATCH -next] drm/xe: Remove unneeded semicolon
 2024-01-03  1:15 UTC 

[PATCH] drm/xe/guc: Add GuC based register capture for error capture
 2024-01-02 23:13 UTC  (3+ messages)

[PATCH] drm/xe/guc: Only take actions in CT irq handler if CTs are enabled
 2024-01-02 21:43 UTC 

[PATCH 0/4] Refactor xe_exec_queue_create to fix user extensions
 2024-01-02 21:17 UTC  (5+ messages)
` [PATCH 1/4] drm/xe: Refactor __xe_exec_queue_create()
` [PATCH 2/4] drm/xe: Add exec_queue.sched_props.job_timeout_ms
` [PATCH 3/4] drm/xe: Add exec_queue.sched_props.priority
` [PATCH 4/4] drm/xe: Finish refactoring of exec_queue_create

[PATCH v3 1/2] drm/xe: add a new debugfs file - mmio
 2024-01-02 20:57 UTC  (2+ messages)
` [PATCH v3 2/2] drm/xe: restore xe_mmio_ioctl as the ioctl handler of the mmio debugfs file

[PATCH] drm/xe/xe2: synchronise CS_CHICKEN1 with WMTP support
 2024-01-02 18:08 UTC  (3+ messages)

[PATCH 0/4] GuC CT tweaks
 2024-01-02 16:52 UTC  (7+ messages)
` [PATCH 1/4] drm/xe/guc: Add more GuC CT states
` [PATCH 2/4] drm/xe: Move TLB invalidation reset before HW reset
` [PATCH 3/4] drm/xe/guc: Protect queuing of G2H handler with fast lock
` [PATCH 4/4] drm/xe/guc: Flush G2H handler when turning off CTs

[PATCH] drm/xe/xe2: Use XE_CACHE_WB pat index
 2024-01-02 16:30 UTC  (3+ messages)

[PATCH] drm/xe/debugfs: Add support for gt synchronous force reset
 2024-01-02 16:27 UTC  (6+ messages)

[PATCH] drm/xe/display: fix type of intel_uncore_read*() functions
 2024-01-02 14:28 UTC  (2+ messages)

[RFC] drm/i915/display: add support for DMC wakelocks
 2024-01-02 14:19 UTC  (5+ messages)

[RFC 00/20] First attempt to kill mem_access
 2024-01-02 11:30 UTC  (22+ 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
` [RFC 17/20] drm/xe: Removing extra mem_access protection from runtime pm
` [RFC 18/20] drm/xe: Convert hwmon from mem_access to xe_pm_runtime calls
` [RFC 19/20] drm/xe: Remove unused runtime pm helper
` [RFC 20/20] drm/xe: Mega Kill of mem_access

[v7] drm/xe: Add vram frequency sysfs attributes
 2024-01-02 11:18 UTC  (5+ messages)

[PATCH v7 00/17] Add OA functionality to Xe
 2024-01-02 11:16 UTC  (6+ messages)
` [PATCH 14/17] drm/xe/oa/uapi: Query OA unit properties
` [PATCH 15/17] drm/xe/oa/uapi: OA buffer mmap

[PATCH 1/1] drm/xe/xe2: Use XE_CACHE_WB pat index
 2024-01-02 11:15 UTC 

[PATCH][next] drm/xe: Fix spelling mistake "gueue" -> "queue"
 2024-01-02  9:20 UTC 

[v6] drm/xe: Add vram frequency sysfs attributes
 2024-01-02  7:09 UTC  (9+ messages)

[drm-xe:drm-xe-next 1015/1016] kismet: WARNING: unmet direct dependencies detected for INTEL_MEI_ME when selected by INTEL_MEI_HDCP
 2023-12-30 19:25 UTC 

[PATCH 00/10] Introduce Relay Communication for SR-IOV
 2023-12-29 22:55 UTC  (23+ 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

[drm-xe:drm-xe-next 802/1046] kismet: WARNING: unmet direct dependencies detected for ACPI_WMI when selected by DRM_XE
 2023-12-29 13:58 UTC 

[PATCH] drm/xe/debugfs: Make sysfs gt force reset synchronous
 2023-12-28 19:01 UTC  (7+ messages)

[drm-xe:drm-xe-next] BUILD SUCCESS 7b3b98d034784b125bad7aca46f9e7a3cfcde45a
 2023-12-28  6:49 UTC 

[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/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 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 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  (4+ messages)

[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  (2+ messages)
` [PATCH 20/22] drm/xe/svm: Populate svm range


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