aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/vc4/vc4_perfmon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-1/+6
2024-10-07drm/vc4: Use `vc4_perfmon_find()`Maíra Canal1-5/+1
2024-10-07drm/vc4: Stop the active perfmon before being destroyedMaíra Canal1-1/+6
2024-09-09drm/vc4: Make v3d paths unavailable on any generation newer than vc4Maxime Ripard1-10/+10
2024-09-09drm/vc4: Introduce generation number enumMaxime Ripard1-10/+10
2022-07-13drm/vc4: perfmon: Add missing mutex_destroyMaxime Ripard1-0/+1
2022-06-27drm/vc4: perfmon: Fix variable dereferenced before checkMaxime Ripard1-3/+6
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard1-1/+46
2020-11-06drm/vc4: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt1-0/+18
2019-02-06drm/vc4: Use struct_size() in kzalloc()Gustavo A. R. Silva1-1/+1
2018-02-10drm/vc4: Expose performance counters to userspaceBoris Brezillon1-0/+188