radeon driver regressions

Christoph Bauer ich at christoph-bauer.net
Sat Aug 6 12:09:21 PDT 2005


Hi X-Wizards,

I checked out and installed the latest CVS sources. Result
is, there are a couple of problems.

   * Some invalid memory/IO allocations are reported in Xorg.0.log (attached).
   * my secondary monitor doesn't work anymore
       radeon_driver.c seems to set
          pRADEONEnt->HasSecondary 
       to TRUE
       Then in line 2077 the if-body is skipped and info->MergeType
       is MT_NONE. 
   * after code review I bet a 
        valid = TRUE;
     after line 8689 is missing.

The radeon-super patch makes thinks worse. Secondary Monitor 
works, but nothing on the monitor is readable.


Best regards,
Christoph Bauer

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: application/octet-stream
Size: 50130 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20050806/8a2fa2a1/attachment.obj>
-------------- next part --------------



-- 
let () = let rec f a w i j = Printf.printf "%.20f\r" a; let a1 = a *. i /. j in
if w then f a1 false (i +. 2.0) j else f a1 true i (j +. 2.0) in f 2.0 false 2.0 1.0




More information about the xorg mailing list