Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.h43 struct nouveau_bo *nv50_display_crtc_sema(struct drm_device *, int head);
Dnv84_fence.c119 struct nouveau_bo *bo = nv50_display_crtc_sema(dev, i); in nv84_fence_context_del()
159 struct nouveau_bo *bo = nv50_display_crtc_sema(chan->drm->dev, i); in nv84_fence_context_new()
Dnv50_fence.c65 struct nouveau_bo *bo = nv50_display_crtc_sema(dev, i); in nv50_fence_context_new()
Dnv50_display.c494 nv50_display_crtc_sema(struct drm_device *dev, int crtc) in nv50_display_crtc_sema() function