[PATCH] drm/radeon: remove discardable flag from radeon_gem_object_create

2014-07-21 Thread Christian König
From: Christian K?nig Unused and unimplemented. Also fix specifying the kernel flag incorrectly at one occasion. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon.h | 2 +- drivers/gpu/drm/radeon/radeon_fb.c | 3 +-- drivers/gpu/drm/radeon/radeon_gem.c | 7 +++ 3 files

[PATCH] drm/radeon: remove discardable flag from radeon_gem_object_create

2014-07-21 Thread Alex Deucher
On Mon, Jul 21, 2014 at 7:27 AM, Christian K?nig wrote: > From: Christian K?nig > > Unused and unimplemented. Also fix specifying the > kernel flag incorrectly at one occasion. > > Signed-off-by: Christian K?nig Applied to my 3.17 tree. Alex > --- > drivers/gpu/drm/radeon/radeon.h | 2 +