summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d
AgeCommit message (Expand)AuthorFilesLines
4 daysdrm/v3d: Stop the active perfmon before being destroyedMaíra Canal1-1/+8
11 daysdrm/v3d: Prevent out of bounds access in performance query extensionsTvrtko Ursulin1-0/+6
2024-08-28drm/v3d: Disable preemption while updating GPU statsTvrtko Ursulin1-0/+6
2024-08-12drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`Maíra Canal1-3/+11
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard5-10/+300
2024-07-18drm/v3d: Validate passed in drm syncobj handles in the performance extensionTvrtko Ursulin1-0/+8
2024-07-18drm/v3d: Validate passed in drm syncobj handles in the timestamp extensionTvrtko Ursulin1-0/+12
2024-07-18drm/v3d: Fix potential memory leak in the performance extensionTvrtko Ursulin3-26/+50
2024-07-18drm/v3d: Fix potential memory leak in the timestamp extensionTvrtko Ursulin3-19/+48
2024-07-18drm/v3d: Prevent out of bounds access in performance query extensionsTvrtko Ursulin1-0/+6
2024-07-15drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and laterMaíra Canal1-3/+13
2024-07-15drm/v3d: Add V3D tech revision to the device informationMaíra Canal2-4/+9
2024-06-05drm/v3d: Fix perfmon build error/warningTvrtko Ursulin4-195/+205
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+1
2024-05-20drm/v3d: Use V3D_MAX_COUNTERS instead of V3D_PERFCNT_NUMMaíra Canal2-2/+5
2024-05-20drm/v3d: Create new IOCTL to expose performance counters informationMaíra Canal3-0/+36
2024-05-20drm/v3d: Create a new V3D parameter for the maximum number of perfcntMaíra Canal1-0/+3
2024-05-20drm/v3d: Different V3D versions can have different number of perfcntMaíra Canal3-1/+14
2024-05-20drm/v3d: Add Performance Counters descriptions for V3D 4.2 and 7.1Maíra Canal2-0/+210
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-24drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handlerMaíra Canal4-4/+25
2024-04-24drm/v3d: Decouple stats calculation from printingMaíra Canal3-12/+21
2024-04-24drm/v3d: Create function to update a set of GPU statsMaíra Canal1-7/+10
2024-04-24drm/v3d: Create a struct to store the GPU statsMaíra Canal5-32/+39
2024-04-24drm/v3d: Create two functions to update all GPU stats variablesMaíra Canal3-89/+40
2024-04-15drm/v3d: Don't increment `enabled_ns` twiceMaíra Canal1-4/+0
2024-02-23drm/v3d: Enable V3D to use different PAGE_SIZEMaíra Canal5-10/+10
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+15
2024-01-11drm/v3d: Show the memory-management stats on debugfsMaíra Canal1-0/+15
2024-01-11drm/v3d: Free the job and assign it to NULL if initialization failsMaíra Canal1-7/+28
2024-01-09drm/v3d: Fix support for register debugging on the RPi 4Maíra Canal1-10/+10
2023-12-05drm/v3d: Fix missing error code in v3d_submit_cpu_ioctl()Harshit Mogalapalli1-0/+2
2023-12-01drm/v3d: Create a CPU job extension for the copy performance query jobMaíra Canal3-0/+148
2023-12-01drm/v3d: Create a CPU job extension for the reset performance query jobMaíra Canal3-0/+137
2023-12-01drm/v3d: Create a CPU job extension to copy timestamp query to a bufferMaíra Canal3-0/+145
2023-12-01drm/v3d: Create a CPU job extension for the reset timestamp jobMaíra Canal3-0/+74
2023-12-01drm/v3d: Create a CPU job extension for the timestamp query jobMaíra Canal3-1/+119
2023-12-01drm/v3d: Create a CPU job extension for a indirect CSD jobMaíra Canal3-4/+172
2023-12-01drm/v3d: Enable BO mappingMaíra Canal2-0/+22
2023-12-01drm/v3d: Detach the CSD job BO setupMelissa Wen1-26/+42
2023-12-01drm/v3d: Create tracepoints to track the CPU jobMaíra Canal3-0/+63
2023-12-01drm/v3d: Use v3d_get_extensions() to parse CPU job dataMaíra Canal1-11/+12
2023-12-01drm/v3d: Add a CPU job submissionMelissa Wen4-1/+162
2023-12-01drm/v3d: Decouple job allocation from job initiationMaíra Canal1-20/+44
2023-12-01drm/v3d: Don't allow two multisync extensions in the same jobMaíra Canal1-0/+5
2023-12-01drm/v3d: Simplify job refcount handlingMelissa Wen1-4/+5
2023-12-01drm/v3d: Detach job submissions IOCTLs to a new specific fileMelissa Wen4-741/+753
2023-12-01drm/v3d: Move wait BO ioctl to the v3d_bo fileMelissa Wen3-35/+35
2023-12-01drm/v3d: Remove unused function headerMelissa Wen1-2/+0