Re: [U-Boot] [RFC 1/4] video: fsl_dcu_fb: refactor init functions

2019-07-11 Thread Oleksandr Suvorov
On Thu, 11 Jul 2019 at 17:26, Igor Opaniuk wrote: > > + Oleksandr, Philippe > > On Mon, Jun 10, 2019 at 2:47 PM Igor Opaniuk wrote: > > > > From: Igor Opaniuk > > > > Move dcu-related code to fsl_dcu_probe_common, keep in video_hw_init() > > only legacy video stack (filling GraphicPanel struct e

Re: [U-Boot] [RFC 1/4] video: fsl_dcu_fb: refactor init functions

2019-07-11 Thread Igor Opaniuk
+ Oleksandr, Philippe On Mon, Jun 10, 2019 at 2:47 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Move dcu-related code to fsl_dcu_probe_common, keep in video_hw_init() > only legacy video stack (filling GraphicPanel struct etc.). > > Add wrappers for all init functions, that will let to prov

[U-Boot] [RFC 1/4] video: fsl_dcu_fb: refactor init functions

2019-06-10 Thread Igor Opaniuk
From: Igor Opaniuk Move dcu-related code to fsl_dcu_probe_common, keep in video_hw_init() only legacy video stack (filling GraphicPanel struct etc.). Add wrappers for all init functions, that will let to provide struct fb_info as an additional param (needed for further moving it from the global