]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_acp.c
index c04f44a90392639e7ec3ae51da93a694ead70fee..a29362f9ef415d48a6a00ea94d0a6a8fa2b1d7b5 100644 (file)
@@ -277,7 +277,7 @@ static int acp_hw_init(void *handle)
        struct amdgpu_device *adev = (struct amdgpu_device *)handle;
 
        const struct amdgpu_ip_block *ip_block =
-               amdgpu_get_ip_block(adev, AMD_IP_BLOCK_TYPE_ACP);
+               amdgpu_device_ip_get_ip_block(adev, AMD_IP_BLOCK_TYPE_ACP);
 
        if (!ip_block)
                return -EINVAL;
This page took 0.031991 seconds and 4 git commands to generate.