Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1071 dc->optimize_seamless_boot = true; in dc_commit_state_no_check()
1074 if (!dc->optimize_seamless_boot) in dc_commit_state_no_check()
1143 if (!dc->optimize_seamless_boot) in dc_commit_state_no_check()
1188 if (!dc->optimized_required || dc->optimize_seamless_boot) in dc_post_update_surfaces_to_stream()
1945 if (!dc->optimize_seamless_boot) in commit_planes_do_stream_update()
1979 if (dc->optimize_seamless_boot && surface_count > 0) { in commit_planes_for_stream()
1988 dc->optimize_seamless_boot = false; in commit_planes_for_stream()
1993 if (update_type == UPDATE_TYPE_FULL && !dc->optimize_seamless_boot) { in commit_planes_for_stream()
/drivers/gpu/drm/amd/display/dc/
Ddc.h501 bool optimize_seamless_boot; member