提交 7a5ab155 编写于 作者: C Charlene Liu 提交者: Alex Deucher

drm/amd/display: expose dentist_get_did_from_divider

for future use
Signed-off-by: NCharlene Liu <charlene.liu@amd.com>
Reviewed-by: NDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: NBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 c00d56fe
......@@ -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;
......
......@@ -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__
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册