Home
last modified time | relevance | path

Searched refs:validate_bandwidth (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h107 bool (*validate_bandwidth)( member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c971 .validate_bandwidth = dce100_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c907 .validate_bandwidth = dce112_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2866 if (!dc->res_pool->funcs->validate_bandwidth(dc, dsc_validate_context, true)) { in copy_stream_update_to_stream()
2989 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) { in update_planes_and_stream_state()
3671 if (dc->res_pool->funcs->validate_bandwidth(dc, transition_context, false)) { in commit_minimal_transition_state()
3869 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) { in dc_commit_updates_for_stream()
Ddc_resource.c2664 if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx, fast_validate)) in dc_validate_global_state()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c1073 .validate_bandwidth = dcn20_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c1051 .validate_bandwidth = dce112_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c934 .validate_bandwidth = dce60_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c937 .validate_bandwidth = dce80_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1139 .validate_bandwidth = dcn30_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c1070 .validate_bandwidth = dcn30_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c1233 .validate_bandwidth = dce110_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1281 .validate_bandwidth = dcn10_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1410 .validate_bandwidth = dcn21_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1402 .validate_bandwidth = dcn30_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1696 .validate_bandwidth = dcn31_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1734 .validate_bandwidth = dcn31_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1732 .validate_bandwidth = dcn31_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1605 .validate_bandwidth = dcn32_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1827 .validate_bandwidth = dcn31_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c2016 .validate_bandwidth = dcn32_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c2219 .validate_bandwidth = dcn30_validate_bandwidth,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2217 .validate_bandwidth = dcn20_validate_bandwidth,
Ddcn20_hwseq.c2022 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) in dcn20_update_bandwidth()