https://bugzilla.novell.com/show_bug.cgi?id=220724#c17 --- Comment #17 from Egbert Eich <eich@novell.com> 2007-08-20 23:00:17 MST --- Cool! Thx Lisa! I guess this algorithm is easy to implement. RMX_AUTO_RATIO_HORZ_INC seems to be called RADEON_HORZ_AUTO_RATIO_INC in the radeon driver and is bit 31 in register RADEON_FP_HORZ2_STRETCH (at 0x038c). There is no mention of a RADEON_VERT_AUTO_RATIO_INC in the header file. I'd assume it should be in register RADEON_FP_VERT2_STRETCH (at 0x0390).
From analogy I'd assume it's bit 31 also, however this bit is marked reserved. # define RADEON_VERT_STRETCH_RESERVED 0xf1000000 Could it be that this bit did not exist on some generations of the hardware? I assume if we just read it (not set it) it should be save in any case as if it doesn't exist on some hardware it should return 0.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.