https://bugs.freedesktop.org/show_bug.cgi?id=64503

--- Comment #12 from Pierre Ossman <pierre-bugzi...@ossman.eu> ---
So I tried that, and things are now back to ~110 seconds before a glitch. This
is the code in case anyone's curious:

    base_bits = fls(24000);
    clock_bits = fls(clock);

    shift = min(32 - base_bits, 32 - clock_bits);

    WREG32(DCCG_AUDIO_DTO0_PHASE, 24000 << shift);
    WREG32(DCCG_AUDIO_DTO0_MODULE, clock << shift);

So that didn't help...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to