From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 8 Oct 2016 12:24:01 +0800 Subject: [U-Boot] [PATCH v2 09/12] dm: video: Add driver-model support to vesa graphics In-Reply-To: <1475721740-15124-10-git-send-email-sjg@chromium.org> References: <1475721740-15124-1-git-send-email-sjg@chromium.org> <1475721740-15124-10-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 6, 2016 at 10:42 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 driver model. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Make vbe_setup_video_priv() static > > drivers/pci/pci_rom.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ > include/vbe.h | 2 ++ > 2 files changed, 57 insertions(+) > applied to u-boot-x86, thanks!