drm/amdkfd: Delete unused defines
authorYong Zhao <Yong.Zhao@amd.com>
Wed, 25 Sep 2019 20:45:18 +0000 (16:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:11:03 +0000 (09:11 -0500)
They are not used anywhere.

Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c

index b83b83b..df90c22 100644 (file)
@@ -50,9 +50,6 @@
 #include "gmc_v9_0.h"
 
 
-#define V9_PIPE_PER_MEC                (4)
-#define V9_QUEUES_PER_PIPE_MEC (8)
-
 enum hqd_dequeue_request_type {
        NO_ACTION = 0,
        DRAIN_PIPE,