Lines Matching defs:gpu
331 * access to a VRAM carveout big enough for all gpu
580 if (!priv->gpu)
581 priv->gpu = adreno_load_gpu(dev);
602 ctx->aspace = msm_gpu_create_private_address_space(priv->gpu, current);
612 /* For now, load gpu on open.. to avoid the requirement of having
632 * It is not possible to set sysprof param to non-zero if gpu
635 if (priv->gpu)
636 msm_file_private_set_sysprof(ctx, priv->gpu, 0);
672 struct msm_gpu *gpu;
675 * be more clever to dispatch to appropriate gpu module:
680 gpu = priv->gpu;
682 if (!gpu)
685 return gpu->funcs->get_param(gpu, file->driver_priv,
694 struct msm_gpu *gpu;
699 gpu = priv->gpu;
701 if (!gpu)
704 return gpu->funcs->set_param(gpu, file->driver_priv,
792 if (!priv->gpu)
812 if (!priv->gpu)
816 if (priv->gpu->aspace == ctx->aspace)
973 if (!priv->gpu)
1065 if (!priv->gpu)
1068 msm_gpu_show_fdinfo(priv->gpu, file->driver_priv, p);
1188 * We don't know what's the best binding to link the gpu with the drm device.