On Fri, 06 Feb 2026, Jani Nikula <[email protected]> wrote:
> @@ -415,6 +438,8 @@ int intel_crtc_init(struct intel_display *display)
>                   INTEL_NUM_PIPES(display), 
> str_plural(INTEL_NUM_PIPES(display)));
>  
>       for_each_pipe(display, pipe) {
> +             pipe = reorder_pipe(display, pipe);
> +

This assignment screws up the loop variable and everything
breaks. *facepalm*.

See [1] instead.


[1] https://lore.kernel.org/r/[email protected]


-- 
Jani Nikula, Intel

Reply via email to