diff options
author | Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> | 2024-04-10 12:54:40 -0600 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-04-26 17:22:45 -0400 |
commit | 8e6a3116e3b5d62a76577f330d535739a33980e1 (patch) | |
tree | 861e173b54d0a2dad4f291093d43a5dd6e48f408 /drivers/gpu/drm/amd/display/dc/dm_helpers.h | |
parent | fc3408e63a8d8fa15d224e9d424345e5eba1e93a (diff) | |
download | linux-8e6a3116e3b5d62a76577f330d535739a33980e1.tar.gz linux-8e6a3116e3b5d62a76577f330d535739a33980e1.tar.bz2 linux-8e6a3116e3b5d62a76577f330d535739a33980e1.zip |
drm/amd/display: Code style adjustments
This commit address some small code style issues in DC.
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dm_helpers.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dm_helpers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dm_helpers.h b/drivers/gpu/drm/amd/display/dc/dm_helpers.h index 6d7a15dcf8a7..34adae7ab6e8 100644 --- a/drivers/gpu/drm/amd/display/dc/dm_helpers.h +++ b/drivers/gpu/drm/amd/display/dc/dm_helpers.h @@ -36,6 +36,7 @@ struct dc_dp_mst_stream_allocation_table; struct aux_payload; enum aux_return_code_type; +enum set_config_status; /* * Allocate memory accessible by the GPU @@ -200,7 +201,7 @@ int dm_helper_dmub_aux_transfer_sync( const struct dc_link *link, struct aux_payload *payload, enum aux_return_code_type *operation_result); -enum set_config_status; + int dm_helpers_dmub_set_config_sync(struct dc_context *ctx, const struct dc_link *link, struct set_config_cmd_payload *payload, |