[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Michel Dänzer
On Die, 2011-04-19 at 16:38 +0200, C?dric Cano wrote: > > Sorry, I've done a patch in reverse mode :(. I can recommend using Git. :) > I repost the patch for r600 and evergreen write back correction for > big endian platforms. > > Cedric > > Signed-off-by: Cedric Cano > --- > diff -Nuar linu

[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Cédric Cano
Hi, Sorry, I've done a patch in reverse mode :(. I repost the patch for r600 and evergreen write back correction for big endian platforms. Cedric Signed-off-by: Cedric Cano --- diff -Nuar linux-2.6.38.2/drivers/gpu/drm/radeon/evergreen.c linux-2.6.38.2/drivers/gpu/drm/radeon/evergreen.c ---

[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Cédric Cano
Signed-off-by: Cedric Cano --- --- linux-2.6.38.2/drivers/gpu/drm/radeon/evergreen.c2011-04-19 11:39:39.0 +0200 +++ /home/cec/tmp/linux-2.6.38.2/drivers/gpu/drm/radeon/evergreen.c 2011-03-27 20:37:20.0 +0200 @@ -2587,7 +2587,7 @@ u32 wptr, tmp; if (rdev->wb.en

[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Michel Dänzer
On Die, 2011-04-19 at 10:23 +0200, C?dric Cano wrote: > > The following patch fixes interrupt acknowledge when write-back is > enabled on big endian platform. > > The same should be applied on evergreen. Can you include that in the patch? I somehow managed to miss these in my previous patch fo

[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Cédric Cano
Hi, The following patch fixes interrupt acknowledge when write-back is enabled on big endian platform. The same should be applied on evergreen. Cedric Signed-off-by: Cedric Cano --- diff -Naur linux-2.6.38.2/drivers/gpu/drm/radeon/r600.c linux-2.6.38.2/drivers/gpu/drm/radeon/r600.c --- linux-

Re: [PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Michel Dänzer
On Die, 2011-04-19 at 16:38 +0200, Cédric Cano wrote: > > Sorry, I've done a patch in reverse mode :(. I can recommend using Git. :) > I repost the patch for r600 and evergreen write back correction for > big endian platforms. > > Cedric > > Signed-off-by: Cedric Cano > --- > diff -Nuar linu

Re: [PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Cédric Cano
Hi, Sorry, I've done a patch in reverse mode :(. I repost the patch for r600 and evergreen write back correction for big endian platforms. Cedric Signed-off-by: Cedric Cano --- diff -Nuar linux-2.6.38.2/drivers/gpu/drm/radeon/evergreen.c linux-2.6.38.2/drivers/gpu/drm/radeon/evergreen.c --

Re: [PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Cédric Cano
Signed-off-by: Cedric Cano --- --- linux-2.6.38.2/drivers/gpu/drm/radeon/evergreen.c2011-04-19 11:39:39.0 +0200 +++ /home/cec/tmp/linux-2.6.38.2/drivers/gpu/drm/radeon/evergreen.c 2011-03-27 20:37:20.0 +0200 @@ -2587,7 +2587,7 @@ u32 wptr, tmp; if (rdev->wb.en

Re: [PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Michel Dänzer
On Die, 2011-04-19 at 10:23 +0200, Cédric Cano wrote: > > The following patch fixes interrupt acknowledge when write-back is > enabled on big endian platform. > > The same should be applied on evergreen. Can you include that in the patch? I somehow managed to miss these in my previous patch fo

[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-19 Thread Cédric Cano
Hi, The following patch fixes interrupt acknowledge when write-back is enabled on big endian platform. The same should be applied on evergreen. Cedric Signed-off-by: Cedric Cano --- diff -Naur linux-2.6.38.2/drivers/gpu/drm/radeon/r600.c linux-2.6.38.2/drivers/gpu/drm/radeon/r600.c --- linu

[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-07 Thread Michel Dänzer
From: Michel D?nzer This is necessary even with PCI(e) GART, and it makes writeback work even with AGP on my PowerBook. Might still be unreliable with older revisions of UniNorth and other AGP bridges though. Signed-off-by: Michel D?nzer --- drivers/gpu/drm/radeon/radeon_fence.c |2 +- dri

[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-07 Thread Alex Deucher
2011/4/7 Michel D?nzer : > From: Michel D?nzer > > This is necessary even with PCI(e) GART, and it makes writeback work even with > AGP on my PowerBook. Might still be unreliable with older revisions of > UniNorth > and other AGP bridges though. Looks good. Reviewed-by: Alex Deucher > > Signe

Re: [PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-07 Thread Alex Deucher
2011/4/7 Michel Dänzer : > From: Michel Dänzer > > This is necessary even with PCI(e) GART, and it makes writeback work even with > AGP on my PowerBook. Might still be unreliable with older revisions of > UniNorth > and other AGP bridges though. Looks good. Reviewed-by: Alex Deucher > > Signe

[PATCH] radeon: Fix KMS CP writeback on big endian machines.

2011-04-07 Thread Michel Dänzer
From: Michel Dänzer This is necessary even with PCI(e) GART, and it makes writeback work even with AGP on my PowerBook. Might still be unreliable with older revisions of UniNorth and other AGP bridges though. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_fence.c |2 +- dri