Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c643 struct graphics_object_hpd_info hpd_info; in construct_phy() local
645 …if (link->ctx->dc_bios->funcs->get_hpd_info(link->ctx->dc_bios, link->link_id, &hpd_info) == BP_RE… in construct_phy()
646 link->hpd_src = hpd_info.hpd_int_gpio_uid - 1; in construct_phy()
649 enc_init_data.hpd_active_high = (hpd_info.hpd_active == 0) ? true : false; in construct_phy()
650 DC_LOG_DC("BIOS object table - hpd_int_gpio_uid id: %d", hpd_info.hpd_int_gpio_uid); in construct_phy()