[PATCH] drm/radeon: enable pci bus mastering after card is initialised

2012-04-03 Thread Dave Airlie
From: Dave Airlie This closes a race seen with kexec where we enable PCI bus mastering but the card has been reinitialised fully yet. This was previously fixed by a patch from Jerome, but this should close the race completely. Reported-and-tested-by: Markus Trippelsdorf Signed-off-by: Dave Air

[PATCH] drm/radeon: enable pci bus mastering after card is initialised

2012-04-03 Thread Alex Deucher
On Tue, Apr 3, 2012 at 8:13 AM, Dave Airlie wrote: > From: Dave Airlie > > This closes a race seen with kexec where we enable PCI bus mastering > but the card has been reinitialised fully yet. > > This was previously fixed by a patch from Jerome, but this should > close the race completely. > > R

Re: [PATCH] drm/radeon: enable pci bus mastering after card is initialised

2012-04-03 Thread Alex Deucher
On Tue, Apr 3, 2012 at 8:13 AM, Dave Airlie wrote: > From: Dave Airlie > > This closes a race seen with kexec where we enable PCI bus mastering > but the card has been reinitialised fully yet. > > This was previously fixed by a patch from Jerome, but this should > close the race completely. > > R

[PATCH] drm/radeon: enable pci bus mastering after card is initialised

2012-04-03 Thread Dave Airlie
From: Dave Airlie This closes a race seen with kexec where we enable PCI bus mastering but the card has been reinitialised fully yet. This was previously fixed by a patch from Jerome, but this should close the race completely. Reported-and-tested-by: Markus Trippelsdorf Signed-off-by: Dave Air