> -----Original Message----- > From: gregkh@xxxxxxxxxxxxxxxxxxx [mailto:gregkh@xxxxxxxxxxxxxxxxxxx] > Sent: Thursday, August 08, 2013 7:45 PM > To: Deucher, Alexander > Cc: Koenig, Christian; golden.fleeced@xxxxxxxxx; stable@xxxxxxxxxxxxxxx; > stable-commits@xxxxxxxxxxxxxxx > Subject: Re: Patch "drm/radeon: Disable dma rings for bo moves on r6xx" has > been added to the 3.10-stable tree > > On Mon, Aug 05, 2013 at 01:02:51PM +0000, Deucher, Alexander wrote: > > Please use this updated patch for 3.10 and earlier kernels. > > This patch seems to match what I already applied, what is different with > it? The original patch from 3.11 didn't apply to older kernels due to changes in radeon_asic.c. A new asic family was added so the original patch may have applied to the wrong chip family. In 3.11 there is a new rv6xx_asic struct so the patch patched 3 structs r600_asic, rv6xx_asic, and rs780_asic. In 3.10, there is no rv6xx_asic struct, so the 3.10 patch only applies to r600_asic and rs780_asic. Or are you saying you got the same 3.10 and older patch twice? I only sent it once as far as I recall. Anyway, if you already have it that's fine. Thanks, Alex > > confused, > > greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html