summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_oa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds8 days1-104/+69
|\
| * xe/oa: Drop the unused logic to parse context imageUmesh Nerlige Ramappa2024-12-241-88/+0
| * xe/oa: Fix query mode of operation for OAR/OACUmesh Nerlige Ramappa2024-12-241-91/+45
| * drm/xe: Force write completion of MI_STORE_DATA_IMMJosé Roberto de Souza2024-12-181-1/+3
| * drm/xe/oa/uapi: Expose an unblock after N reports OA propertyAshutosh Dixit2024-12-171-4/+26
| * drm/xe/oa/uapi: Make OA buffer size configurableSai Teja Pottumuttu2024-12-101-12/+43
| * drm/xe/oa: Fix "Missing outer runtime PM protection" warningAshutosh Dixit2024-11-131-0/+2
* | drm/xe/oa: Add missing VISACTL mux registersAshutosh Dixit2025-01-151-0/+1
* | xe/oa: Fix query mode of operation for OAR/OACUmesh Nerlige Ramappa2025-01-021-89/+45
* | Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-11-211-232/+494
|\|
| * drm/xe/oa: Allow only certain property changes from configAshutosh Dixit2024-10-231-14/+46
| * drm/xe/oa: Add syncs support to OA config ioctlAshutosh Dixit2024-10-231-18/+23
| * drm/xe/oa: Move functions up so they can be reused for config ioctlAshutosh Dixit2024-10-231-229/+229
| * drm/xe/oa: Signal output fencesAshutosh Dixit2024-10-231-17/+102
| * drm/xe/oa: Add input fence dependenciesAshutosh Dixit2024-10-231-4/+21
| * drm/xe/oa/uapi: Define and parse OA sync propertiesAshutosh Dixit2024-10-231-1/+82
| * drm/xe/oa: Separate batch submission from waiting for completionAshutosh Dixit2024-10-231-13/+44
| * drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()Himal Prasad Ghimiray2024-10-171-3/+8
| * Merge drm/drm-next into drm-xe-nextThomas Hellström2024-10-041-1/+0
| |\
| * | drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream closeJosé Roberto de Souza2024-09-271-6/+3
| * | drm/xe/oa: Convert register access to use xe_mmioMatt Roper2024-09-121-21/+27
| * | drm/xe/oa: Enable Xe2+ PES disaggregationAshutosh Dixit2024-09-111-0/+4
* | | drm/xe/oa: Fix "Missing outer runtime PM protection" warningAshutosh Dixit2024-11-131-0/+2
* | | drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream closeJosé Roberto de Souza2024-10-031-6/+3
| |/ |/|
* | [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* | Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-191-4/+3
|\|
| * drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula2024-08-281-1/+1
| * drm/xe/oa: Use vma_pages() helper function in xe_oa_mmap()Thorsten Blum2024-08-191-2/+1
| * drm/xe/oa: Don't use hardcoded valuesOhad Sharabi2024-07-221-1/+1
| * drm/xe/uapi: Rename xe perf layer as xe observation layerAshutosh Dixit2024-07-041-17/+17
* | drm/xe/oa: Enable Xe2+ PES disaggregationAshutosh Dixit2024-09-121-0/+4
* | drm/xe/uapi: Rename xe perf layer as xe observation layerAshutosh Dixit2024-07-111-17/+17
|/
* drm/xe/oa: Destroy the stream_lock mutexAshutosh Dixit2024-07-011-0/+2
* drm/xe/oa/uapi: Allow preemption to be disabled on the stream exec queueAshutosh Dixit2024-06-271-1/+69
* drm/xe/oa: Allow stream enable/disable functions to return errorAshutosh Dixit2024-06-271-16/+22
* drm/xe/oa: Fix kernel doc in xe_drm.hAshutosh Dixit2024-06-271-1/+2
* drm/xe/vf: Don't initialize OA if VFMichal Wajdeczko2024-06-201-0/+4
* drm/xe/oa: Remove WARN_ON's for unsupported configurationsAshutosh Dixit2024-06-201-1/+1
* drm/xe/oa: Call xe_oa_emit_oa_config() with new config when updating configJosé Roberto de Souza2024-06-201-6/+6
* drm/xe/oa: Fix potential NPD when OA is not initializedMichal Wajdeczko2024-06-201-6/+9
* drm/xe/oa: Enable Xe2+ overrun modeAshutosh Dixit2024-06-181-8/+27
* drm/xe/oa: Changes to OA_TAKENAshutosh Dixit2024-06-181-9/+13
* drm/xe/oa: Override GuC RC with OA on PVCAshutosh Dixit2024-06-181-0/+24
* drm/xe/oa: Add MMIO trigger supportAshutosh Dixit2024-06-181-1/+23
* drm/xe/oa/uapi: OA buffer mmapAshutosh Dixit2024-06-181-0/+46
* drm/xe/oa/uapi: Query OA unit propertiesAshutosh Dixit2024-06-181-0/+13
* drm/xe/oa: Add OAC supportAshutosh Dixit2024-06-181-3/+71
* drm/xe/oa: Add OAR supportAshutosh Dixit2024-06-181-0/+193
* drm/xe/oa/uapi: Read file_operationAshutosh Dixit2024-06-181-0/+201
* drm/xe/oa/uapi: Expose OA stream fdAshutosh Dixit2024-06-181-0/+380