Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fence.c83 if (fence->context < drm->chan.context_base || in nouveau_local_fence()
84 fence->context >= drm->chan.context_base + drm->chan.nr) in nouveau_local_fence()
178 fctx->context = chan->drm->chan.context_base + chan->chid; in nouveau_fence_context_new()
Dnouveau_drv.h176 u64 context_base; member
Dnouveau_chan.c503 drm->chan.context_base = dma_fence_context_alloc(drm->chan.nr); in nouveau_channels_init()
/Linux-v4.19/drivers/crypto/
Dsahara.c217 u8 *context_base; member
1018 memcpy(dev->context_base, rctx->context, rctx->context_size); in sahara_sha_process()
1044 memcpy(rctx->context, dev->context_base, rctx->context_size); in sahara_sha_process()
1461 dev->context_base = dmam_alloc_coherent(&pdev->dev, in sahara_probe()
1464 if (!dev->context_base) { in sahara_probe()