summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include
diff options
context:
space:
mode:
authorJerry Zuo2017-08-25 22:16:10 +0200
committerAlex Deucher2017-09-27 00:17:14 +0200
commit608ac7bb3924178d7bfa8b88d79d3d9d72b8f485 (patch)
tree9bff91996faa5e9a66d42e9454ed874fadaa2bf0 /drivers/gpu/drm/amd/display/include
parentdrm/amd/display: clean up header file includes (diff)
downloadkernel-qcow2-linux-608ac7bb3924178d7bfa8b88d79d3d9d72b8f485.tar.gz
kernel-qcow2-linux-608ac7bb3924178d7bfa8b88d79d3d9d72b8f485.tar.xz
kernel-qcow2-linux-608ac7bb3924178d7bfa8b88d79d3d9d72b8f485.zip
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/include')
-rw-r--r--drivers/gpu/drm/amd/display/include/logger_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/include/logger_interface.h b/drivers/gpu/drm/amd/display/include/logger_interface.h
index 93c8556358f0..6641e8001e97 100644
--- a/drivers/gpu/drm/amd/display/include/logger_interface.h
+++ b/drivers/gpu/drm/amd/display/include/logger_interface.h
@@ -32,7 +32,7 @@ struct dc_context;
struct dc_link;
struct dc_surface_update;
struct resource_context;
-struct validate_context;
+struct dc_state;
/*
*
@@ -93,7 +93,7 @@ void context_timing_trace(
void context_clock_trace(
struct dc *dc,
- struct validate_context *context);
+ struct dc_state *context);
/* Any function which is empty or have incomplete implementation should be
* marked by this macro.