Home
last modified time | relevance | path

Searched refs:xcp_dev (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c48 static struct xcp_device *xcp_dev[MAX_XCP_PLATFORM_DEVICE]; variable
64 if (!xcp_dev[i]) in amdgpu_xcp_drm_dev_alloc()
87 xcp_dev[i] = pxcp_dev; in amdgpu_xcp_drm_dev_alloc()
88 xcp_dev[i]->pdev = pdev; in amdgpu_xcp_drm_dev_alloc()
105 if ((index < MAX_XCP_PLATFORM_DEVICE) && (xcp_dev[index])) { in free_xcp_dev()
106 struct platform_device *pdev = xcp_dev[index]->pdev; in free_xcp_dev()
111 xcp_dev[index] = NULL; in free_xcp_dev()
123 if ((xcp_dev[i]) && (&xcp_dev[i]->drm == ddev)) { in amdgpu_xcp_drm_dev_free()