Re: [PATCH] drm: fixed access to PCI host bridges

2012-12-26 Thread Dave Airlie
On Thu, Dec 27, 2012 at 8:40 AM, Bjorn Helgaas wrote: > On Sat, Dec 22, 2012 at 12:01 PM, Lucas Kannebley Tavares > wrote: >> During the process of obtaining the speed cap for the device, it >> attempts go get the PCI Host bus. However on architectures such as PPC >> or IA64, those do not appear

Re: [PATCH] drm: fixed access to PCI host bridges

2012-12-26 Thread Bjorn Helgaas
On Sat, Dec 22, 2012 at 12:01 PM, Lucas Kannebley Tavares wrote: > During the process of obtaining the speed cap for the device, it > attempts go get the PCI Host bus. However on architectures such as PPC > or IA64, those do not appear as devices. > > Signed-off-by: Lucas Kannebley Tavares > ---

[PATCH] drm: fixed access to PCI host bridges

2012-12-22 Thread Lucas Kannebley Tavares
During the process of obtaining the speed cap for the device, it attempts go get the PCI Host bus. However on architectures such as PPC or IA64, those do not appear as devices. Signed-off-by: Lucas Kannebley Tavares --- drivers/gpu/drm/drm_pci.c |5 + 1 files changed, 5 insertions(+), 0