Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Dcore_types.h85 bool (*validate_bandwidth)( member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce60/
Ddce60_resource.c934 .validate_bandwidth = dce60_validate_bandwidth,
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Damdgpu_dc.c3026 if (!dc->res_pool->funcs->validate_bandwidth(dc, dsc_validate_context, true)) { in copy_stream_update_to_stream()
3245 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) { in update_planes_and_stream_state()
4314 if (dc->res_pool->funcs->validate_bandwidth(dc, minimal_transition_context, false)) { in create_minimal_transition_state()
4828 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) { in update_planes_and_stream_v1()
Ddc_resource.c4099 if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx, fast_validate)) in dc_validate_global_state()