Home
last modified time | relevance | path

Searched refs:drm_sched_backend_ops (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/include/drm/
Dgpu_scheduler.h215 struct drm_sched_backend_ops { struct
274 const struct drm_sched_backend_ops *ops;
294 const struct drm_sched_backend_ops *ops,
/Linux-v5.10/drivers/gpu/drm/v3d/
Dv3d_sched.c357 static const struct drm_sched_backend_ops v3d_bin_sched_ops = {
364 static const struct drm_sched_backend_ops v3d_render_sched_ops = {
371 static const struct drm_sched_backend_ops v3d_tfu_sched_ops = {
378 static const struct drm_sched_backend_ops v3d_csd_sched_ops = {
385 static const struct drm_sched_backend_ops v3d_cache_clean_sched_ops = {
/Linux-v5.10/drivers/gpu/drm/etnaviv/
Detnaviv_sched.c137 static const struct drm_sched_backend_ops etnaviv_sched_ops = {
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.c282 const struct drm_sched_backend_ops amdgpu_sched_ops = {
Damdgpu.h450 extern const struct drm_sched_backend_ops amdgpu_sched_ops;
/Linux-v5.10/drivers/gpu/drm/lima/
Dlima_sched.c469 static const struct drm_sched_backend_ops lima_sched_ops = {
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_job.c431 static const struct drm_sched_backend_ops panfrost_sched_ops = {
/Linux-v5.10/drivers/gpu/drm/scheduler/
Dsched_main.c843 const struct drm_sched_backend_ops *ops, in drm_sched_init()