patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / video / pxafb.c
index 0c86ff9..bfa3f8b 100644 (file)
@@ -432,7 +432,7 @@ static inline unsigned int get_pcd(unsigned int pixclock)
          * (DPC) bit? or perhaps set it based on the various clock
          * speeds */
 
-       pcd = (unsigned long long)get_lclk_frequency_10khz() * (unsigned long long)pixclock;
+       pcd = (unsigned long long)get_lcdclk_frequency_10khz() * pixclock;
        pcd /= 100000000 * 2;
        /* no need for this, since we should subtract 1 anyway. they cancel */
        /* pcd += 1; */ /* make up for integer math truncations */