Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c863 dc->optimize_seamless_boot_streams = 0; in dc_create()
1209 dc->optimize_seamless_boot_streams++; in dc_commit_state_no_check()
1212 if (dc->optimize_seamless_boot_streams == 0) in dc_commit_state_no_check()
1285 if (dc->optimize_seamless_boot_streams == 0) { in dc_commit_state_no_check()
1337 if (!dc->optimized_required || dc->optimize_seamless_boot_streams > 0) in dc_post_update_surfaces_to_stream()
2121 if (dc->optimize_seamless_boot_streams == 0) in commit_planes_do_stream_update()
2162 if (dc->optimize_seamless_boot_streams > 0 && surface_count > 0) { in commit_planes_for_stream()
2171 dc->optimize_seamless_boot_streams--; in commit_planes_for_stream()
2173 if (dc->optimize_seamless_boot_streams == 0) in commit_planes_for_stream()
2178 if (update_type == UPDATE_TYPE_FULL && dc->optimize_seamless_boot_streams == 0) { in commit_planes_for_stream()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc.h525 int optimize_seamless_boot_streams; member