Skip to content

Commit c84dff7

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Trivial code style adjustment
Just adjust the code indentation in the header and add a simple comment in the dm_cp_psp file. Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent dddb3e5 commit c84dff7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr_smu_msg.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
#define DALSMC_MSG_SetCabForUclkPstate 0x12
3737
#define DALSMC_Result_OK 0x1
3838

39-
void
40-
dcn32_smu_send_fclk_pstate_message(struct clk_mgr_internal *clk_mgr, bool enable);
39+
void dcn32_smu_send_fclk_pstate_message(struct clk_mgr_internal *clk_mgr, bool enable);
4140
void dcn32_smu_transfer_wm_table_dram_2_smu(struct clk_mgr_internal *clk_mgr);
4241
void dcn32_smu_set_pme_workaround(struct clk_mgr_internal *clk_mgr);
4342
void dcn32_smu_send_cab_for_uclk_message(struct clk_mgr_internal *clk_mgr, unsigned int num_ways);

drivers/gpu/drm/amd/display/dc/dm_cp_psp.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
#ifndef DM_CP_PSP_IF__H
2727
#define DM_CP_PSP_IF__H
2828

29+
/*
30+
* Interface to CPLIB/PSP to enable ASSR
31+
*/
2932
struct dc_link;
3033

3134
struct cp_psp_stream_config {

0 commit comments

Comments
 (0)