Searched refs:p_ddev (Results 1 – 1 of 1) sorted by relevance
252 struct drm_device *p_ddev; in amdgpu_xcp_dev_alloc() local262 ret = amdgpu_xcp_drm_dev_alloc(&p_ddev); in amdgpu_xcp_dev_alloc()272 adev->xcp_mgr->xcp[i].rdev = p_ddev->render->dev; in amdgpu_xcp_dev_alloc()276 p_ddev->render->dev = ddev; in amdgpu_xcp_dev_alloc()277 p_ddev->primary->dev = ddev; in amdgpu_xcp_dev_alloc()279 p_ddev->driver = &amdgpu_partition_driver; in amdgpu_xcp_dev_alloc()280 adev->xcp_mgr->xcp[i].ddev = p_ddev; in amdgpu_xcp_dev_alloc()369 struct drm_device *p_ddev; in amdgpu_xcp_dev_unplug() local379 p_ddev = adev->xcp_mgr->xcp[i].ddev; in amdgpu_xcp_dev_unplug()380 drm_dev_unplug(p_ddev); in amdgpu_xcp_dev_unplug()[all …]
Completed in 9 milliseconds