Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c957 dc->optimize_seamless_boot_streams = 0; in dc_create()
1344 dc->optimize_seamless_boot_streams++; in dc_commit_state_no_check()
1346 if (context->stream_count > dc->optimize_seamless_boot_streams || in dc_commit_state_no_check()
1429 if (context->stream_count > dc->optimize_seamless_boot_streams || in dc_commit_state_no_check()
1538 if ((!dc->optimized_required) || dc->optimize_seamless_boot_streams > 0) in dc_post_update_surfaces_to_stream()
2343 if (dc->optimize_seamless_boot_streams == 0) in commit_planes_do_stream_update()
2383 if (dc->optimize_seamless_boot_streams > 0 && surface_count > 0) { in commit_planes_for_stream()
2392 dc->optimize_seamless_boot_streams--; in commit_planes_for_stream()
2394 if (dc->optimize_seamless_boot_streams == 0) in commit_planes_for_stream()
2404 if (dc->optimize_seamless_boot_streams == 0) in commit_planes_for_stream()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc.h607 int optimize_seamless_boot_streams; member