Home
last modified time | relevance | path

Searched refs:unlock_phy (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddmcu.h76 bool (*unlock_phy)(struct dmcu *dmcu); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c1052 .unlock_phy = dcn20_unlock_phy
1065 .unlock_phy = dcn20_unlock_phy
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c493 dmcu->funcs->unlock_phy(dmcu); in dcn314_disable_link_output()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c3103 if (dmcu != NULL && dmcu->funcs->unlock_phy) in dce110_enable_dp_link_output()
3104 dmcu->funcs->unlock_phy(dmcu); in dce110_enable_dp_link_output()
3131 dmcu->funcs->unlock_phy(dmcu); in dce110_disable_link_output()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1339 dmcu->funcs->unlock_phy(dmcu); in dcn32_disable_link_output()