[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-18 Thread Michel Dänzer
On 18.07.2014 12:26, Alex Deucher wrote: > On Thu, Jul 17, 2014 at 8:41 PM, Michel D?nzer wrote: >> On 18.07.2014 01:29, Alex Deucher wrote: >>> @@ -55,10 +55,13 @@ int radeon_gem_object_create(struct radeon_device >>> *rdev, int size, >>> alignment = PAGE_SIZE; >>> } >>> >>>

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-18 Thread Michel Dänzer
On 18.07.2014 01:29, Alex Deucher wrote: > @@ -55,10 +55,13 @@ int radeon_gem_object_create(struct radeon_device *rdev, > int size, > alignment = PAGE_SIZE; > } > > - /* maximun bo size is the minimun btw visible vram and gtt size */ > - max_size = min(rdev->mc.visibl

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-17 Thread Alex Deucher
On Thu, Jul 17, 2014 at 8:41 PM, Michel D?nzer wrote: > On 18.07.2014 01:29, Alex Deucher wrote: >> @@ -55,10 +55,13 @@ int radeon_gem_object_create(struct radeon_device *rdev, >> int size, >> alignment = PAGE_SIZE; >> } >> >> - /* maximun bo size is the minimun btw visibl

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-17 Thread Christian König
Am 17.07.2014 18:29, schrieb Alex Deucher: > On Thu, Jul 17, 2014 at 10:28 AM, Christian K?nig > wrote: >> Am 17.07.2014 06:02, schrieb Michel D?nzer: >> >>> On 17.07.2014 02:26, Alex Deucher wrote: Now that fallback to gtt is fixed for cpu access, we can remove this limit. Sig

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-17 Thread Christian König
Am 17.07.2014 06:02, schrieb Michel D?nzer: > On 17.07.2014 02:26, Alex Deucher wrote: >> Now that fallback to gtt is fixed for cpu access, we can >> remove this limit. >> >> Signed-off-by: Alex Deucher >> --- >> drivers/gpu/drm/radeon/radeon_gem.c | 7 +-- >> 1 file changed, 5 insertions(+

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-17 Thread Michel Dänzer
On 17.07.2014 02:26, Alex Deucher wrote: > Now that fallback to gtt is fixed for cpu access, we can > remove this limit. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/radeon/radeon_gem.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/ra

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-17 Thread Alex Deucher
On Thu, Jul 17, 2014 at 10:28 AM, Christian K?nig wrote: > Am 17.07.2014 06:02, schrieb Michel D?nzer: > >> On 17.07.2014 02:26, Alex Deucher wrote: >>> >>> Now that fallback to gtt is fixed for cpu access, we can >>> remove this limit. >>> >>> Signed-off-by: Alex Deucher >>> --- >>> drivers/gp

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-17 Thread Alex Deucher
On Thu, Jul 17, 2014 at 10:28 AM, Christian K?nig wrote: > Am 17.07.2014 06:02, schrieb Michel D?nzer: > >> On 17.07.2014 02:26, Alex Deucher wrote: >>> >>> Now that fallback to gtt is fixed for cpu access, we can >>> remove this limit. >>> >>> Signed-off-by: Alex Deucher >>> --- >>> drivers/gp

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-16 Thread Christian König
Am 16.07.2014 19:26, schrieb Alex Deucher: > Now that fallback to gtt is fixed for cpu access, we can > remove this limit. > > Signed-off-by: Alex Deucher Reviewed-by: Christian K?nig > --- > drivers/gpu/drm/radeon/radeon_gem.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) >

[PATCH] drm/radeon: remove visible vram size limit on bo allocation

2014-07-16 Thread Alex Deucher
Now that fallback to gtt is fixed for cpu access, we can remove this limit. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_gem.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_gem.c b/drivers/gpu/drm/radeon/radeon_gem.c in