Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc.c974 unsigned int enc_inst, tg_inst; in dc_validate_seamless_boot_timing() local
986 enc_inst = link->link_enc->funcs->get_dig_frontend(link->link_enc); in dc_validate_seamless_boot_timing()
989 if (enc_inst >= dc->res_pool->pipe_count) in dc_validate_seamless_boot_timing()
992 if (enc_inst >= dc->res_pool->stream_enc_count) in dc_validate_seamless_boot_timing()
995 tg_inst = dc->res_pool->stream_enc[enc_inst]->funcs->dig_source_otg( in dc_validate_seamless_boot_timing()
996 dc->res_pool->stream_enc[enc_inst]); in dc_validate_seamless_boot_timing()