From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 64503] audio glitches when running at 24hz/24p
Date: Thu, 16 May 2013 19:40:19 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1974692946=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 435D9E5F62
for ;
Thu, 16 May 2013 12:40:19 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1974692946==
Content-Type: multipart/alternative; boundary="1368733219.8f5c60.12155"; charset="us-ascii"
--1368733219.8f5c60.12155
Date: Thu, 16 May 2013 19:40:19 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=64503
--- Comment #12 from Pierre Ossman ---
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.
--1368733219.8f5c60.12155
Date: Thu, 16 May 2013 19:40:19 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 12
on bug 64503
from Pierre Ossman
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.
--1368733219.8f5c60.12155--
--===============1974692946==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1974692946==--