Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_bios_types.h154 enum bp_result (*get_lttpr_caps)( member
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1222 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn303_resource_construct()
1226 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn303_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1276 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn302_resource_construct()
1280 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn302_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1486 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn301_resource_construct()
1490 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn301_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1803 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn316_resource_construct()
1807 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn316_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1893 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn314_resource_construct()
1897 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn314_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1916 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn35_resource_construct()
1920 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn35_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1927 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn315_resource_construct()
1931 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn315_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1963 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn31_resource_construct()
1967 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn31_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1790 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn321_resource_construct()
1794 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn321_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1888 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn36_resource_construct()
1892 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn36_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1886 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn351_resource_construct()
1890 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn351_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1930 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn401_resource_construct()
1934 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn401_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2362 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn30_resource_construct()
2366 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn30_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2236 if (ctx->dc_bios->funcs->get_lttpr_caps) { in dcn32_resource_construct()
2240 bp_query_result = ctx->dc_bios->funcs->get_lttpr_caps(ctx->dc_bios, &is_vbios_lttpr_enable); in dcn32_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c3687 .get_lttpr_caps = bios_parser_get_lttpr_caps,