aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-23drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handlerMaíra Canal1-0/+7
2024-04-23drm/v3d: Decouple stats calculation from printingMaíra Canal1-0/+4
2024-04-23drm/v3d: Create a struct to store the GPU statsMaíra Canal1-8/+10
2024-04-23drm/v3d: Create two functions to update all GPU stats variablesMaíra Canal1-0/+1
2024-02-23drm/v3d: Enable V3D to use different PAGE_SIZEMaíra Canal1-0/+2
2023-12-01drm/v3d: Create a CPU job extension for the copy performance query jobMaíra Canal1-0/+1
2023-12-01drm/v3d: Create a CPU job extension for the reset performance query jobMaíra Canal1-0/+28
2023-12-01drm/v3d: Create a CPU job extension to copy timestamp query to a bufferMaíra Canal1-0/+20
2023-12-01drm/v3d: Create a CPU job extension for the reset timestamp jobMaíra Canal1-0/+1
2023-12-01drm/v3d: Create a CPU job extension for the timestamp query jobMaíra Canal1-0/+17
2023-12-01drm/v3d: Create a CPU job extension for a indirect CSD jobMaíra Canal1-1/+30
2023-12-01drm/v3d: Enable BO mappingMaíra Canal1-0/+4
2023-12-01drm/v3d: Add a CPU job submissionMelissa Wen1-1/+15
2023-12-01drm/v3d: Detach job submissions IOCTLs to a new specific fileMelissa Wen1-5/+7
2023-12-01drm/v3d: Move wait BO ioctl to the v3d_bo fileMelissa Wen1-2/+2
2023-12-01drm/v3d: Remove unused function headerMelissa Wen1-2/+0
2023-11-06drm/v3d: Expose the total GPU usage stats on sysfsMaíra Canal1-0/+8
2023-11-06drm/v3d: Implement show_fdinfo() callback for GPU usage statsMaíra Canal1-0/+23
2023-10-05drm/v3d: Annotate struct v3d_perfmon with __counted_byKees Cook1-1/+1
2023-07-27drm/v3d: Avoid -Wconstant-logical-operand in nsecs_to_jiffies_timeout()Nathan Chancellor1-1/+1
2021-10-04drm/v3d: add multiple syncobjs supportMelissa Wen1-9/+15
2021-08-30drm/v3d: Use scheduler dependency handlingDaniel Vetter1-5/+0
2021-08-30drm/v3d: Move drm_sched_job_init to v3d_job_initDaniel Vetter1-0/+1
2021-07-21drm/v3d: Expose performance counters to userspaceJuan A. Suarez Romero1-0/+63
2020-04-28drm/v3d: Delete v3d_dev->pdevDaniel Vetter1-1/+2
2020-04-28drm/v3d: Delete v3d_dev->devDaniel Vetter1-2/+0
2020-04-28drm/v3d: Don't set drm_device->dev_privateDaniel Vetter1-1/+1
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-1/+1
2020-03-04drm/v3d: Replace wait_for macros to remove use of msleepJames Hughes1-13/+28
2019-07-17drm/v3d: drop use of drmP.hSam Ravnborg1-2/+11
2019-05-16drm/v3d: Fix and extend MMU error handling.Eric Anholt1-0/+2
2019-04-18drm/v3d: Add missing implicit synchronization.Eric Anholt1-7/+4
2019-04-18drm/v3d: Add support for compute shader dispatch.Eric Anholt1-1/+27
2019-04-18drm/v3d: Refactor job management.Eric Anholt1-38/+39
2019-04-18drm/v3d: Switch the type of job-> to reduce casting.Eric Anholt1-2/+2
2019-04-01drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt1-2/+2
2019-03-14drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt1-11/+3
2019-03-14drm/v3d: Remove some dead members of struct v3d_bo.Eric Anholt1-9/+0
2019-03-08drm/v3d: Add support for V3D v4.2.Eric Anholt1-0/+2
2019-03-08drm/v3d: Handle errors from IRQ setup.Eric Anholt1-1/+1
2019-02-19drm: v3d: Switch to use drm_gem_object reservation_objectRob Herring1-6/+0
2018-12-07drm/v3d: Drop unused v3d_flush_caches().Eric Anholt1-1/+0
2018-11-30drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt1-5/+27
2018-10-15drm/v3d: Fix a use-after-free race accessing the scheduler's fences.Eric Anholt1-0/+5
2018-07-05drm/v3d: Delay the scheduler timeout if we're still making progress.Eric Anholt1-0/+2
2018-07-05drm/v3d: use new return type vm_fault_t in v3d_gem_faultSouptick Joarder1-1/+2
2018-06-21drm/v3d: Remove the bad signaled() implementation.Eric Anholt1-1/+0
2018-06-21drm/v3d: Take a lock across GPU scheduler job creation and queuing.Eric Anholt1-0/+5
2018-05-03drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt1-0/+294