summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d
Commit message (Expand)AuthorAgeFilesLines
* 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
* | drm/v3d: Fix support for register debugging on the RPi 4Maíra Canal2024-01-091-10/+10
|/
* drm/v3d: Fix missing error code in v3d_submit_cpu_ioctl()Harshit Mogalapalli2023-12-041-0/+2
* drm/v3d: Create a CPU job extension for the copy performance query jobMaíra Canal2023-12-013-0/+148
* drm/v3d: Create a CPU job extension for the reset performance query jobMaíra Canal2023-12-013-0/+137
* drm/v3d: Create a CPU job extension to copy timestamp query to a bufferMaíra Canal2023-12-013-0/+145
* drm/v3d: Create a CPU job extension for the reset timestamp jobMaíra Canal2023-12-013-0/+74
* drm/v3d: Create a CPU job extension for the timestamp query jobMaíra Canal2023-12-013-1/+119
* drm/v3d: Create a CPU job extension for a indirect CSD jobMaíra Canal2023-12-013-4/+172
* drm/v3d: Enable BO mappingMaíra Canal2023-12-012-0/+22
* drm/v3d: Detach the CSD job BO setupMelissa Wen2023-12-011-26/+42
* drm/v3d: Create tracepoints to track the CPU jobMaíra Canal2023-12-013-0/+63
* drm/v3d: Use v3d_get_extensions() to parse CPU job dataMaíra Canal2023-12-011-11/+12
* drm/v3d: Add a CPU job submissionMelissa Wen2023-12-014-1/+162
* drm/v3d: Decouple job allocation from job initiationMaíra Canal2023-12-011-20/+44
* drm/v3d: Don't allow two multisync extensions in the same jobMaíra Canal2023-12-011-0/+5
* drm/v3d: Simplify job refcount handlingMelissa Wen2023-12-011-4/+5
* drm/v3d: Detach job submissions IOCTLs to a new specific fileMelissa Wen2023-12-014-741/+753
* drm/v3d: Move wait BO ioctl to the v3d_bo fileMelissa Wen2023-12-013-35/+35
* drm/v3d: Remove unused function headerMelissa Wen2023-12-011-2/+0
* drm/sched: implement dynamic job-flow controlDanilo Krummrich2023-11-101-1/+1
* drm/v3d: Expose the total GPU usage stats on sysfsMaíra Canal2023-11-067-3/+135
* drm/v3d: Implement show_fdinfo() callback for GPU usage statsMaíra Canal2023-11-065-1/+100
* drm/v3d: add brcm,2712-v3d as a compatible V3D deviceIago Toral Quiroga2023-11-021-0/+1
* drm/v3d: fix up register addresses for V3D 7.xIago Toral Quiroga2023-11-025-156/+204
* drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost2023-11-011-5/+5
* drm/v3d: wait for all jobs to finish before unregisteringMaíra Canal2023-10-301-0/+2
* drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov2023-10-261-0/+5
* drm/v3d: Annotate struct v3d_perfmon with __counted_byKees Cook2023-10-051-1/+1
* drm/v3d: Avoid -Wconstant-logical-operand in nsecs_to_jiffies_timeout()Nathan Chancellor2023-07-271-1/+1
* drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann2023-06-191-1/+0
* drm/v3d: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/v3d: Use drm_sched_job_add_syncobj_dependency()Maíra Canal2023-02-241-18/+8
* drm/v3d: replace open-coded implementation of drm_gem_object_lookupMaíra Canal2023-01-031-6/+1
* drm/v3d: use new debugfs device-centered functionsMaíra Canal2022-12-221-12/+10
* drm/v3d: replace obj lookup steps with drm_gem_objects_lookupMelissa Wen2022-12-181-46/+3
* drm/v3d: cleanup BOs properly when lookup_bos failsMelissa Wen2022-12-181-3/+3
* drm/v3d: add missing mutex_destroyMaíra Canal2022-11-101-1/+5
* drm/v3d: switch to drmm_mutex_initMaíra Canal2022-11-101-4/+13
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* drm/v3d: use idr_init_base() to initialize v3d_priv->perfmon.idrDanilo Krummrich2022-07-281-1/+1
* drm/v3d: Add support for bcm2711Peter Robinson2022-06-122-2/+4
* drm/v3d: Get rid of pm codePeter Robinson2022-06-123-39/+2
* drm/v3d: Fix null pointer dereference of pointer perfmonColin Ian King2022-04-261-1/+2