Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_crtc.c166 static const struct dma_fence_ops drm_crtc_fence_ops; variable
170 BUG_ON(fence->ops != &drm_crtc_fence_ops); in fence_to_crtc()
188 static const struct dma_fence_ops drm_crtc_fence_ops = { variable
201 dma_fence_init(fence, &drm_crtc_fence_ops, &crtc->fence_lock, in drm_crtc_create_fence()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_crtc.c169 static const struct dma_fence_ops drm_crtc_fence_ops; variable
173 BUG_ON(fence->ops != &drm_crtc_fence_ops); in fence_to_crtc()
191 static const struct dma_fence_ops drm_crtc_fence_ops = { variable
204 dma_fence_init(fence, &drm_crtc_fence_ops, &crtc->fence_lock, in drm_crtc_create_fence()

Completed in 3 milliseconds