Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_bios_types.h157 enum bp_result (*get_lttpr_interop)( member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c1279 if (ctx->dc_bios->funcs->get_lttpr_interop) { in dcn302_resource_construct()
1283 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, in dcn302_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c1204 if (ctx->dc_bios->funcs->get_lttpr_interop) { in dcn303_resource_construct()
1208 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn303_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c1482 if (ctx->dc_bios->funcs->get_lttpr_interop) { in dcn301_resource_construct()
1486 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, &is_vbios_interop_enabled); in dcn301_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c2348 if (ctx->dc_bios->funcs->get_lttpr_interop) { in dcn30_resource_construct()
2352 bp_query_result = ctx->dc_bios->funcs->get_lttpr_interop(ctx->dc_bios, in dcn30_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c3590 .get_lttpr_interop = bios_parser_get_lttpr_interop,