Home
last modified time | relevance | path

Searched refs:nv_funcs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.c248 pp_smu = &dc->res_pool->pp_smu->nv_funcs; in dcn2_update_clocks()
417 pp_smu = &clk_mgr->pp_smu->nv_funcs; in dcn2_enable_pme_wa()
499 if (!clk_mgr->pp_smu || !clk_mgr->pp_smu->nv_funcs.set_voltage_by_freq) in dcn2_notify_link_rate_change()
502 pp_smu = &clk_mgr->pp_smu->nv_funcs; in dcn2_notify_link_rate_change()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h315 struct pp_smu_funcs_nv nv_funcs; member