linux/drivers/gpu/drm/amd/display/dc/clk_mgr
Martin Leung 39bdac36cc drm/amd/display: fix dcn-specific clk_mgr init_clocks
[Why]
underflow seen on certain monitor setups caused by making dcnxx_init_hw
generic

[How]
by moving dcn20_init_hw into dcn10, we added a dcn-specific clk_mgr
init (dc->clk_mgr->funcs->init_clocks()). Thus, put old clk_mgr
memset in an else statement so both memsets don't get set

Signed-off-by: Martin Leung <martin.leung@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-08-15 10:54:21 -05:00
..
dce100 drm/amd/display: make firmware info only load once during dc_bios create 2019-08-15 10:53:36 -05:00
dce110 drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct 2019-07-18 14:18:09 -05:00
dce112 drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct 2019-07-18 14:18:09 -05:00
dce120 drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct 2019-07-18 14:18:09 -05:00
dcn10 drm/amd/display: fix dcn-specific clk_mgr init_clocks 2019-08-15 10:54:21 -05:00
dcn20 drm/amd/display: Add work-around option to skip DCN20 clock updates 2019-08-15 10:53:49 -05:00
clk_mgr.c Merge branch 'drm-next' into drm-next-5.3 2019-06-25 08:42:25 -05:00
Makefile drm/amd/display: Add DCN2 clk mgr 2019-06-21 18:59:34 -05:00