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