mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user