> -----Original Message----- > From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf > Of Monk Liu > Sent: Thursday, February 09, 2017 12:49 AM > To: amd-gfx at lists.freedesktop.org > Cc: Liu, Monk > Subject: [PATCH] drm/amdgpu:remove unused macro > > Change-Id: I37901358f0dc3e24c0b05df5d2231947cc717c93 > Signed-off-by: Monk Liu <Monk.Liu at amd.com> Reviewed-by: Alex Deucher <alexander.deucher at amd.com> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h > b/drivers/gpu/drm/amd/amdgpu/amdgpu.h > index 73086d0..be9e27d 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h > @@ -1716,7 +1716,6 @@ amdgpu_get_sdma_instance(struct amdgpu_ring > *ring) > #define amdgpu_emit_fill_buffer(adev, ib, s, d, b) (adev)- > >mman.buffer_funcs->emit_fill_buffer((ib), (s), (d), (b)) > #define amdgpu_gfx_get_gpu_clock_counter(adev) (adev)->gfx.funcs- > >get_gpu_clock_counter((adev)) > #define amdgpu_gfx_select_se_sh(adev, se, sh, instance) (adev)- > >gfx.funcs->select_se_sh((adev), (se), (sh), (instance)) > -#define amdgpu_gds_switch(adev, r, v, d, w, a) (adev)->gds.funcs- > >patch_gds_switch((r), (v), (d), (w), (a)) > > /* Common functions */ > int amdgpu_gpu_reset(struct amdgpu_device *adev); > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx