Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c3021 struct dc_state *dsc_validate_context = dc_state_create_copy(dc->current_state); in copy_stream_update_to_stream() local
3023 if (dsc_validate_context) { in copy_stream_update_to_stream()
3026 if (!dc->res_pool->funcs->validate_bandwidth(dc, dsc_validate_context, true)) { in copy_stream_update_to_stream()
3032 dc_state_release(dsc_validate_context); in copy_stream_update_to_stream()