Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=6011
------- Additional Comments From [EMAIL PROTECTED] 2006-02-24 10:04 ------- Looks like it might be locking up when applying the memory map... I need you to test a few things: - First, does it lockup without the DRM & AGP ? - In RADEONInitMemoryMap(), can you try hacking after those lines: mem_size = INREG(RADEON_CONFIG_MEMSIZE); if (mem_size == 0) mem_size = 0x800000; Add that line: mem_size /= 2; - Separately (that is without the above change), in RADEONRestoreMemMapRegisters(), can you add various message output with ErrorF("message"); to try to verify that the crash happens in that function and where precisely in that function. - Also try in that same function to change the order of those two lines: OUTREG(RADEON_MC_FB_LOCATION, restore->mc_fb_location); OUTREG(RADEON_MC_AGP_LOCATION, restore->mc_agp_location); - Also in that same function again, try commenting out the call to RADEONEngineReset(pScrn). Thanks ! Ben. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel