Re: [PATCH 4/4] drm/amd/display: Refactor mark_seamless_boot_stream()

2025-01-21 Thread Harry Wentland
On 2025-01-20 14:49, Mario Limonciello wrote: > From: Mario Limonciello > > mark_seamless_boot_stream() can be called multiple times to run > the more expensive checks in dc_validate_boot_timing(). > > Refactor the function so that if those have already passed once > the function isn't called ag

[PATCH 4/4] drm/amd/display: Refactor mark_seamless_boot_stream()

2025-01-20 Thread Mario Limonciello
From: Mario Limonciello mark_seamless_boot_stream() can be called multiple times to run the more expensive checks in dc_validate_boot_timing(). Refactor the function so that if those have already passed once the function isn't called again. Also add a message the first time that they have passe