Searched refs:QXL_GEM_DOMAIN_VRAM (Results 1 – 8 of 8) sorted by relevance
61 QXL_GEM_DOMAIN_VRAM, in qxl_mode_dumb_create()
265 false, QXL_GEM_DOMAIN_VRAM, NULL, &bo); in qxl_alloc_bo_reserved()514 int slot_id = surf->type == QXL_GEM_DOMAIN_VRAM ? qdev->main_mem_slot : qdev->surfaces_mem_slot; in qxl_hw_surface_alloc()
61 if (domain == QXL_GEM_DOMAIN_VRAM) in qxl_ttm_placement_from_domain()
41 u32 domain = QXL_GEM_DOMAIN_VRAM; in qxl_alloc_ioctl()
209 QXL_GEM_DOMAIN_VRAM, NULL, in qxl_release_bo_alloc()
374 int slot_id = bo->type == QXL_GEM_DOMAIN_VRAM ? qdev->main_mem_slot : qdev->surfaces_mem_slot; in qxl_bo_physical_address()
1046 QXL_GEM_DOMAIN_VRAM, in qxl_create_monitors_object()1058 ret = qxl_bo_pin(qdev->monitors_config_bo, QXL_GEM_DOMAIN_VRAM, NULL); in qxl_create_monitors_object()
38 #define QXL_GEM_DOMAIN_VRAM 1 macro