summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d/v3d_sched.c
AgeCommit message (Expand)Author
2024-04-23drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handlerMaí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
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: Create tracepoints to track the CPU jobMaíra Canal
2023-12-01drm/v3d: Add a CPU job submissionMelissa Wen
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: 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-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov
2022-03-01drm/v3d: centralize error handling when init scheduler failsMelissa Wen
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu
2021-08-30drm/v3d: Use scheduler dependency handlingDaniel Vetter
2021-08-30drm/v3d: Move drm_sched_job_init to v3d_job_initDaniel Vetter
2021-07-21drm/v3d: Expose performance counters to userspaceJuan A. Suarez Romero
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon
2021-02-05drm/scheduler: provide scheduler score externallyChristian König
2021-02-02drm/v3d/v3d_sched: fix scheduler callbacks return statusChristian König
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov
2020-11-18drm/v3d/v3d_sched: Demote non-conformant kernel-doc headerLee Jones
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab
2020-04-28drm/v3d: Delete v3d_dev->devDaniel Vetter
2019-05-02drm/scheduler: rework job destructionChristian König
2019-04-18drm/v3d: Add missing implicit synchronization.Eric Anholt
2019-04-18drm/v3d: Add support for compute shader dispatch.Eric Anholt
2019-04-18drm/v3d: Refactor job management.Eric Anholt
2019-04-01drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt
2019-03-14drm/v3d: Fix calling drm_sched_resubmit_jobs for same sched.Andrey Grodzovsky
2019-01-25drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky
2018-11-30drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-11-27drm/v3d: Update a comment about what uses v3d_job_dependency().Eric Anholt
2018-11-05drm/scheduler: Add drm_sched_job_cleanupSharat Masetty
2018-11-05drm/sched: make sure timer is restartedChristian König
2018-09-27drm/scheduler: remove timeout work_struct from drm_sched_job (v3)Nayan Deshmukh
2018-07-05drm/v3d: Fix a grammar nit in the scheduler docs.Eric Anholt
2018-07-05drm/v3d: Delay the scheduler timeout if we're still making progress.Eric Anholt
2018-05-21drm/v3d: Checking for NULL vs IS_ERR()Dan Carpenter
2018-05-03drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt