~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/nouveau/nouveau_bios.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
5049
5049
                pll_lim->vco1.max_n = record[11];
5050
5050
                pll_lim->min_p = record[12];
5051
5051
                pll_lim->max_p = record[13];
5052
 
                /* where did this go to?? */
5053
 
                if ((entry[0] & 0xf0) == 0x80)
5054
 
                        pll_lim->refclk = 27000;
5055
 
                else
5056
 
                        pll_lim->refclk = 100000;
 
5052
                pll_lim->refclk = ROM16(entry[9]) * 1000;
5057
5053
        }
5058
5054
 
5059
5055
        /*
6035
6031
                case DCB_CONNECTOR_DVI_I:
6036
6032
                case DCB_CONNECTOR_DVI_D:
6037
6033
                case DCB_CONNECTOR_LVDS:
 
6034
                case DCB_CONNECTOR_LVDS_SPWG:
6038
6035
                case DCB_CONNECTOR_DP:
6039
6036
                case DCB_CONNECTOR_eDP:
6040
6037
                case DCB_CONNECTOR_HDMI_0: