Lines Matching defs:gpu
336 * access to a VRAM carveout big enough for all gpu
577 if (!priv->gpu)
578 priv->gpu = adreno_load_gpu(dev);
596 ctx->aspace = msm_gpu_create_private_address_space(priv->gpu, current);
606 /* For now, load gpu on open.. to avoid the requirement of having
703 struct msm_gpu *gpu;
706 * be more clever to dispatch to appropriate gpu module:
711 gpu = priv->gpu;
713 if (!gpu)
716 return gpu->funcs->get_param(gpu, args->param, &args->value);
787 if (!priv->gpu)
881 struct msm_gpu *gpu = priv->gpu;
889 if (!gpu)
896 ret = msm_wait_fence(gpu->rb[queue->prio]->fctx, args->fence, &timeout,
1243 * We don't know what's the best binding to link the gpu with the drm device.