Home
last modified time | relevance | path

Searched refs:DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_sched.c149 stype != DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) in sync_find_fence()
152 if (stype == DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) in sync_find_fence()
218 stype != DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) { in nouveau_job_fence_attach_prepare()
232 if (stype == DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) { in nouveau_job_fence_attach_prepare()
260 if (stype == DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) { in nouveau_job_fence_attach()
/linux-6.12.1/include/uapi/drm/
Dnouveau_drm.h237 #define DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ 0x1 macro