Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_fence.c82 if (fence->context < drm->chan.context_base || in nouveau_local_fence()
83 fence->context >= drm->chan.context_base + drm->chan.nr) in nouveau_local_fence()
177 fctx->context = chan->drm->chan.context_base + chan->chid; in nouveau_fence_context_new()
Dnouveau_drv.h175 u64 context_base; member
Dnouveau_chan.c532 drm->chan.context_base = dma_fence_context_alloc(drm->chan.nr); in nouveau_channels_init()
/Linux-v5.4/drivers/crypto/
Dsahara.c214 u8 *context_base; member
1014 memcpy(dev->context_base, rctx->context, rctx->context_size); in sahara_sha_process()
1040 memcpy(rctx->context, dev->context_base, rctx->context_size); in sahara_sha_process()
1452 dev->context_base = dmam_alloc_coherent(&pdev->dev, in sahara_probe()
1455 if (!dev->context_base) { in sahara_probe()