Searched refs:validate_bandwidth (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 99 bool (*validate_bandwidth)( member
|
/drivers/gpu/drm/amd/display/dc/dce100/ |
D | dce100_resource.c | 900 .validate_bandwidth = dce100_validate_bandwidth,
|
/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_resource.c | 837 .validate_bandwidth = dce112_validate_bandwidth,
|
/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.c | 978 .validate_bandwidth = dce112_validate_bandwidth,
|
/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_resource.c | 1159 .validate_bandwidth = dce110_validate_bandwidth,
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_resource.c | 1254 .validate_bandwidth = dcn_validate_bandwidth,
|
/drivers/gpu/drm/amd/display/dc/dce80/ |
D | dce80_resource.c | 866 .validate_bandwidth = dce80_validate_bandwidth,
|
/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 1424 .validate_bandwidth = dcn21_validate_bandwidth,
|
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 1316 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) in dcn20_update_bandwidth()
|
D | dcn20_resource.c | 2896 .validate_bandwidth = dcn20_validate_bandwidth,
|
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1859 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, in copy_stream_update_to_stream()
|
D | dc_resource.c | 2092 if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx, fast_validate)) in dc_validate_global_state()
|