Home
last modified time | relevance | path

Searched refs:lock_phy (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddmcu.h75 bool (*lock_phy)(struct dmcu *dmcu); member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddmcu.h75 bool (*lock_phy)(struct dmcu *dmcu); member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_hwss.c138 if (dmcu != NULL && dmcu->funcs->lock_phy) in dp_enable_link_phy()
139 dmcu->funcs->lock_phy(dmcu); in dp_enable_link_phy()
237 if (dmcu != NULL && dmcu->funcs->lock_phy) in dp_disable_link_phy()
238 dmcu->funcs->lock_phy(dmcu); in dp_disable_link_phy()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c482 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn314_disable_link_output()
483 dmcu->funcs->lock_phy(dmcu); in dcn314_disable_link_output()
492 if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn314_disable_link_output()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c844 .lock_phy = dcn20_lock_phy,
857 .lock_phy = dcn20_lock_phy,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c1051 .lock_phy = dcn20_lock_phy,
1064 .lock_phy = dcn20_lock_phy,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1329 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn32_disable_link_output()
1330 dmcu->funcs->lock_phy(dmcu); in dcn32_disable_link_output()
1338 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn32_disable_link_output()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c3093 if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_enable_dp_link_output()
3094 dmcu->funcs->lock_phy(dmcu); in dce110_enable_dp_link_output()
3119 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_disable_link_output()
3120 dmcu->funcs->lock_phy(dmcu); in dce110_disable_link_output()
3129 if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_disable_link_output()

Completed in 11 milliseconds