Hi,<br>thanks to the people who provided support for big endian architectures, we are able to run the 6.12.4 ATI driver on a openSolaris sparc platform (T2000 niagara). the graphic is a PCIe card using a e4690. i can see that  the atombios works fine, it seems, and edid is read OK,...and the gnome desktop is functional and looks good. plse note that  the configuration uses shadowfb. and i have configured the ATI driver with <br>
<br>--disable-dri<br>--disable-exa<br><br>BUT, i can see that in the same conditions (same ATI driver version and configuration, same GPU, shadowfb being used) a linux/x86-64  box runs much faster:<br><br>-x11perf gives much better numbers<br>
-youtube videos runs smoothly, where they run  very slow/choppy on ultrasparc/solaris. <br><br>also i am seeing that the ATI driver is being called on a regular basis (RADEONBlocHandler() ) while a flash video is being played. this function along with some cursor related functions (when mouse is moved) seem to be the only code in the ATI driver that is involved after X is initialized.<br>
<br>so i am assuming that most of the work is done by some X server &quot;painting code&quot; to the shadowfb in system ram, which is then DMA&#39;ed to the scan out buffer in the GPU VRAM.<br><br>since i see a big difference between solaris/sparc and linux/x86-64, one idea that comes to mind is that there could some overhead due to the  difference in endianess between the solaris and the linux box.<br>
<br>Assuming my problem is really endian related, is there a way around this? looking at the code i see some functions  (like radeon_render.c::RADEONSetupRenderByteswap() ) that seems to be related ..but i have no idea if this applies to my case.<br>
<br>thx a lot<br>-jf simon<br><br>