commit | 3523035b0ee89d2d448e15ad258f5d5437bc9710 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 29 13:17:55 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 12 10:19:09 2016 -0700 |
tree | 3466fb129653b56e509694163c6cf7cdfbc76a84 | |
parent | f1037ad0cfee2b3335e6d42c9623cf2b801245a1 [diff] |
dm: x86: ivybridge: Convert graphics init to use DM PCI API Use the driver-model PCI functions here where possible. For now we have to search for the device with pci_bus_find_bdf() but at some point we can put this in a proper driver and avoid this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>