Re: [U-Boot] [PATCH 1/3] edid: Set timings flags according to edid

2017-05-15 Thread Anatolij Gustschin
On Sat, 29 Apr 2017 14:43:35 +0200 Jernej Skrabec jernej.skra...@siol.net wrote: > Timing flags are never set, so they may contain garbage. Since some > drivers check them, video output may be broken on those drivers. > > Initialize them to 0 and check for few common flags. > > Signed-off-by: Je

Re: [U-Boot] [PATCH 1/3] edid: Set timings flags according to edid

2017-04-29 Thread Simon Glass
On 29 April 2017 at 06:43, Jernej Skrabec wrote: > Timing flags are never set, so they may contain garbage. Since some > drivers check them, video output may be broken on those drivers. > > Initialize them to 0 and check for few common flags. > > Signed-off-by: Jernej Skrabec > --- > > common/ed