Skip to content

Commit

Permalink
drm/amd/display: expose dentist_get_did_from_divider
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Charlene Liu authored and Alex Deucher committed Jun 22, 2019
1 parent c00d56f commit 7a5ab15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 2 additions & 0 deletions drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__

0 comments on commit 7a5ab15

Please sign in to comment.