drm/amd/display: Fixed panic during seamless boot.
authorDavid Galiffi <David.Galiffi@amd.com>
Wed, 29 Apr 2020 17:31:12 +0000 (13:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 26 Oct 2020 21:10:27 +0000 (17:10 -0400)
commit866e09f0110c6e86071954033e3067975946592a
tree45b1a649be276c3964037d072e3b0706cef30a5d
parentc4aa8dff6091cc9536aeb255e544b0b4ba29faf4
drm/amd/display: Fixed panic during seamless boot.

[why]
get_pixel_clk_frequency_100hz is undefined in clock_source_funcs.

[how]
set function pointer: ".get_pixel_clk_frequency_100hz = get_pixel_clk_frequency_100hz"

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Reviewed-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c