Comment 11 for bug 541501

Revision history for this message
In , Kronos-it (kronos-it) wrote :

I've bisected both problems.

The flickering is causes by:

279b215ecb8acc735c01ac89b1aa28c4a27dcafa is the first bad commit
commit 279b215ecb8acc735c01ac89b1aa28c4a27dcafa
Author: Alex Deucher <email address hidden>
Date: Tue Dec 8 14:07:03 2009 -0500

    drm/radeon/kms: make sure ss id matches

    entries in the ss table aren't always ordered
    by id.

    Signed-off-by: Alex Deucher <email address hidden>
    Signed-off-by: Dave Airlie <email address hidden>

While the missing EDID on LVDS points to:

d3f420d1089169fb48366e1aa750bdd92db0a04b is the first bad commit
commit d3f420d1089169fb48366e1aa750bdd92db0a04b
Author: Alex Deucher <email address hidden>
Date: Tue Dec 8 14:30:49 2009 -0500

    drm/radeon/kms: make sure i2c id matches

    Entries in the i2c table aren't always ordered
    by id. This allows us to remove some quirks
    that are no longer needed.

    Signed-off-by: Alex Deucher <email address hidden>
    Signed-off-by: Dave Airlie <email address hidden>