drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmc
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / amdgpu / gmc_v10_0.c
index 943773e..187c108 100644 (file)
@@ -860,7 +860,7 @@ static int gmc_v10_0_sw_init(void *handle)
        if (r)
                return r;
 
-       adev->gmc.stolen_size = gmc_v10_0_get_vbios_fb_size(adev);
+       adev->gmc.stolen_vga_size = gmc_v10_0_get_vbios_fb_size(adev);
 
        /* Memory manager */
        r = amdgpu_bo_init(adev);