Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1280 uint8_t is_vbios_interop_enabled = 0; in dcn302_resource_construct() local
1283 &is_vbios_interop_enabled); in dcn302_resource_construct()
1284 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn302_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c1212 uint8_t is_vbios_interop_enabled = 0; in dcn303_resource_construct() local
1214 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn303_resource_construct()
1215 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn303_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1505 uint8_t is_vbios_interop_enabled = 0; in dcn301_resource_construct() local
1507 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn301_resource_construct()
1508 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn301_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c2349 uint8_t is_vbios_interop_enabled = 0; in dcn30_resource_construct() local
2352 &is_vbios_interop_enabled); in dcn30_resource_construct()
2353 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn30_resource_construct()