summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_oa.c
AgeCommit message (Expand)AuthorFilesLines
12 daysdrm/xe/oa: Remove sysfs entry on idr_alloc failure in xe_oa_add_config_ioctl()Lu Yao1-2/+4
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-4/+9
2026-08-13drm/xe/oa: Check managed mutex initialization errorsLinmao Li1-4/+5
2026-08-13drm/xe/oa: Fix sync entry leak on OA config emit failureLinmao Li1-0/+4
2026-07-02drm/xe/oa: (De-)whitelist OA registers on OA stream open/releaseAshutosh Dixit1-0/+7
2026-06-22drm/xe/oa: (De-)whitelist OA registers on OA stream open/releaseAshutosh Dixit1-0/+7
2026-05-28drm/xe: gate observation streams with perf_allow_cpu()John Hubbard1-10/+15
2026-05-19drm/xe/oa: Fix exec_queue leak on width check in stream openShuicheng Lin1-2/+4
2026-05-12drm/xe/oa: MERTOA Wa_14026779378Ashutosh Dixit1-0/+4
2026-05-12drm/xe/oa: Add val arg to xe_oa_is_valid_config_regAshutosh Dixit1-9/+9
2026-05-12drm/xe/oa: MERTOA Wa_14026746987Ashutosh Dixit1-1/+4
2026-05-12drm/xe/oa: Refactor oa_unit_supports_oa_formatAshutosh Dixit1-6/+7
2026-04-29drm/xe/oa: Implement Wa_14026633728Ashutosh Dixit1-1/+10
2026-04-29drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmapAshutosh Dixit1-17/+3
2026-04-29drm/xe/oa: Use xe_map layerAshutosh Dixit1-39/+58
2026-03-19Merge drm/drm-next into drm-xe-nextThomas Hellström1-19/+23
2026-03-17drm/xe/oa: Allow reading after disabling OA streamAshutosh Dixit1-2/+5
2026-03-17Merge tag 'drm-intel-next-2026-03-16' of https://gitlab.freedesktop.org/drm/i...Dave Airlie1-19/+23
2026-03-04drm/xe/oa: prefer REG_MASKED_FIELD_ENABLE() and REG_MASKED_FIELD_DISABLE()Jani Nikula1-14/+18
2026-03-04drm/{i915, xe}/reg: rename masked field helpers REG_MASKED_FIELD*()Jani Nikula1-19/+19
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-22/+2
2026-02-23drm/xe/pvc: Drop pre-prod workaroundsMatt Roper1-19/+0
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+7
2026-02-05drm/xe: Add a wrapper for SLPC set/unset paramsVinay Belgaumkar1-5/+4
2026-02-02drm/xe: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-12-17drm/xe/oa: Disallow 0 OA property valuesAshutosh Dixit1-1/+1
2025-12-17drm/xe/oa: Move default oa unit assignment earlier during stream openAshutosh Dixit1-4/+4
2025-12-16drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUMEAshutosh Dixit1-3/+4
2025-12-16drm/xe/oa/uapi: Expose MERT OA unitAshutosh Dixit1-3/+34
2025-12-15drm/xe/oa: Limit num_syncs to prevent oversized allocationsShuicheng Lin1-0/+3
2025-12-04drm/xe/rtp: Whitelist OAM MMIO trigger registersAshutosh Dixit1-4/+3
2025-12-04drm/xe/oa: Allow exec_queue's to be specified only for OAG OA unitAshutosh Dixit1-0/+4
2025-12-04drm/xe/oa: Use explicit struct initialization for struct xe_oa_regsAshutosh Dixit1-18/+20
2025-11-20drm/xe/oa: Fix potential UAF in xe_oa_add_config_ioctl()Sanjay Yadav1-3/+5
2025-11-13drm/xe/oa: Store forcewake reference in stream structureMatt Roper1-5/+4
2025-11-04drm/xe: Enforce correct user fence signaling order usingMatthew Brost1-15/+30
2025-10-17drm/xe/xe3p_lpm: Skip disabling NOA on unsupported IPsBalasubramani Vivekanandan1-1/+2
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström1-3/+3
2025-08-08drm/xe: rename XE_WA to XE_GT_WAMatt Atwood1-4/+4
2025-07-15drm/xe/oa: Fix static checker warning about null gtAshutosh Dixit1-1/+1
2025-07-14drm/xe: Introduce xe_gt_is_main_type helperMichal Wajdeczko1-3/+3
2025-06-27drm/xe: Drop bo->sizeMatthew Brost1-5/+5
2025-06-17drm/xe/oa: Enable OAM latency measurementAshutosh Dixit1-1/+11
2025-06-17drm/xe/oa: Assign hwe for OAM_SAGAshutosh Dixit1-21/+34
2025-06-17drm/xe/oa: Introduce stream->oa_unitAshutosh Dixit1-17/+34
2025-06-17drm/xe/oa: Print hwe to OA unit mappingAshutosh Dixit1-0/+32
2025-06-17drm/xe/oa/uapi: Expose media OA unitsAshutosh Dixit1-17/+51
2025-05-07drm/xe: Use copy_from_user() instead of __copy_from_user()Harish Chegondi1-3/+3