Searched refs:compute_data (Results 1 – 2 of 2) sorted by relevance
69 radeon_bo_reference(&aws->dummy_sws.base, &userq->compute_data.eop_bo, NULL); in amdgpu_userq_deinit()123 userq->compute_data.eop_bo = amdgpu_bo_create(aws, aws->info.gart_page_size, 256, in amdgpu_userq_init()126 if (!userq->compute_data.eop_bo) in amdgpu_userq_init()129 compute_mqd.eop_va = amdgpu_bo_get_va(userq->compute_data.eop_bo); in amdgpu_userq_init()
76 struct amdgpu_userq_compute_data compute_data; member