[PATCH] drm/amdkfd: Delete unused KFD_IS_* macro

Kuehling, Felix Felix.Kuehling at amd.com
Mon Sep 16 17:48:30 UTC 2019


On 2019-09-16 12:33 p.m., Zhao, Yong wrote:
> These were deleted before, but somehow showed up again. Delete them again.
>
> Change-Id: I19b3063932380cb74a01d505e8e92f897a2c2cb7
> Signed-off-by: Yong Zhao <Yong.Zhao at amd.com>

Reviewed-by: Felix Kuehling <Felix.Kuehling at amd.com>


> ---
>   drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 4 ----
>   1 file changed, 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
> index 06bb2d7a9b39..0773dc4df4ff 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
> @@ -179,10 +179,6 @@ enum cache_policy {
>   	cache_policy_noncoherent
>   };
>   
> -#define KFD_IS_VI(chip) ((chip) >= CHIP_CARRIZO && (chip) <= CHIP_POLARIS11)
> -#define KFD_IS_DGPU(chip) (((chip) >= CHIP_TONGA && \
> -			   (chip) <= CHIP_NAVI10) || \
> -			   (chip) == CHIP_HAWAII)
>   #define KFD_IS_SOC15(chip) ((chip) >= CHIP_VEGA10)
>   
>   struct kfd_event_interrupt_class {


More information about the amd-gfx mailing list