Re: [PATCH] Big endian support for RV730 (Gallium r600g)

2011-04-19 Thread Michel Dänzer
[ Moving to the mesa-dev list ] On Fre, 2011-04-15 at 18:20 +0200, Cédric Cano wrote: > > Here you are a patch that adds big endian support for rv730 in r600 > gallium driver. > > I used the mesa-demos to test the driver status on big endian platform. > Except with demos using accumulation bu

[PATCH] Big endian support for RV730 (Gallium r600g)

2011-04-19 Thread Michel Dänzer
[ Moving to the mesa-dev list ] On Fre, 2011-04-15 at 18:20 +0200, C?dric Cano wrote: > > Here you are a patch that adds big endian support for rv730 in r600 > gallium driver. > > I used the mesa-demos to test the driver status on big endian platform. > Except with demos using accumulation bu

[PATCH] Big endian support for RV730 (Gallium r600g)

2011-04-15 Thread Cédric Cano
Hi Here you are a patch that adds big endian support for rv730 in r600 gallium driver. I used the mesa-demos to test the driver status on big endian platform. Except with demos using accumulation buffer, the rendering is the same as on Intel platform. Albeit there are still some artefacts with

[PATCH] Big endian support for RV730 (Gallium r600g)

2011-04-15 Thread Cédric Cano
Hi Here you are a patch that adds big endian support for rv730 in r600 gallium driver. I used the mesa-demos to test the driver status on big endian platform. Except with demos using accumulation buffer, the rendering is the same as on Intel platform. Albeit there are still some artefacts wi

[PATCH] Big Endian support for RV730 (Mesa r600)

2011-04-14 Thread Cédric Cano
Le 13/04/2011 14:10, Benjamin Herrenschmidt a ?crit : > On Wed, 2011-04-13 at 22:05 +1000, Benjamin Herrenschmidt wrote: >> On Tue, 2011-04-12 at 10:01 +0200, C?dric Cano wrote: >>> Hi >>> >>> Here you are a patch that adds big endian support for rv730 in r600 >>> classic mesa driver. The BE modifi

Re: [PATCH] Big Endian support for RV730 (Mesa r600)

2011-04-14 Thread Cédric Cano
Le 13/04/2011 14:10, Benjamin Herrenschmidt a écrit : On Wed, 2011-04-13 at 22:05 +1000, Benjamin Herrenschmidt wrote: On Tue, 2011-04-12 at 10:01 +0200, Cédric Cano wrote: Hi Here you are a patch that adds big endian support for rv730 in r600 classic mesa driver. The BE modifications are almo

[PATCH] Big Endian support for RV730 (Mesa r600)

2011-04-13 Thread Benjamin Herrenschmidt
On Wed, 2011-04-13 at 22:05 +1000, Benjamin Herrenschmidt wrote: > On Tue, 2011-04-12 at 10:01 +0200, C?dric Cano wrote: > > Hi > > > > Here you are a patch that adds big endian support for rv730 in r600 > > classic mesa driver. The BE modifications are almost the same as the DRM > > / DDX drive

[PATCH] Big Endian support for RV730 (Mesa r600)

