Searched refs:validate_bandwidth (Results 1 – 24 of 24) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 107 bool (*validate_bandwidth)( member
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce100/ |
D | dce100_resource.c | 971 .validate_bandwidth = dce100_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_resource.c | 907 .validate_bandwidth = dce112_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 2866 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()
|
D | dc_resource.c | 2664 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/ |
D | dcn201_resource.c | 1073 .validate_bandwidth = dcn20_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.c | 1051 .validate_bandwidth = dce112_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce60/ |
D | dce60_resource.c | 934 .validate_bandwidth = dce60_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce80/ |
D | dce80_resource.c | 937 .validate_bandwidth = dce80_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 1139 .validate_bandwidth = dcn30_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 1070 .validate_bandwidth = dcn30_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_resource.c | 1233 .validate_bandwidth = dce110_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_resource.c | 1281 .validate_bandwidth = dcn10_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 1410 .validate_bandwidth = dcn21_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_resource.c | 1402 .validate_bandwidth = dcn30_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_resource.c | 1696 .validate_bandwidth = dcn31_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/ |
D | dcn316_resource.c | 1734 .validate_bandwidth = dcn31_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn315/ |
D | dcn315_resource.c | 1732 .validate_bandwidth = dcn31_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn321/ |
D | dcn321_resource.c | 1605 .validate_bandwidth = dcn32_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_resource.c | 1827 .validate_bandwidth = dcn31_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 2016 .validate_bandwidth = dcn32_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.c | 2219 .validate_bandwidth = dcn30_validate_bandwidth,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 2217 .validate_bandwidth = dcn20_validate_bandwidth,
|
D | dcn20_hwseq.c | 2022 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) in dcn20_update_bandwidth()
|