Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c1281 uint8_t is_vbios_interop_enabled = 0; in dcn302_resource_construct() local
1284 &is_vbios_interop_enabled); in dcn302_resource_construct()
1285 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn302_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c1206 uint8_t is_vbios_interop_enabled = 0; in dcn303_resource_construct() local
1208 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn303_resource_construct()
1209 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn303_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c1484 uint8_t is_vbios_interop_enabled = 0; in dcn301_resource_construct() local
1486 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn301_resource_construct()
1487 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn301_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c2350 uint8_t is_vbios_interop_enabled = 0; in dcn30_resource_construct() local
2353 &is_vbios_interop_enabled); in dcn30_resource_construct()
2354 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn30_resource_construct()