Lines Matching defs:amdgpu_bo_param
48 struct amdgpu_bo_param { struct49 unsigned long size;50 int byte_align;51 u32 bo_ptr_size;52 u32 domain;53 u32 preferred_domain;54 u64 flags;55 enum ttm_bo_type type;56 bool no_wait_gpu;57 struct dma_resv *resv;58 void (*destroy)(struct ttm_buffer_object *bo);60 int8_t xcp_id_plus1;