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

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Add missing clock types & fix formatting

[why & how]
Add the missing dprefclk and dtbclk clock types to the enum.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Ovidiu Bunea <ovidiu.bunea@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Ovidiu Bunea and committed by
Alex Deucher
ff374446 002f32db

+6 -4
+6 -4
drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h
··· 290 290 uint32_t CLK2_CLK2_DFS_CNTL; 291 291 292 292 uint32_t CLK1_CLK0_CURRENT_CNT; 293 - uint32_t CLK1_CLK1_CURRENT_CNT; 294 - uint32_t CLK1_CLK2_CURRENT_CNT; 295 - uint32_t CLK1_CLK3_CURRENT_CNT; 296 - uint32_t CLK1_CLK4_CURRENT_CNT; 293 + uint32_t CLK1_CLK1_CURRENT_CNT; 294 + uint32_t CLK1_CLK2_CURRENT_CNT; 295 + uint32_t CLK1_CLK3_CURRENT_CNT; 296 + uint32_t CLK1_CLK4_CURRENT_CNT; 297 297 uint32_t CLK1_CLK5_CURRENT_CNT; 298 298 299 299 uint32_t CLK0_CLK0_DFS_CNTL; ··· 362 362 clock_type_dscclk, 363 363 clock_type_uclk, 364 364 clock_type_dramclk, 365 + clock_type_dprefclk, 366 + clock_type_dtbclk, 365 367 }; 366 368 367 369