summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce120
diff options
context:
space:
mode:
authorJun Lei2018-07-12 16:35:01 +0200
committerAlex Deucher2018-07-24 22:15:59 +0200
commitcfd84fd36531b2f1de01b3530b6953ed34ed2c95 (patch)
tree99c33118181569961fdcfb5dcc27abe90ded6344 /drivers/gpu/drm/amd/display/dc/dce120
parentdrm/amd/display: Decouple aux from i2c (diff)
downloadkernel-qcow2-linux-cfd84fd36531b2f1de01b3530b6953ed34ed2c95.tar.gz
kernel-qcow2-linux-cfd84fd36531b2f1de01b3530b6953ed34ed2c95.tar.xz
kernel-qcow2-linux-cfd84fd36531b2f1de01b3530b6953ed34ed2c95.zip
drm/amd/display: separate dc_debug into dc_debug_options and dc_debug data
[why] confusing as to which part of debug is informational, and which part causes behavioral change Signed-off-by: Jun Lei <Jun.Lei@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce120')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c b/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
index e389832c96cc..f7d02f2190d3 100644
--- a/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
@@ -404,7 +404,7 @@ static const struct resource_caps res_cap = {
.num_pll = 6,
};
-static const struct dc_debug debug_defaults = {
+static const struct dc_debug_options debug_defaults = {
.disable_clock_gate = true,
};