Searched refs:p_ddev (Results 1 – 1 of 1) sorted by relevance
231 struct drm_device *p_ddev; in amdgpu_xcp_dev_alloc() local241 ret = amdgpu_xcp_drm_dev_alloc(&p_ddev); in amdgpu_xcp_dev_alloc()251 adev->xcp_mgr->xcp[i].rdev = p_ddev->render->dev; in amdgpu_xcp_dev_alloc()255 p_ddev->render->dev = ddev; in amdgpu_xcp_dev_alloc()256 p_ddev->primary->dev = ddev; in amdgpu_xcp_dev_alloc()258 p_ddev->driver = &amdgpu_partition_driver; in amdgpu_xcp_dev_alloc()259 adev->xcp_mgr->xcp[i].ddev = p_ddev; in amdgpu_xcp_dev_alloc()349 struct drm_device *p_ddev; in amdgpu_xcp_dev_unplug() local359 p_ddev = adev->xcp_mgr->xcp[i].ddev; in amdgpu_xcp_dev_unplug()360 drm_dev_unplug(p_ddev); in amdgpu_xcp_dev_unplug()[all …]