• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/

Lines Matching defs:tfile

303 	struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
316 if (ctx->base.tfile != tfile && !ctx->base.shareable) {
321 ttm_ref_object_base_unref(tfile, ctx->base.hash.key, TTM_REF_USAGE);
335 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
343 ctx->base.tfile = NULL;
350 ret = ttm_base_object_init(tfile, &ctx->base, false, VMW_RES_CONTEXT,
366 struct ttm_object_file *tfile,
377 if (ctx->base.tfile != tfile && !ctx->base.shareable)
496 struct ttm_object_file *tfile,
505 base = ttm_base_object_lookup(tfile, handle);
550 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
552 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE);
568 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
630 user_srf->base.tfile = NULL;
642 ret = ttm_base_object_init(tfile, &user_srf->base,
672 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
679 base = ttm_base_object_lookup(tfile, req->sid);
691 ret = ttm_ref_object_add(tfile, &user_srf->base, TTM_REF_USAGE, NULL);
719 struct ttm_object_file *tfile,
727 base = ttm_base_object_lookup(tfile, handle);
885 ret = ttm_base_object_init(vmw_fpriv(file_priv)->tfile,
911 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile,
956 int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile,
962 base = ttm_base_object_lookup(tfile, handle);
1101 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1114 if (stream->base.tfile != tfile) {
1119 ttm_ref_object_base_unref(tfile, stream->base.hash.key, TTM_REF_USAGE);
1133 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1141 stream->base.tfile = NULL;
1148 ret = ttm_base_object_init(tfile, &stream->base, false, VMW_RES_STREAM,
1163 struct ttm_object_file *tfile,
1180 if (stream->base.tfile != tfile) {