Re: [U-Boot] [PATCH 09/12] dm: video: Add driver-model support to vesa graphics

2016-10-05 Thread Bin Meng
Hi Simon, On Mon, Oct 3, 2016 at 11:12 AM, Simon Glass wrote: > Provide a function to run the Vesa BIOS for a given PCI device and obtain > the resulting configuration (e.g. display size) for use by the video > uclass. This makes it easier to write a video driver that uses vesa and > supports dri

[U-Boot] [PATCH 09/12] dm: video: Add driver-model support to vesa graphics

2016-10-02 Thread Simon Glass
Provide a function to run the Vesa BIOS for a given PCI device and obtain the resulting configuration (e.g. display size) for use by the video uclass. This makes it easier to write a video driver that uses vesa and supports driver model. Signed-off-by: Simon Glass --- drivers/pci/pci_rom.c | 55