2011-04-13 Thread Benjamin Herrenschmidt
On Tue, 2011-04-12 at 10:01 +0200, C?dric Cano wrote: > Hi > > Here you are a patch that adds big endian support for rv730 in r600 > classic mesa driver. The BE modifications are almost the same as the DRM > / DDX driver modifications > (http://lists.freedesktop.org/archives/dri-devel/2011-Febr

Re: [PATCH] Big Endian support for RV730 (Mesa r600)

2011-04-13 Thread Benjamin Herrenschmidt
On Wed, 2011-04-13 at 22:05 +1000, Benjamin Herrenschmidt wrote: > On Tue, 2011-04-12 at 10:01 +0200, Cédric Cano wrote: > > Hi > > > > Here you are a patch that adds big endian support for rv730 in r600 > > classic mesa driver. The BE modifications are almost the same as the DRM > > / DDX drive

Re: [PATCH] Big Endian support for RV730 (Mesa r600)

2011-04-13 Thread Benjamin Herrenschmidt
On Tue, 2011-04-12 at 10:01 +0200, Cédric Cano wrote: > Hi > > Here you are a patch that adds big endian support for rv730 in r600 > classic mesa driver. The BE modifications are almost the same as the DRM > / DDX driver modifications > (http://lists.freedesktop.org/archives/dri-devel/2011-Febr

[PATCH] Big Endian support for RV730 (Mesa r600)

2011-04-12 Thread Cédric Cano
Hi Here you are a patch that adds big endian support for rv730 in r600 classic mesa driver. The BE modifications are almost the same as the DRM / DDX driver modifications (http://lists.freedesktop.org/archives/dri-devel/2011-February/008151.html). I used the mesa-demos to test the driver statu

[PATCH] Big Endian support for RV730 (Mesa r600)

2011-04-12 Thread Cédric Cano
Hi Here you are a patch that adds big endian support for rv730 in r600 classic mesa driver. The BE modifications are almost the same as the DRM / DDX driver modifications (http://lists.freedesktop.org/archives/dri-devel/2011-February/008151.html). I used the mesa-demos to test the driver sta

[PATCH] Big endian support for RV730

2011-02-11 Thread Alex Deucher
On Fri, Feb 11, 2011 at 4:52 AM, C?dric Cano wrote: > Hi > > Here are a couple of patches that enable support for RV730 on big endian > architectures. The following items will work : > * KMS > ?- correct color in framebuffer > ?- interrupts > ?- kms blit > ?- power management > * DDX > ?- kms ena

Re: [PATCH] Big endian support for RV730

2011-02-11 Thread Alex Deucher
On Fri, Feb 11, 2011 at 4:52 AM, Cédric Cano wrote: > Hi > > Here are a couple of patches that enable support for RV730 on big endian > architectures. The following items will work : > * KMS >  - correct color in framebuffer >  - interrupts >  - kms blit >  - power management > * DDX >  - kms enab

[PATCH] Big endian support for RV730

2011-02-11 Thread Cédric Cano
Signed-off-by: Cedric Cano --- diff -Naur xf86-video-ati-6.13.2/src/drmmode_display.c xf86-video-ati-6.13.2/src/drmmode_display.c --- xf86-video-ati-6.13.2/src/drmmode_display.c2010-09-28 00:20:53.0 +0200 +++ xf86-video-ati-6.13.2/src/drmmode_display.c2011-02-10 14:27:56.000

[PATCH] Big endian support for RV730

2011-02-11 Thread Cédric Cano
Signed-off-by: Cedric Cano --- diff -Naur linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c --- linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c2010-09-27 02:19:16.0 +0200 +++ linux-2.6.35.6/drivers/gpu/drm/radeon/atombio

[PATCH] Big endian support for RV730

2011-02-11 Thread Cédric Cano
Hi Here are a couple of patches that enable support for RV730 on big endian architectures. The following items will work : * KMS - correct color in framebuffer - interrupts - kms blit - power management * DDX - kms enabled - exa - video textures - hardware cursor For the

Re: [PATCH] Big endian support for RV730

2011-02-11 Thread Cédric Cano
Signed-off-by: Cedric Cano --- diff -Naur linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c --- linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c2010-09-27 02:19:16.0 +0200 +++ linux-2.6.35.6/drivers/gpu/drm/radeon/atombi

Re: [PATCH] Big endian support for RV730

2011-02-11 Thread Cédric Cano
Signed-off-by: Cedric Cano --- diff -Naur xf86-video-ati-6.13.2/src/drmmode_display.c xf86-video-ati-6.13.2/src/drmmode_display.c --- xf86-video-ati-6.13.2/src/drmmode_display.c2010-09-28 00:20:53.0 +0200 +++ xf86-video-ati-6.13.2/src/drmmode_display.c2011-02-10 14:27:56.00

[PATCH] Big endian support for RV730

2011-02-11 Thread Cédric Cano
Hi Here are a couple of patches that enable support for RV730 on big endian architectures. The following items will work : * KMS - correct color in framebuffer - interrupts - kms blit - power management * DDX - kms enabled - exa - video textures - hardware cursor For the BE modi