summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
diff options
context:
space:
mode:
authorDmytro Laktyushkin2018-09-28 13:46:42 +0200
committerAlex Deucher2018-11-05 20:20:48 +0100
commit84e7fc05a92700297f1de945251fa3b14349532c (patch)
treeb3e334059e49d437345f52834775baaf9421b9d9 /drivers/gpu/drm/amd/display/dc/core/dc_resource.c
parentdrm/amd/display: Retiring set_display_requirements in dm_pp_smu.h - part2 (diff)
downloadkernel-qcow2-linux-84e7fc05a92700297f1de945251fa3b14349532c.tar.gz
kernel-qcow2-linux-84e7fc05a92700297f1de945251fa3b14349532c.tar.xz
kernel-qcow2-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/core/dc_resource.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
index b16650c6f477..a5eb80aa3dd9 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
@@ -2071,7 +2071,7 @@ void dc_resource_state_construct(
const struct dc *dc,
struct dc_state *dst_ctx)
{
- dst_ctx->dccg = dc->res_pool->dccg;
+ dst_ctx->dccg = dc->res_pool->clk_mgr;
}
enum dc_status dc_validate_global_state(