Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_crtc.c206 static const struct dma_fence_ops drm_crtc_fence_ops; variable
210 BUG_ON(fence->ops != &drm_crtc_fence_ops); in fence_to_crtc()
228 static const struct dma_fence_ops drm_crtc_fence_ops = { variable
241 dma_fence_init(fence, &drm_crtc_fence_ops, &crtc->fence_lock, in drm_crtc_create_fence()