Searched refs:is_vbios_interop_enabled (Results 1 – 4 of 4) sorted by relevance
1235 uint8_t is_vbios_interop_enabled = 0; in dcn303_resource_construct() local1237 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn303_resource_construct()1238 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn303_resource_construct()
1290 uint8_t is_vbios_interop_enabled = 0; in dcn302_resource_construct() local1293 &is_vbios_interop_enabled); in dcn302_resource_construct()1294 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn302_resource_construct()
1495 uint8_t is_vbios_interop_enabled = 0; in dcn301_resource_construct() local1497 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn301_resource_construct()1498 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn301_resource_construct()
2369 uint8_t is_vbios_interop_enabled = 0; in dcn30_resource_construct() local2372 &is_vbios_interop_enabled); in dcn30_resource_construct()2373 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn30_resource_construct()