Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_ddc.c527 if (ddc->ctx->dc->res_pool->engines[ddc_pin->pin_data->en]->funcs->configure_timeout) { in try_to_configure_aux_timeout()
528 ddc->ctx->dc->res_pool->engines[ddc_pin->pin_data->en]->funcs->configure_timeout(ddc, timeout); in try_to_configure_aux_timeout()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c503 .configure_timeout = NULL,
528 aux_engine110->base.funcs->configure_timeout = &dce_aux_configure_timeout; in dce110_aux_engine_construct()
H A Ddce_aux.h314 uint32_t (*configure_timeout) member