Searched refs:context_base (Results 1 – 5 of 5) sorted by relevance
572 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()
258 u64 context_base; member
196 fctx->context = chan->drm->runl[chan->runlist].context_base + chan->chid; in nouveau_fence_context_new()
134 void *context_base; in populate_shadow_context() local146 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() local980 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()
213 u8 *context_base; member966 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()