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>
Fri, 23 Oct 2020 19:48:23 +0000 (15:48 -0400)
commit3aa8d45f46e85fad02e079137822017e80f0db68
tree07510007bb63c6805c90e291f06d59c0f7117f24
parentd836917da7e5ca9b33ef4d499972f1feeb519e00
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