summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-10-13 17:36:46 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-10-25 14:38:44 -0400
commit623fea1868ee49965bdaa73fe27c64430de5179e (patch)
tree7d928d47185a02d346a90860dcf4cd30ebe13870 /drivers/gpu/drm/amd/amdgpu/dce_virtual.h
parent2120df475d6d5c7db1b888a8e26a5a51ce56e860 (diff)
drm/amdgpu/virtual_dce: move define into source file
It's not used outside the file. Reviewed-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/dce_virtual.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_virtual.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.h b/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
index e239243f6ebc..393ce97f783e 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
+++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
@@ -25,7 +25,6 @@
#define __DCE_VIRTUAL_H__
extern const struct amd_ip_funcs dce_virtual_ip_funcs;
-#define DCE_VIRTUAL_VBLANK_PERIOD 16666666
#endif