Re: [U-Boot] [PATCH 20/23] x86: tnc: Remove IGD and SDVO devices from driver model

2016-02-02 Thread Bin Meng
On Tue, Feb 2, 2016 at 12:20 AM, Simon Glass wrote: > Hi Bin, > > On 1 February 2016 at 02:40, Bin Meng wrote: >> With recent DM PCI changes to vesa_fb driver, external graphics >> card does not work any more. This is because: after setting the >> function

[U-Boot] [PATCH 20/23] x86: tnc: Remove IGD and SDVO devices from driver model

2016-02-01 Thread Bin Meng
With recent DM PCI changes to vesa_fb driver, external graphics card does not work any more. This is because: after setting the function disable bit, IGD and SDVO devices will disappear in the PCI configuration space. This however creates an inconsistent state from a driver model PCI controller

Re: [U-Boot] [PATCH 20/23] x86: tnc: Remove IGD and SDVO devices from driver model

2016-02-01 Thread Simon Glass
Hi Bin, On 1 February 2016 at 02:40, Bin Meng wrote: > With recent DM PCI changes to vesa_fb driver, external graphics > card does not work any more. This is because: after setting the > function disable bit, IGD and SDVO devices will disappear in the > PCI configuration