Home
last modified time | relevance | path

Searched refs:get_dig_frontend (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h170 unsigned int (*get_dig_frontend)(struct link_encoder *enc); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_link_encoder.c86 .get_dig_frontend = dcn10_get_dig_frontend,
H A Ddcn30_hwseq.c534 if (dc->links[i]->link_enc->funcs->get_dig_frontend) { in dcn30_init_hw()
537 fe = dc->links[i]->link_enc->funcs->get_dig_frontend( in dcn30_init_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_link_encoder.c327 .get_dig_frontend = dcn10_get_dig_frontend,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_link_encoder.c385 .get_dig_frontend = dcn10_get_dig_frontend,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c123 .get_dig_frontend = dce110_get_dig_frontend,
1708 .get_dig_frontend = dce110_get_dig_frontend
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c91 .get_dig_frontend = dcn10_get_dig_frontend,
H A Ddcn10_hw_sequencer.c1374 if (dc->links[i]->link_enc->funcs->get_dig_frontend) { in dcn10_init_hw()
1375 unsigned int fe = dc->links[i]->link_enc->funcs->get_dig_frontend(dc->links[i]->link_enc); in dcn10_init_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c873 enc_inst = link->link_enc->funcs->get_dig_frontend(link->link_enc); in disable_vbios_mode_if_required()
1176 enc_inst = link->link_enc->funcs->get_dig_frontend(link->link_enc); in dc_validate_seamless_boot_timing()
H A Ddc_resource.c2008 inst = link->link_enc->funcs->get_dig_frontend(link->link_enc); in acquire_resource_from_hw_enabled_state()