Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h99 bool (*validate_bandwidth)( member
/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c900 .validate_bandwidth = dce100_validate_bandwidth,
/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c837 .validate_bandwidth = dce112_validate_bandwidth,
/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c978 .validate_bandwidth = dce112_validate_bandwidth,
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c1159 .validate_bandwidth = dce110_validate_bandwidth,
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1254 .validate_bandwidth = dcn_validate_bandwidth,
/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c866 .validate_bandwidth = dce80_validate_bandwidth,
/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1424 .validate_bandwidth = dcn21_validate_bandwidth,
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1316 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) in dcn20_update_bandwidth()
Ddcn20_resource.c2896 .validate_bandwidth = dcn20_validate_bandwidth,
/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1859 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, in copy_stream_update_to_stream()
Ddc_resource.c2092 if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx, fast_validate)) in dc_validate_global_state()