[Bug 64503] audio glitches when running at 24hz/24p
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu May 16 12:40:19 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=64503
--- Comment #12 from Pierre Ossman <pierre-bugzilla at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130516/3945d422/attachment.html>
More information about the dri-devel
mailing list