summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d/v3d_perfmon.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-21drm/v3d: Stop active perfmon if it is being destroyedChristian Gmeiner1-0/+5
2025-02-08drm/v3d: Fix performance counter source settings on V3D 7.xMaíra Canal1-7/+8
2024-12-14drm/v3d: Enable Performance Counters before clearing themMaíra Canal1-1/+1
2024-10-07drm/v3d: Stop the active perfmon before being destroyedMaíra Canal1-1/+8
2024-07-13drm/v3d: Move perfmon init completely into own unitTvrtko Ursulin1-17/+23
2024-06-05drm/v3d: Fix perfmon build error/warningTvrtko Ursulin1-6/+198
2024-05-20drm/v3d: Create new IOCTL to expose performance counters informationMaíra Canal1-0/+33
2024-05-20drm/v3d: Different V3D versions can have different number of perfcntMaíra Canal1-1/+2
2022-11-10drm/v3d: add missing mutex_destroyMaíra Canal1-1/+5
2022-07-28drm/v3d: use idr_init_base() to initialize v3d_priv->perfmon.idrDanilo Krummrich1-1/+1
2022-04-26drm/v3d: Fix null pointer dereference of pointer perfmonColin Ian King1-1/+2
2021-07-21drm/v3d: Expose performance counters to userspaceJuan A. Suarez Romero1-0/+213