Lines Matching refs:ttm
32 #include <drm/ttm/ttm_bo_api.h>
33 #include <drm/ttm/ttm_bo_driver.h>
34 #include <drm/ttm/ttm_module.h>
35 #include <drm/ttm/ttm_page_alloc.h>
36 #include <drm/ttm/ttm_placement.h>
102 struct ttm_tt ttm;
108 struct ttm_tt *ttm,
111 struct qxl_ttm_tt *gtt = (void *)ttm;
114 if (!ttm->num_pages) {
116 ttm->num_pages, bo_mem, ttm);
123 struct ttm_tt *ttm)
129 struct ttm_tt *ttm)
131 struct qxl_ttm_tt *gtt = (void *)ttm;
133 ttm_tt_destroy_common(bdev, ttm);
134 ttm_tt_fini(>t->ttm);
149 if (ttm_tt_init(>t->ttm, bo, page_flags)) {
153 return >t->ttm;
167 if (old_mem->mem_type == TTM_PL_SYSTEM && bo->ttm == NULL) {
251 DRM_INFO("qxl: ttm finalized\n");