aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/v3d/v3d_perfmon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-23drm/v3d: Associate a V3D tech revision to all supported devicesMaíra Canal1-2/+2
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-06Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie1-1/+1
2024-12-05drm/v3d: Enable Performance Counters before clearing themMaíra Canal1-1/+1
2024-12-04drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBALChristian Gmeiner1-0/+37
2024-11-22drm/v3d: Stop active perfmon if it is being destroyedChristian Gmeiner1-0/+5
2024-11-11drm/v3d: Fix performance counter source settings on V3D 7.xMaíra Canal1-7/+8
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-1/+8
2024-10-07drm/v3d: Stop the active perfmon before being destroyedMaíra Canal1-1/+8
2024-09-24drm/v3d: Use v3d_perfmon_find()Christian Gmeiner1-5/+1
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