Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Mon, 17 Aug 1998 14:08:48 +1000

Re: floating point code!?

Alexander writes:

>  Browsing through the kgicon code i find the following:
>  
>  static int convert_from_ggitimings(struct kgi_mode *mode, 
>  				   struct fb_var_screeninfo *var)
>  {
>  	var->pixclock = (1E6 / (mode->dclk / 1000)) * 1000;

Whoops.  I noticed that and just thought "1000000".  Will fix.

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]