summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d
AgeCommit message (Expand)AuthorLines
2024-10-07drm/v3d: Stop the active perfmon before being destroyedMaíra Canal-1/+8
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-202/+223
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter-0/+6
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner-48/+141
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-1/+1
2024-08-28drm/v3d: Disable preemption while updating GPU statsTvrtko Ursulin-0/+6
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter-3/+11
2024-08-12drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`Maíra Canal-3/+11
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-202/+223
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard-10/+300
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann-7/+22
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König-1/+1
2024-07-18drm/v3d: Validate passed in drm syncobj handles in the performance extensionTvrtko Ursulin-0/+8
2024-07-18drm/v3d: Validate passed in drm syncobj handles in the timestamp extensionTvrtko Ursulin-0/+12
2024-07-18drm/v3d: Fix potential memory leak in the performance extensionTvrtko Ursulin-26/+50
2024-07-18drm/v3d: Fix potential memory leak in the timestamp extensionTvrtko Ursulin-19/+48
2024-07-18drm/v3d: Prevent out of bounds access in performance query extensionsTvrtko Ursulin-0/+6
2024-07-15drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and laterMaíra Canal-3/+13
2024-07-15drm/v3d: Add V3D tech revision to the device informationMaíra Canal-4/+9
2024-07-13drm/v3d: Expose memory stats through fdinfoMaíra Canal-0/+14
2024-07-13drm/v3d: Add some local variables in queries/extensionsTvrtko Ursulin-39/+49
2024-07-13drm/v3d: Prefer get_user for scalar typesTvrtko Ursulin-5/+5
2024-07-13drm/v3d: Move perfmon init completely into own unitTvrtko Ursulin-33/+38
2024-07-13drm/v3d: Do not use intermediate storage when copying performance query resultsTvrtko Ursulin-21/+36
2024-07-13drm/v3d: Size the kperfmon_ids array at runtimeTvrtko Ursulin-12/+15
2024-07-13drm/v3d: Move part of copying of reset/copy performance extension to a helperTvrtko Ursulin-84/+68
2024-07-13drm/v3d: Validate passed in drm syncobj handles in the performance extensionTvrtko Ursulin-0/+8
2024-07-13drm/v3d: Validate passed in drm syncobj handles in the timestamp extensionTvrtko Ursulin-0/+12
2024-07-13drm/v3d: Fix potential memory leak in the performance extensionTvrtko Ursulin-26/+50
2024-07-13drm/v3d: Fix potential memory leak in the timestamp extensionTvrtko Ursulin-19/+48
2024-07-13drm/v3d: Prevent out of bounds access in performance query extensionsTvrtko Ursulin-0/+6
2024-06-05drm/v3d: Fix perfmon build error/warningTvrtko Ursulin-195/+205
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard-0/+1
2024-05-20drm/v3d: Use V3D_MAX_COUNTERS instead of V3D_PERFCNT_NUMMaíra Canal-2/+5
2024-05-20drm/v3d: Create new IOCTL to expose performance counters informationMaíra Canal-0/+36
2024-05-20drm/v3d: Create a new V3D parameter for the maximum number of perfcntMaíra Canal-0/+3
2024-05-20drm/v3d: Different V3D versions can have different number of perfcntMaíra Canal-1/+14
2024-05-20drm/v3d: Add Performance Counters descriptions for V3D 4.2 and 7.1Maíra Canal-0/+210
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+1
2024-04-23drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handlerMaíra Canal-4/+25
2024-04-23drm/v3d: Decouple stats calculation from printingMaíra Canal-12/+21
2024-04-23drm/v3d: Create function to update a set of GPU statsMaíra Canal-7/+10
2024-04-23drm/v3d: Create a struct to store the GPU statsMaíra Canal-32/+39
2024-04-23drm/v3d: Create two functions to update all GPU stats variablesMaíra Canal-89/+40
2024-04-15drm/v3d: Don't increment `enabled_ns` twiceMaíra Canal-4/+0
2024-02-23drm/v3d: Enable V3D to use different PAGE_SIZEMaíra Canal-10/+10
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+15
2024-01-11drm/v3d: Show the memory-management stats on debugfsMaíra Canal-0/+15
2024-01-11drm/v3d: Free the job and assign it to NULL if initialization failsMaíra Canal-7/+28