drm/radeon: switch get_gpu_clock() to a callback (v2)
[linux-2.6-block.git] / drivers / gpu / drm / radeon / r600.c
index 37d81fd09555133b8e21d03d0ee1fac69297c933..6d4b5611daf4b2f96c05c00593c186acbb015e7f 100644 (file)
@@ -4461,14 +4461,14 @@ static void r600_pcie_gen2_enable(struct radeon_device *rdev)
 }
 
 /**
- * r600_get_gpu_clock - return GPU clock counter snapshot
+ * r600_get_gpu_clock_counter - return GPU clock counter snapshot
  *
  * @rdev: radeon_device pointer
  *
  * Fetches a GPU clock counter snapshot (R6xx-cayman).
  * Returns the 64 bit clock counter snapshot.
  */
-uint64_t r600_get_gpu_clock(struct radeon_device *rdev)
+uint64_t r600_get_gpu_clock_counter(struct radeon_device *rdev)
 {
        uint64_t clock;