Home
last modified time | relevance | path

Searched refs:get_lttpr_caps (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_bios_types.h162 enum bp_result (*get_lttpr_caps)( member
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1258 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn303_resource_construct()
1262 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn303_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1313 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn302_resource_construct()
1317 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn302_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1519 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn301_resource_construct()
1523 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn301_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1836 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn316_resource_construct()
1840 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn316_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1931 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn314_resource_construct()
1935 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn314_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1949 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn36_resource_construct()
1953 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn36_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1971 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn35_resource_construct()
1975 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn35_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1961 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn315_resource_construct()
1965 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn315_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1942 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn351_resource_construct()
1946 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn351_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1999 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn31_resource_construct()
2003 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn31_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1821 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn321_resource_construct()
1825 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn321_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c2022 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn401_resource_construct()
2026 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn401_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2393 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn30_resource_construct()
2397 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn30_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2322 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn32_resource_construct()
2326 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn32_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c3687 .get_lttpr_caps = bios_parser_get_lttpr_caps,