Home
last modified time | relevance | path

Searched refs:optimize_seamless_boot_streams (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c968 dc->optimize_seamless_boot_streams = 0; in dc_create()
1355 dc->optimize_seamless_boot_streams++; in dc_commit_state_no_check()
1357 if (context->stream_count > dc->optimize_seamless_boot_streams || in dc_commit_state_no_check()
1440 if (context->stream_count > dc->optimize_seamless_boot_streams || in dc_commit_state_no_check()
1553 if ((!dc->optimized_required) || dc->optimize_seamless_boot_streams > 0) in dc_post_update_surfaces_to_stream()
2355 if (dc->optimize_seamless_boot_streams == 0) in commit_planes_do_stream_update()
2395 if (dc->optimize_seamless_boot_streams > 0 && surface_count > 0) { in commit_planes_for_stream()
2404 dc->optimize_seamless_boot_streams--; in commit_planes_for_stream()
2406 if (dc->optimize_seamless_boot_streams == 0) in commit_planes_for_stream()
2416 if (dc->optimize_seamless_boot_streams in commit_planes_for_stream()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc.h607 int optimize_seamless_boot_streams; member

Completed in 7 milliseconds