[PATCH 2/8] dal: remove some unused wrappers

Alex Deucher alexdeucher at gmail.com
Wed Dec 14 16:36:33 UTC 2016


On Wed, Dec 14, 2016 at 11:26 AM, Harry Wentland <harry.wentland at amd.com> wrote:
> They are still used all over the place (e.g.
> dc/dce110/dce110_resource.c:413).
>
> We should at least do an spatch to use kzalloc/krealloc/kfree across the
> board if the wrappers are an issue.

Please do.

Alex

>
> NAKed
>
> Harry
>
> On 2016-12-13 01:41 AM, Dave Airlie wrote:
>>
>> From: Dave Airlie <airlied at redhat.com>
>>
>> Signed-off-by: Dave Airlie <airlied at redhat.com>
>> ---
>>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c | 4 ----
>>  1 file changed, 4 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
>> b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
>> index 9d51259..9c852a3 100644
>> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
>> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
>> @@ -36,10 +36,6 @@
>>  #include "amdgpu_dm_types.h"
>>  #include "amdgpu_pm.h"
>>
>> -#define dm_alloc(size) kzalloc(size, GFP_KERNEL)
>> -#define dm_realloc(ptr, size) krealloc(ptr, size, GFP_KERNEL)
>> -#define dm_free(ptr) kfree(ptr)
>> -
>>
>> /******************************************************************************
>>   * IRQ Interfaces.
>>
>> *****************************************************************************/
>>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list