Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
c84dff70 dddb3e5a

+4 -2
+1 -2
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr_smu_msg.h
··· 36 36 #define DALSMC_MSG_SetCabForUclkPstate 0x12 37 37 #define DALSMC_Result_OK 0x1 38 38 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); 41 40 void dcn32_smu_transfer_wm_table_dram_2_smu(struct clk_mgr_internal *clk_mgr); 42 41 void dcn32_smu_set_pme_workaround(struct clk_mgr_internal *clk_mgr); 43 42 void dcn32_smu_send_cab_for_uclk_message(struct clk_mgr_internal *clk_mgr, unsigned int num_ways);
+3
drivers/gpu/drm/amd/display/dc/dm_cp_psp.h
··· 26 26 #ifndef DM_CP_PSP_IF__H 27 27 #define DM_CP_PSP_IF__H 28 28 29 + /* 30 + * Interface to CPLIB/PSP to enable ASSR 31 + */ 29 32 struct dc_link; 30 33 31 34 struct cp_psp_stream_config {