Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h166 bool (*fec_is_active)(struct link_encoder *enc); member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c218 if (link->link_enc->funcs->fec_is_active && in dcn401_init_hw()
219 link->link_enc->funcs->fec_is_active(link->link_enc)) in dcn401_init_hw()