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

Harry Wentland harry.wentland at amd.com
Wed Dec 14 16:26:43 UTC 2016


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.

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.
>   *****************************************************************************/
>


More information about the amd-gfx mailing list