Home
last modified time | relevance | path

Searched refs:set_pstate_handshake_support (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_pp_smu.h240 enum pp_smu_status (*set_pstate_handshake_support)(struct pp_smu *pp, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.c286 if (pp_smu && pp_smu->set_pstate_handshake_support) in dcn2_update_clocks()
287 pp_smu->set_pstate_handshake_support(&pp_smu->pp_smu, clk_mgr_base->clks.p_state_change_support); in dcn2_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c793 funcs->nv_funcs.set_pstate_handshake_support = pp_nv_set_pstate_handshake_support; in dm_pp_get_funcs()