]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_bios.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_bios.c
index 057e1ecd83cec5746319adb88602eb95111104c6..a5df80d50d447a5dc0dd3a9a29c8ad21677e485c 100644 (file)
@@ -93,7 +93,7 @@ static bool igp_read_bios_from_vram(struct amdgpu_device *adev)
        resource_size_t size = 256 * 1024; /* ??? */
 
        if (!(adev->flags & AMD_IS_APU))
-               if (amdgpu_need_post(adev))
+               if (amdgpu_device_need_post(adev))
                        return false;
 
        adev->bios = NULL;
This page took 0.027234 seconds and 4 git commands to generate.