Commit 7a5ab155 authored by Charlene Liu's avatar Charlene Liu Committed by Alex Deucher
Browse files

drm/amd/display: expose dentist_get_did_from_divider

parent c00d56fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

+2 −0
Original line number Diff line number Diff line
@@ -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__