summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d
AgeCommit message (Expand)Author
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-23drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handlerMaíra Canal
2024-04-23drm/v3d: Decouple stats calculation from printingMaíra Canal
2024-04-23drm/v3d: Create function to update a set of GPU statsMaíra Canal
2024-04-23drm/v3d: Create a struct to store the GPU statsMaíra Canal
2024-04-23drm/v3d: Create two functions to update all GPU stats variablesMaíra Canal
2024-04-15drm/v3d: Don't increment `enabled_ns` twiceMaíra Canal
2024-02-23drm/v3d: Enable V3D to use different PAGE_SIZEMaíra Canal
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2024-01-11drm/v3d: Show the memory-management stats on debugfsMaíra Canal
2024-01-11drm/v3d: Free the job and assign it to NULL if initialization failsMaíra Canal
2024-01-09drm/v3d: Fix support for register debugging on the RPi 4Maíra Canal
2023-12-04drm/v3d: Fix missing error code in v3d_submit_cpu_ioctl()Harshit Mogalapalli
2023-12-01drm/v3d: Create a CPU job extension for the copy performance query jobMaíra Canal
2023-12-01drm/v3d: Create a CPU job extension for the reset performance query jobMaíra Canal
2023-12-01drm/v3d: Create a CPU job extension to copy timestamp query to a bufferMaíra Canal
2023-12-01drm/v3d: Create a CPU job extension for the reset timestamp jobMaíra Canal
2023-12-01drm/v3d: Create a CPU job extension for the timestamp query jobMaíra Canal
2023-12-01drm/v3d: Create a CPU job extension for a indirect CSD jobMaíra Canal
2023-12-01drm/v3d: Enable BO mappingMaíra Canal
2023-12-01drm/v3d: Detach the CSD job BO setupMelissa Wen
2023-12-01drm/v3d: Create tracepoints to track the CPU jobMaíra Canal
2023-12-01drm/v3d: Use v3d_get_extensions() to parse CPU job dataMaíra Canal
2023-12-01drm/v3d: Add a CPU job submissionMelissa Wen
2023-12-01drm/v3d: Decouple job allocation from job initiationMaíra Canal
2023-12-01drm/v3d: Don't allow two multisync extensions in the same jobMaíra Canal
2023-12-01drm/v3d: Simplify job refcount handlingMelissa Wen
2023-12-01drm/v3d: Detach job submissions IOCTLs to a new specific fileMelissa Wen
2023-12-01drm/v3d: Move wait BO ioctl to the v3d_bo fileMelissa Wen
2023-12-01drm/v3d: Remove unused function headerMelissa Wen
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich
2023-11-06drm/v3d: Expose the total GPU usage stats on sysfsMaíra Canal
2023-11-06drm/v3d: Implement show_fdinfo() callback for GPU usage statsMaíra Canal
2023-11-02drm/v3d: add brcm,2712-v3d as a compatible V3D deviceIago Toral Quiroga
2023-11-02drm/v3d: fix up register addresses for V3D 7.xIago Toral Quiroga
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost
2023-10-30drm/v3d: wait for all jobs to finish before unregisteringMaíra Canal
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov
2023-10-05drm/v3d: Annotate struct v3d_perfmon with __counted_byKees Cook
2023-07-27drm/v3d: Avoid -Wconstant-logical-operand in nsecs_to_jiffies_timeout()Nathan Chancellor
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann
2023-06-08drm/v3d: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-24drm/v3d: Use drm_sched_job_add_syncobj_dependency()Maíra Canal
2023-01-03drm/v3d: replace open-coded implementation of drm_gem_object_lookupMaíra Canal
2022-12-22drm/v3d: use new debugfs device-centered functionsMaíra Canal
2022-12-18drm/v3d: replace obj lookup steps with drm_gem_objects_lookupMelissa Wen
2022-12-18drm/v3d: cleanup BOs properly when lookup_bos failsMelissa Wen
2022-11-10drm/v3d: add missing mutex_destroyMaíra Canal