public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: Dmitry Torokhov <dtor@insightbb.com>
Cc: Andi Kleen <ak@muc.de>, Rusty Russell <rusty@rustcorp.com.au>,
	lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Turn rdmsr, rdtsc into inline functions, clarify names
Date: Mon, 7 Aug 2006 13:07:48 +0200	[thread overview]
Message-ID: <20060807110748.GL27757@suse.cz> (raw)
In-Reply-To: <200608062243.45129.dtor@insightbb.com>

On Sun, Aug 06, 2006 at 10:43:44PM -0400, Dmitry Torokhov wrote:
> On Saturday 05 August 2006 23:16, Andi Kleen wrote:
> > This whole thing is broken, e.g. on a preemptive kernel when the
> > code can switch CPUs 
> 
> Would not preempt_disable fix that?
> 
> > Dmitry, I would suggest to convert it over to do_gettimeofday and remove
> > all the architecture ifdefs.
> > 
> > Or maybe just remove it completely.  Who cares about the speed of a gameport 
> > anyways? And why can't they measure it in user space? 
> 
> Analog driver uses it to adjust timing. Vojtech should have more background
> on that..
 
The gameport speed is used by digital-over-gameport joystick drivers to
keep track of time based on the number of inb()s done to the gameport. 

We can't use anything slower than rdtsc there, and since rdtsc isn't
always available, the count of inb()s is the best approximation.

The speed can't easily be measured in userspace - you need to make sure
IRQs, DMA and other stuff doesn't interfere with the measurement, which
needs to be rather exact. AND, you need it for the kernel to work, so it
doesn't make sense to move it to an userspace tool that the kernel would
have to call.

The analog joystick driver does even more timing magic to get precise
readings from the port, where the value read depends on the time for a
bit on the port to change from 0 to 1.

I agree that gameports are mostly dead today, but people are still using
them.

-- 
Vojtech Pavlik
Director SuSE Labs

      parent reply	other threads:[~2006-08-07 11:07 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1154771262.28257.38.camel@localhost.localdomain>
2006-08-06  2:38 ` [PATCH] Turn rdmsr, rdtsc into inline functions, clarify names Andi Kleen
2006-08-06  2:56   ` Rusty Russell
2006-08-06  2:58     ` H. Peter Anvin
2006-08-06  3:09       ` Rusty Russell
2006-08-06  3:11         ` H. Peter Anvin
2006-08-06  3:49           ` Rusty Russell
2006-08-06  3:16     ` Andi Kleen
2006-08-06  3:52       ` Rusty Russell
2006-08-06 14:58         ` Andi Kleen
2006-08-07  2:43       ` Dmitry Torokhov
2006-08-07  8:48         ` Andi Kleen
2006-08-07 11:09           ` Vojtech Pavlik
2006-08-07 12:28             ` Andi Kleen
2006-08-07 12:48               ` Vojtech Pavlik
2006-08-07 12:56                 ` Andi Kleen
2006-08-07 13:18                   ` Vojtech Pavlik
2006-08-07 13:32                   ` Dmitry Torokhov
2006-08-07 15:01                     ` Andi Kleen
2006-08-07 15:19                   ` Andreas Mohr
2006-08-07 15:57                     ` Andi Kleen
2006-08-07 16:04                       ` Vojtech Pavlik
2006-08-07 16:12                         ` Andi Kleen
2006-08-07 19:22                           ` Vojtech Pavlik
2006-08-14 20:13                 ` Pavel Machek
2006-08-07 11:07         ` Vojtech Pavlik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060807110748.GL27757@suse.cz \
    --to=vojtech@suse.cz \
    --cc=ak@muc.de \
    --cc=dtor@insightbb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox