V4L/DVB (9381): On the KNC1 cards the CLOCK is clamped to a maximum limit of 90MHz...
authorManu Abraham <abraham.manu@gmail.com>
Mon, 2 Jul 2007 11:44:32 +0000 (08:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:14 +0000 (17:53 -0200)
not limited in hardware, this causes instabilities at a higher clock due to
issues such as thermal, also the divider wraps around, which causes the
demodulator core to actually run at a lower frequency. This needs to be
empirically tested whether it affects other cards. If found necessary, this
parameter needs to be moved out to the config struct such that it can be made
hardware dependant.

Reducing the CLOCK from 99MHz to 90MHz improved the acquisition time taken on
the KNC1 cards and hence such a change.

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/stb0899_drv.c

index 3cb9b48..f5cfed7 100644 (file)
@@ -1508,7 +1508,7 @@ static enum dvbfe_search stb0899_search(struct dvb_frontend *fe, struct dvbfe_pa
                if (i_params->srate <= 5000000)
                        stb0899_set_mclk(state, 76500000);
                else
-                       stb0899_set_mclk(state, 99000000);
+                       stb0899_set_mclk(state, 90000000);
 
                switch (state->delsys) {
                case DVBFE_DELSYS_DVBS: