Re: [Mesa-dev] [PATCH 3/3] r600g: Implement timer queries.

2011-01-25 Thread Alex Deucher
2011/1/24 Mathias Fröhlich : > > Hi Alex, > > On Monday, January 24, 2011 02:08:20 Alex Deucher wrote: >> It varies based on what crystal is on the card (27 Mhz is the most >> common, but you also see 100 Mhz, and 14.32 Mhz as well).  We'll need >> a new radeon_info ioctl query (see attached). > Ok

Re: [Mesa-dev] [PATCH 3/3] r600g: Implement timer queries.

2011-01-24 Thread Mathias Fröhlich
Hi Alex, On Monday, January 24, 2011 02:08:20 Alex Deucher wrote: > It varies based on what crystal is on the card (27 Mhz is the most > common, but you also see 100 Mhz, and 14.32 Mhz as well). We'll need > a new radeon_info ioctl query (see attached). Ok, great. With your patch to the kernel

Re: [Mesa-dev] [PATCH 3/3] r600g: Implement timer queries.

2011-01-23 Thread Alex Deucher
2011/1/23 Mathias Fröhlich : > > Hi, > > Attached is a patch to implement timer queries for r600g. > > I have not found much documentation about the frequency of the gpu's timestamp > counter. But What I have found indicates that it runs at 27MHz which is > implemented in the patch and gives 'reaso

[Mesa-dev] [PATCH 3/3] r600g: Implement timer queries.

2011-01-23 Thread Mathias Fröhlich
Hi, Attached is a patch to implement timer queries for r600g. I have not found much documentation about the frequency of the gpu's timestamp counter. But What I have found indicates that it runs at 27MHz which is implemented in the patch and gives 'reasonable' query results with osgviewer. Pl