aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/command_table2.h
diff options
context:
space:
mode:
authorJerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>2018-02-23 14:49:14 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-03-14 15:08:43 -0500
commit316178f072013575bd13b34df21af355aaa56e83 (patch)
tree7a1109a41bf4068354c75043fcf09391f9f0c034 /drivers/gpu/drm/amd/display/dc/bios/command_table2.h
parentdrm/amd/display: Remove 300Mhz minimum disp clk limit. (diff)
downloadlinux-dev-316178f072013575bd13b34df21af355aaa56e83.tar.xz
linux-dev-316178f072013575bd13b34df21af355aaa56e83.zip
drm/amd/display: Allow passing of syspll id to get_smu_clock_info
Signed-off-by: Jerry (Fangzhi) Zuo <Jerry.Zuo@amd.com> Reviewed-by: Hersen Wu <hersenxs.wu@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/command_table2.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/command_table2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table2.h b/drivers/gpu/drm/amd/display/dc/bios/command_table2.h
index 59061b806df5..ec1c0c9f3f1d 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/command_table2.h
+++ b/drivers/gpu/drm/amd/display/dc/bios/command_table2.h
@@ -96,7 +96,7 @@ struct cmd_tbl {
struct bios_parser *bp,
struct bp_set_dce_clock_parameters *bp_params);
unsigned int (*get_smu_clock_info)(
- struct bios_parser *bp);
+ struct bios_parser *bp, uint8_t id);
};