Lines Matching +full:resource +full:- +full:files
5 * copy of this software and associated documentation files (the "Software"),
30 * Definitions taken from spice-protocol, plus kernel driver specific bits.
33 #include <linux/iosys-map.h>
34 #include <linux/dma-fence.h>
143 * spice-protocol/qxl_dev.h */
171 struct drm_info_list *files; member
284 (bo->tbo.resource->mem_type == TTM_PL_VRAM) in qxl_bo_physical_address()
285 ? &qdev->main_slot : &qdev->surfaces_slot; in qxl_bo_physical_address()
287 /* TODO - need to hold one of the locks to read bo->tbo.resource->start */ in qxl_bo_physical_address()
289 return slot->high_bits | ((bo->tbo.resource->start << PAGE_SHIFT) + offset); in qxl_bo_physical_address()
429 struct drm_info_list *files,