drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmc
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / amdgpu / gmc_v6_0.c
index 4de9968..28ddb41 100644 (file)
@@ -862,7 +862,7 @@ static int gmc_v6_0_sw_init(void *handle)
        if (r)
                return r;
 
-       adev->gmc.stolen_size = gmc_v6_0_get_vbios_fb_size(adev);
+       adev->gmc.stolen_vga_size = gmc_v6_0_get_vbios_fb_size(adev);
 
        r = amdgpu_bo_init(adev);
        if (r)