[PATCH 1/2] drm/radeon: fix surface sync in fence on cayman

2014-01-16 Thread Deucher, Alexander
> -Original Message- > From: Tom Stellard [mailto:tom at stellard.net] > Sent: Thursday, January 16, 2014 6:25 PM > To: Alex Deucher > Cc: dri-devel at lists.freedesktop.org; Deucher, Alexander; > stable at vger.kernel.org > Subject: Re: [PATCH 1/2] drm/radeon: fix sur

[PATCH 1/2] drm/radeon: fix surface sync in fence on cayman (v2)

2014-01-16 Thread Alex Deucher
We need to set the engine bit to select the ME and also set the full cache bit. Should help stability on TN and cayman. V2: fix up surface sync in ib execute as well Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/ni.c | 16 +++- drivers/gpu/dr

[PATCH 1/2] drm/radeon: fix surface sync in fence on cayman

2014-01-16 Thread Alex Deucher
We need to set the engine bit to select the ME and also set the full cache bit. Should help stability on TN and cayman. Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/ni.c | 7 +++ drivers/gpu/drm/radeon/nid.h | 1 + 2 files changed, 4 insertions(+), 4

[PATCH 1/2] drm/radeon: fix surface sync in fence on cayman

2014-01-16 Thread Tom Stellard
cher, Alexander; > > stable at vger.kernel.org > > Subject: Re: [PATCH 1/2] drm/radeon: fix surface sync in fence on cayman > > > > On Thu, Jan 16, 2014 at 06:14:58PM -0500, Alex Deucher wrote: > > > We need to set the engine bit to select the ME and > > > al

[PATCH 1/2] drm/radeon: fix surface sync in fence on cayman

2014-01-16 Thread Tom Stellard
On Thu, Jan 16, 2014 at 06:14:58PM -0500, Alex Deucher wrote: > We need to set the engine bit to select the ME and > also set the full cache bit. Should help stability > on TN and cayman. > > Signed-off-by: Alex Deucher > Cc: stable at vger.kernel.org > --- > drivers/gpu/drm/radeon/ni.c | 7 ++