1
0
Fork 0

drm/amd/display: expose dentist_get_did_from_divider

for future use

Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
alistair/sunxi64-5.4-dsi
Charlene Liu 2019-05-28 19:44:32 -04:00 committed by Alex Deucher
parent c00d56fede
commit 7a5ab155d3
2 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static const struct clk_mgr_mask clk_mgr_mask = {
CLK_MASK_SH_LIST_NV10(_MASK)
};
static uint32_t dentist_get_did_from_divider(int divider)
uint32_t dentist_get_did_from_divider(int divider)
{
uint32_t divider_id;

View File

@ -43,4 +43,6 @@ void dcn20_clk_mgr_construct(struct dc_context *ctx,
struct pp_smu_funcs *pp_smu,
struct dccg *dccg);
uint32_t dentist_get_did_from_divider(int divider);
#endif //__DCN20_CLK_MGR_H__