summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_oa.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-19drm/xe/oa: Allow reading after disabling OA streamAshutosh Dixit1-2/+5
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert '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
2025-12-18drm/xe/oa: Disallow 0 OA property valuesAshutosh Dixit1-1/+1
2025-12-18drm/xe/oa: Move default oa unit assignment earlier during stream openAshutosh Dixit1-4/+4
2025-12-17drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUMEAshutosh Dixit1-3/+4
2025-12-17drm/xe/oa/uapi: Expose MERT OA unitAshutosh Dixit1-3/+34
2025-12-16drm/xe/oa: Limit num_syncs to prevent oversized allocationsShuicheng Lin1-0/+3
2025-12-05drm/xe/rtp: Whitelist OAM MMIO trigger registersAshutosh Dixit1-4/+3
2025-12-05drm/xe/oa: Allow exec_queue's to be specified only for OAG OA unitAshutosh Dixit1-0/+4
2025-12-05drm/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-14drm/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-18drm/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-16drm/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-28drm/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-22/+35
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
2025-04-24Merge drm/drm-next into drm-xe-nextThomas Hellström1-2/+2
2025-03-29Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-60/+49
2025-03-26drm/xe: Add fault injection for xe_oa_alloc_regsNakshtra Goyal1-0/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-02-26drm/xe/oa: Refactor WAs to use XE_WA() macroAradhya Bhatia1-21/+9
2025-02-25drm/xe/oa: Allow oa_exponent value of 0Umesh Nerlige Ramappa1-2/+3
2025-02-25drm/xe/oa: Allow oa_exponent value of 0Umesh Nerlige Ramappa1-2/+3
2025-02-21drm/xe/oa: Ensure that polled read returns latest dataUmesh Nerlige Ramappa1-0/+1
2025-02-18drm/xe/oa: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-14drm/xe/oa: Handle errors in xe_oa_register()Lucas De Marchi1-15/+15
2025-02-14drm/xe/oa: Move fini to xe_oaLucas De Marchi1-24/+24
2025-02-03drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlockedAshutosh Dixit1-6/+3
2025-02-03drm/xe/oa: Preserve oa_ctrl unused bitsAshutosh Dixit1-2/+10
2025-01-24drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlockedAshutosh Dixit1-6/+3
2025-01-22Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-104/+69
2025-01-21drm/xe/oa: Preserve oa_ctrl unused bitsAshutosh Dixit1-2/+10
2025-01-15drm/xe/oa: Add missing VISACTL mux registersAshutosh Dixit1-0/+1
2025-01-14drm/xe/oa: Add missing VISACTL mux registersAshutosh Dixit1-0/+1
2025-01-02xe/oa: Fix query mode of operation for OAR/OACUmesh Nerlige Ramappa1-89/+45
2024-12-24xe/oa: Drop the unused logic to parse context imageUmesh Nerlige Ramappa1-88/+0
2024-12-24xe/oa: Fix query mode of operation for OAR/OACUmesh Nerlige Ramappa1-91/+45
2024-12-18drm/xe: Force write completion of MI_STORE_DATA_IMMJosé Roberto de Souza1-1/+3
2024-12-17drm/xe/oa/uapi: Expose an unblock after N reports OA propertyAshutosh Dixit1-4/+26