Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_chan.c572 drm->runl[i].context_base = dma_fence_context_alloc(drm->runl[i].chan_nr); in nouveau_channels_init()
577 drm->runl[0].context_base = dma_fence_context_alloc(drm->chan_nr); in nouveau_channels_init()
579 drm->runl[i].context_base = drm->runl[0].context_base; in nouveau_channels_init()
Dnouveau_drv.h258 u64 context_base; member
Dnouveau_fence.c196 fctx->context = chan->drm->runl[chan->runlist].context_base + chan->chid; in nouveau_fence_context_new()
/linux-6.6.21/drivers/gpu/drm/i915/gvt/
Dscheduler.c134 void *context_base; in populate_shadow_context() local
146 context_base = (void *) ctx->lrc_reg_state - in populate_shadow_context()
236 dst = context_base + (i << I915_GTT_PAGE_SHIFT); in populate_shadow_context()
251 dst = context_base + (i << I915_GTT_PAGE_SHIFT); in populate_shadow_context()
942 void *context_base; in update_guest_context() local
980 context_base = (void *) ctx->lrc_reg_state - in update_guest_context()
998 src = context_base + (i << I915_GTT_PAGE_SHIFT); in update_guest_context()
1013 src = context_base + (i << I915_GTT_PAGE_SHIFT); in update_guest_context()
/linux-6.6.21/drivers/crypto/
Dsahara.c213 u8 *context_base; member
966 memcpy(dev->context_base, rctx->context, rctx->context_size); in sahara_sha_process()
996 memcpy(rctx->context, dev->context_base, rctx->context_size); in sahara_sha_process()
1395 dev->context_base = dmam_alloc_coherent(&pdev->dev, in sahara_probe()
1398 if (!dev->context_base) { in sahara_probe()