From 391bfec33cd4e103274f197924d41ef648b849de Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 17 Jul 2014 12:26:29 -0400 Subject: [PATCH] drm/radeon: remove visible vram size limit on bo allocation (v4) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Now that fallback to gtt is fixed for cpu access, we can remove this limit. bug: https://bugs.freedesktop.org/show_bug.cgi?id=78717 v2: use new gart_pin_size to accurately track available gtt. v3: fix comment v4: clarify comment Signed-off-by: Alex Deucher Reviewed-by: Christian König Reviewed-by: Michel Dänzer --- Reading git-format-patch failed