summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2018-09-28 07:46:42 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-11-05 14:20:48 -0500
commit84e7fc05a92700297f1de945251fa3b14349532c (patch)
treeb3e334059e49d437345f52834775baaf9421b9d9 /drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h
parent98e90a34ccdcc7550c9b9bdce2f342cd4df95f1f (diff)
downloadlinux-84e7fc05a92700297f1de945251fa3b14349532c.tar.gz
linux-84e7fc05a92700297f1de945251fa3b14349532c.tar.bz2
linux-84e7fc05a92700297f1de945251fa3b14349532c.zip
drm/amd/display: rename dccg to clk_mgr
In preparation for adding the actual dccg block since the current implementation of dccg is mor eof a clock manager than a hw block Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h b/drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h
index ac9b4906dd05..ece954a40a8e 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h
@@ -32,7 +32,7 @@
#include "bw_fixed.h"
#include "../dml/display_mode_lib.h"
-#include "hw/dccg.h"
+#include "hw/clk_mgr.h"
struct dc;
struct dc_state;