HomeSort by: relevance | last modified time | path
    Searched defs:cotable_acc_size (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cotable.c 547 static size_t cotable_acc_size; variable in typeref:typename:size_t
559 ttm_mem_global_free(vmw_mem_glob(dev_priv), cotable_acc_size);
582 if (unlikely(cotable_acc_size == 0))
583 cotable_acc_size = ttm_round_pot(sizeof(struct vmw_cotable));
586 cotable_acc_size, &ttm_opt_ctx);
624 ttm_mem_global_free(vmw_mem_glob(dev_priv), cotable_acc_size);

Completed in 13 milliseconds