Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c2022 struct dc_state *dsc_validate_context = dc_create_state(dc); in copy_stream_update_to_stream() local
2024 if (dsc_validate_context) { in copy_stream_update_to_stream()
2025 dc_resource_state_copy_construct(dc->current_state, dsc_validate_context); in copy_stream_update_to_stream()
2029 if (!dc->res_pool->funcs->validate_bandwidth(dc, dsc_validate_context, true)) { in copy_stream_update_to_stream()
2035 dc_release_state(dsc_validate_context); in copy_stream_update_to_stream()