Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
A Ddcn302_resource.c1285 uint8_t is_vbios_interop_enabled = 0; in dcn302_resource_construct() local
1288 &is_vbios_interop_enabled); in dcn302_resource_construct()
1289 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn302_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
A Ddcn303_resource.c1231 uint8_t is_vbios_interop_enabled = 0; in dcn303_resource_construct() local
1233 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn303_resource_construct()
1234 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn303_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
A Ddcn301_resource.c1496 uint8_t is_vbios_interop_enabled = 0; in dcn301_resource_construct() local
1498 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn301_resource_construct()
1499 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn301_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
A Ddcn30_resource.c2370 uint8_t is_vbios_interop_enabled = 0; in dcn30_resource_construct() local
2373 &is_vbios_interop_enabled); in dcn30_resource_construct()
2374 dc->caps.vbios_lttpr_aware = (bp_query_result == BP_RESULT_OK) && !!is_vbios_interop_enabled; in dcn30_resource_construct()

Completed in 19 milliseconds