Re: [PATCH] Initialize ATA before graphics

2020-02-26 Thread Randy Dunlap
Hi Paul, You should have also Cc-ed Arjan on this email. [done] On 2/24/20 6:09 AM, Paul Menzel wrote: > From: Arjan van de Ven > Date: Thu, 2 Jun 2016 23:36:32 -0500 > > ATA init is the long pole in the boot process, and its asynchronous. > Move the graphics init after it, so that ATA and grap

[PATCH] Initialize ATA before graphics

2020-02-24 Thread Paul Menzel
From: Arjan van de Ven Date: Thu, 2 Jun 2016 23:36:32 -0500 ATA init is the long pole in the boot process, and its asynchronous. Move the graphics init after it, so that ATA and graphics initialize in parallel. Signed-off-by: Paul Menzel --- 1. Taken from Clear Linux: https://github.com/clea