Aapo Tahkola wrote:
On Thu, 16 Jun 2005 14:22:36 +0200
Nicolai Haehnle <[EMAIL PROTECTED]> wrote:


On Thursday 16 June 2005 13:41, Aapo Tahkola wrote:

Update of /cvsroot/r300/r300_driver/r300
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6333

Modified Files:
r300_reg.h r300_state.c Log Message:
Use depth tiling.

Will this work with software fallbacks?


*snip*
+    if (info->ChipFamily >= CHIP_FAMILY_R300) {
+       unsigned char *RADEONMMIO = info->MMIO;
+       OUTREG(0x180, INREG(0x180) | 0x1100);
+    }
+
0x180 is defined as R300_MC_INIT_MISC_LAT_TIME in r300_reg.h.
This seams unrelated to tiling. Also I remember seeing that the values are different depending on chip family. Is this safe?


Rune Petersen


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to