Re: [PATCH] only try to find radeon IGP ROM on X86

2013-10-11 Thread David Miller
From: Meelis Roos Date: Thu, 10 Oct 2013 18:26:39 +0300 (EEST) >> On Thu, Oct 10, 2013 at 7:51 AM, Meelis Roos wrote: >> > To prevent hangs on non-PC machines (e.g. sparc64), probe Radeon ROM >> > from ATI IGP only on X86. Fixes hang in this place and allows PCI radeon >> > detection to move on

Re: [PATCH] only try to find radeon IGP ROM on X86

2013-10-10 Thread Alex Deucher
On Thu, Oct 10, 2013 at 11:26 AM, Meelis Roos wrote: >> On Thu, Oct 10, 2013 at 7:51 AM, Meelis Roos wrote: >> > To prevent hangs on non-PC machines (e.g. sparc64), probe Radeon ROM >> > from ATI IGP only on X86. Fixes hang in this place and allows PCI radeon >> > detection to move on to next pro

Re: [PATCH] only try to find radeon IGP ROM on X86

2013-10-10 Thread Meelis Roos
> On Thu, Oct 10, 2013 at 7:51 AM, Meelis Roos wrote: > > To prevent hangs on non-PC machines (e.g. sparc64), probe Radeon ROM > > from ATI IGP only on X86. Fixes hang in this place and allows PCI radeon > > detection to move on to next problem. > > NACK. All this function does it attempt to rea

Re: [PATCH] only try to find radeon IGP ROM on X86

2013-10-10 Thread Alex Deucher
On Thu, Oct 10, 2013 at 7:51 AM, Meelis Roos wrote: > To prevent hangs on non-PC machines (e.g. sparc64), probe Radeon ROM > from ATI IGP only on X86. Fixes hang in this place and allows PCI radeon > detection to move on to next problem. NACK. All this function does it attempt to read the rom fr

[PATCH] only try to find radeon IGP ROM on X86

2013-10-10 Thread Meelis Roos
To prevent hangs on non-PC machines (e.g. sparc64), probe Radeon ROM from ATI IGP only on X86. Fixes hang in this place and allows PCI radeon detection to move on to next problem. Signed-off-by: Meelis Roos diff --git a/drivers/gpu/drm/radeon/radeon_bios.c b/drivers/gpu/drm/radeon/radeon_bios