Searched refs:p_ddev (Results 1 – 1 of 1) sorted by relevance
267 struct drm_device *p_ddev; in amdgpu_xcp_dev_alloc() local277 ret = amdgpu_xcp_drm_dev_alloc(&p_ddev); in amdgpu_xcp_dev_alloc()288 adev->xcp_mgr->xcp[i].rdev = p_ddev->render->dev; in amdgpu_xcp_dev_alloc()292 p_ddev->render->dev = ddev; in amdgpu_xcp_dev_alloc()293 p_ddev->primary->dev = ddev; in amdgpu_xcp_dev_alloc()295 p_ddev->driver = &amdgpu_partition_driver; in amdgpu_xcp_dev_alloc()296 adev->xcp_mgr->xcp[i].ddev = p_ddev; in amdgpu_xcp_dev_alloc()393 struct drm_device *p_ddev; in amdgpu_xcp_dev_unplug() local403 p_ddev = adev->xcp_mgr->xcp[i].ddev; in amdgpu_xcp_dev_unplug()404 drm_dev_unplug(p_ddev); in amdgpu_xcp_dev_unplug()[all …]
Completed in 5 milliseconds