Re: [U-Boot] [PATCH v2 07/12] dm: x86: video: Add a driver-model driver for ivybridge graphics

2016-10-07 Thread Bin Meng
On Sat, Oct 8, 2016 at 10:33 AM, Bin Meng wrote: > On Thu, Oct 6, 2016 at 10:42 AM, Simon Glass wrote: >> At present we use the legacy vesa driver for graphics. Add a driver which >> supports driver model. This can be probed only when needed, removing the

Re: [U-Boot] [PATCH v2 07/12] dm: x86: video: Add a driver-model driver for ivybridge graphics

2016-10-07 Thread Bin Meng
On Thu, Oct 6, 2016 at 10:42 AM, Simon Glass wrote: > At present we use the legacy vesa driver for graphics. Add a driver which > supports driver model. This can be probed only when needed, removing the > need to start up the display if it is not used. > > Signed-off-by: Simon

[U-Boot] [PATCH v2 07/12] dm: x86: video: Add a driver-model driver for ivybridge graphics

2016-10-05 Thread Simon Glass
At present we use the legacy vesa driver for graphics. Add a driver which supports driver model. This can be probed only when needed, removing the need to start up the display if it is not used. Signed-off-by: Simon Glass --- Changes in v2: - Drop invalid '1' at start of file