diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-01-24 18:00:57 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-01-27 12:20:41 -0500 |
commit | 689957b12b6315c63bd8cce879e2b259a8a4b666 (patch) | |
tree | a098ca3fc70899075cc27be2432e041a8336febf /drivers/gpu/drm/amd/amdgpu/si_dma.c | |
parent | d848c0ba66a05650055b5e3af643a5741b300d46 (diff) | |
download | lwn-689957b12b6315c63bd8cce879e2b259a8a4b666.tar.gz lwn-689957b12b6315c63bd8cce879e2b259a8a4b666.zip |
drm/amdgpu: move misc si headers into amdgpu
Move these to the amdgpu directory to match what we
do for other asics.
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dma.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dma.c b/drivers/gpu/drm/amd/amdgpu/si_dma.c index 9b6524690e74..3372a071bb85 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dma.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dma.c @@ -24,7 +24,7 @@ #include <drm/drmP.h> #include "amdgpu.h" #include "amdgpu_trace.h" -#include "si/sid.h" +#include "sid.h" const u32 sdma_offsets[SDMA_MAX_INSTANCE] = { |