On Tue, 2005-07-12 at 07:56 -0700, Martin J. Bligh wrote: > --Lee Revell <[email protected]> wrote (on Tuesday, July 12, 2005 10:24:59 -0400): > > > On Mon, 2005-07-11 at 21:30 -0700, Martin J. Bligh wrote: > >> Exactly what problems > >> *does* it cause (in visible effect, not "timers are less granular"). > >> Jittery audio/video? How much worse is it? > > > > Yes, exactly. Say you need to deliver a frame of audio or video every > > 5ms. > > Ummm. that's a 200HZ refresh rate, is it not? That seems unreasonable > (to a lay-person, as far as video goes). > Seems unreasonable now but things like HDTV actually have much tighter constraints than this. And frame times this small are quite often used for audio, which admittedly is less affected by HZ because those devices generate their own interrupts. > > You have a rendering thread and a display thread that communicate > > via FIFOs. The main thread waits in select() for the next frame to > > complete rendering or for the deadline to expire. That's next to > > impossible with HZ=100, because the best you can do is the deadline > > +-10ms. With HZ=1000 it's no problem. > > So if we have a 50HZ refresh rate, and a HZ rate of 250 or 300, it'll > work fine then, right? I know that's actually some error in the timers, > so it may be 2 or 3 ticks, not 1, but if we're running HZ at 5 or 6 > times the frequency of video, presumably that'd still work fine? Yes, for PAL/NTSC, but it's nice to be forward looking... Lee - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: "Martin J. Bligh" <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- References:
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Chris Wedgwood <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Andrew Morton <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Martin Schlemmer <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Lee Revell <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Diego Calleja <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Lee Revell <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: "Martin J. Bligh" <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Lee Revell <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Chris Friesen <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Lee Revell <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: "Martin J. Bligh" <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Lee Revell <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: "Martin J. Bligh" <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: Lee Revell <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- From: "Martin J. Bligh" <[email protected]>
- Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- Prev by Date: Re: Real-Time Preemption Patch -RT-2.6.12-final-V0.7.51-26 failed ,to compile
- Next by Date: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion
- Previous by thread: Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- Next by thread: Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt
- Index(es):