aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
diff options
context:
space:
mode:
authorFeifei Xu <[email protected]>2017-11-27 09:57:30 +0000
committerAlex Deucher <[email protected]>2017-12-06 17:48:26 +0000
commitb1ebd7c0cd0e4fa039e663741e6090858e80cd1d (patch)
treef514ddaa747306e5f91676d4a13c2ef52fc7d47c /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
parentdrm/amd/include:cleanup raven1 thm header files. (diff)
downloadkernel-b1ebd7c0cd0e4fa039e663741e6090858e80cd1d.tar.gz
kernel-b1ebd7c0cd0e4fa039e663741e6090858e80cd1d.zip
drm/amd/include:cleanup raven1 vcn header files.
Cleanup asic_reg/raven1/VCN folder. Remove unused vcn_1_0_default.h. Signed-off-by: Feifei Xu <[email protected]> Acked-by: Christian König <[email protected]> Reviewed-by: Junwei Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
index c22c73f458bc..d7ba048c2f80 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
@@ -36,7 +36,7 @@
#include "soc15_common.h"
#include "soc15ip.h"
-#include "raven1/VCN/vcn_1_0_offset.h"
+#include "vcn/vcn_1_0_offset.h"
/* 1 second timeout */
#define VCN_IDLE_TIMEOUT msecs_to_jiffies(1000)