summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core/dc_debug.c
diff options
context:
space:
mode:
authorJerry Zuo <Jerry.Zuo@amd.com>2017-08-25 16:16:10 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:17:14 -0400
commit608ac7bb3924178d7bfa8b88d79d3d9d72b8f485 (patch)
tree9bff91996faa5e9a66d42e9454ed874fadaa2bf0 /drivers/gpu/drm/amd/display/dc/core/dc_debug.c
parent9cffc573196bb3eea2d3dfd24893b6b9970cdfce (diff)
downloadlinux-608ac7bb3924178d7bfa8b88d79d3d9d72b8f485.tar.bz2
drm/amd/display: Rename dc validate_context and current_context
Rename all the dc validate_context to dc_stateĀ and dc current_context to current_state. Signed-off-by: Jerry Zuo <Jerry.Zuo@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/core/dc_debug.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_debug.c b/drivers/gpu/drm/amd/display/dc/core/dc_debug.c
index d74eed8f9b96..6acee5426e4b 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_debug.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_debug.c
@@ -329,7 +329,7 @@ void context_timing_trace(
void context_clock_trace(
struct dc *dc,
- struct validate_context *context)
+ struct dc_state *context)
{
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
struct dc *core_dc = dc;