Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6
[pandora-kernel.git] / drivers / gpu / drm / i915 / intel_tv.c
index 210d570..f3c6a9a 100644 (file)
@@ -194,10 +194,10 @@ static const u32 filter_table[] = {
  *
  *     if (f >= 1) {
  *         exp = 0x7;
- *        mant = 1 << 8;
+ *        mant = 1 << 8;
  *     } else {
  *         for (exp = 0; exp < 3 && f < 0.5; exp++)
- *            f *= 2.0;
+ *        f *= 2.0;
  *         mant = (f * (1 << 9) + 0.5);
  *         if (mant >= (1 << 9))
  *             mant = (1 << 9) - 1;
@@ -430,7 +430,7 @@ static const struct tv_mode tv_modes[] = {
                .vsync_start_f1 = 6,                .vsync_start_f2     = 7,
                .vsync_len      = 6,
 
-               .veq_ena        = true,             .veq_start_f1       = 0,
+               .veq_ena        = true,             .veq_start_f1       = 0,
                .veq_start_f2   = 1,                .veq_len            = 18,
 
                .vi_end_f1      = 20,               .vi_end_f2          = 21,
@@ -472,7 +472,7 @@ static const struct tv_mode tv_modes[] = {
                .vsync_start_f1 = 6,                .vsync_start_f2     = 7,
                .vsync_len      = 6,
 
-               .veq_ena        = true,             .veq_start_f1       = 0,
+               .veq_ena        = true,             .veq_start_f1       = 0,
                .veq_start_f2   = 1,                .veq_len            = 18,
 
                .vi_end_f1      = 20,               .vi_end_f2          = 21,
@@ -515,7 +515,7 @@ static const struct tv_mode tv_modes[] = {
                .vsync_start_f1 = 6,        .vsync_start_f2     = 7,
                .vsync_len      = 6,
 
-               .veq_ena        = true,             .veq_start_f1       = 0,
+               .veq_ena      = true,       .veq_start_f1       = 0,
                .veq_start_f2 = 1,          .veq_len            = 18,
 
                .vi_end_f1      = 20,               .vi_end_f2          = 21,
@@ -558,7 +558,7 @@ static const struct tv_mode tv_modes[] = {
                .vsync_start_f1 = 6,                .vsync_start_f2     = 7,
                .vsync_len      = 6,
 
-               .veq_ena        = true,             .veq_start_f1       = 0,
+               .veq_ena        = true,             .veq_start_f1       = 0,
                .veq_start_f2   = 1,                .veq_len            = 18,
 
                .vi_end_f1      = 20,               .vi_end_f2          = 21,
@@ -602,14 +602,14 @@ static const struct tv_mode tv_modes[] = {
                .vsync_start_f1 = 6,       .vsync_start_f2      = 7,
                .vsync_len      = 6,
 
-               .veq_ena        = true,             .veq_start_f1       = 0,
+               .veq_ena        = true,             .veq_start_f1       = 0,
                .veq_start_f2   = 1,                .veq_len            = 18,
 
                .vi_end_f1      = 24,               .vi_end_f2          = 25,
                .nbr_end        = 286,
 
                .burst_ena      = true,
-               .hburst_start = 73,                 .hburst_len         = 34,
+               .hburst_start = 73,         .hburst_len         = 34,
                .vburst_start_f1 = 8,       .vburst_end_f1      = 285,
                .vburst_start_f2 = 8,       .vburst_end_f2      = 286,
                .vburst_start_f3 = 9,       .vburst_end_f3      = 286,
@@ -646,7 +646,7 @@ static const struct tv_mode tv_modes[] = {
                .vsync_start_f1 = 5,        .vsync_start_f2     = 6,
                .vsync_len      = 5,
 
-               .veq_ena        = true,             .veq_start_f1       = 0,
+               .veq_ena        = true,     .veq_start_f1       = 0,
                .veq_start_f2   = 1,        .veq_len            = 15,
 
                .vi_end_f1      = 24,               .vi_end_f2          = 25,
@@ -675,7 +675,7 @@ static const struct tv_mode tv_modes[] = {
        },
        {
                .name       = "480p@59.94Hz",
-               .clock  = 107520,
+               .clock          = 107520,
                .refresh        = 59940,
                .oversample     = TV_OVERSAMPLE_4X,
                .component_only = 1,
@@ -683,7 +683,7 @@ static const struct tv_mode tv_modes[] = {
                .hsync_end      = 64,               .hblank_end         = 122,
                .hblank_start   = 842,              .htotal             = 857,
 
-               .progressive    = true,.trilevel_sync = false,
+               .progressive    = true,             .trilevel_sync = false,
 
                .vsync_start_f1 = 12,               .vsync_start_f2     = 12,
                .vsync_len      = 12,
@@ -699,7 +699,7 @@ static const struct tv_mode tv_modes[] = {
        },
        {
                .name       = "480p@60Hz",
-               .clock  = 107520,
+               .clock          = 107520,
                .refresh        = 60000,
                .oversample     = TV_OVERSAMPLE_4X,
                .component_only = 1,
@@ -707,7 +707,7 @@ static const struct tv_mode tv_modes[] = {
                .hsync_end      = 64,               .hblank_end         = 122,
                .hblank_start   = 842,              .htotal             = 856,
 
-               .progressive    = true,.trilevel_sync = false,
+               .progressive    = true,             .trilevel_sync = false,
 
                .vsync_start_f1 = 12,               .vsync_start_f2     = 12,
                .vsync_len      = 12,
@@ -723,7 +723,7 @@ static const struct tv_mode tv_modes[] = {
        },
        {
                .name       = "576p",
-               .clock  = 107520,
+               .clock          = 107520,
                .refresh        = 50000,
                .oversample     = TV_OVERSAMPLE_4X,
                .component_only = 1,
@@ -755,7 +755,7 @@ static const struct tv_mode tv_modes[] = {
                .hsync_end      = 80,               .hblank_end         = 300,
                .hblank_start   = 1580,             .htotal             = 1649,
 
-               .progressive    = true,             .trilevel_sync = true,
+               .progressive    = true,             .trilevel_sync = true,
 
                .vsync_start_f1 = 10,               .vsync_start_f2     = 10,
                .vsync_len      = 10,
@@ -779,7 +779,7 @@ static const struct tv_mode tv_modes[] = {
                .hsync_end      = 80,               .hblank_end         = 300,
                .hblank_start   = 1580,             .htotal             = 1651,
 
-               .progressive    = true,             .trilevel_sync = true,
+               .progressive    = true,             .trilevel_sync = true,
 
                .vsync_start_f1 = 10,               .vsync_start_f2     = 10,
                .vsync_len      = 10,
@@ -803,7 +803,7 @@ static const struct tv_mode tv_modes[] = {
                .hsync_end      = 80,               .hblank_end         = 300,
                .hblank_start   = 1580,             .htotal             = 1979,
 
-               .progressive    = true,                 .trilevel_sync = true,
+               .progressive    = true,             .trilevel_sync = true,
 
                .vsync_start_f1 = 10,               .vsync_start_f2     = 10,
                .vsync_len      = 10,
@@ -828,12 +828,12 @@ static const struct tv_mode tv_modes[] = {
                .hsync_end      = 88,               .hblank_end         = 235,
                .hblank_start   = 2155,             .htotal             = 2639,
 
-               .progressive    = false,            .trilevel_sync = true,
+               .progressive    = false,          .trilevel_sync = true,
 
                .vsync_start_f1 = 4,              .vsync_start_f2     = 5,
                .vsync_len      = 10,
 
-               .veq_ena        = true,             .veq_start_f1       = 4,
+               .veq_ena        = true,     .veq_start_f1       = 4,
                .veq_start_f2   = 4,        .veq_len            = 10,
 
 
@@ -854,12 +854,12 @@ static const struct tv_mode tv_modes[] = {
                .hsync_end      = 88,               .hblank_end         = 235,
                .hblank_start   = 2155,             .htotal             = 2199,
 
-               .progressive    = false,            .trilevel_sync = true,
+               .progressive    = false,            .trilevel_sync = true,
 
                .vsync_start_f1 = 4,               .vsync_start_f2     = 5,
                .vsync_len      = 10,
 
-               .veq_ena        = true,             .veq_start_f1       = 4,
+               .veq_ena        = true,             .veq_start_f1       = 4,
                .veq_start_f2   = 4,                .veq_len            = 10,
 
 
@@ -880,16 +880,16 @@ static const struct tv_mode tv_modes[] = {
                .hsync_end      = 88,               .hblank_end         = 235,
                .hblank_start   = 2155,             .htotal             = 2201,
 
-               .progressive    = false,            .trilevel_sync = true,
+               .progressive    = false,            .trilevel_sync = true,
 
                .vsync_start_f1 = 4,            .vsync_start_f2    = 5,
                .vsync_len      = 10,
 
                .veq_ena        = true,             .veq_start_f1       = 4,
-               .veq_start_f2 = 4,                  .veq_len = 10,
+               .veq_start_f2   = 4,            .veq_len          = 10,
 
 
-               .vi_end_f1      = 21,           .vi_end_f2              = 22,
+               .vi_end_f1      = 21,           .vi_end_f2        = 22,
                .nbr_end        = 539,
 
                .burst_ena      = false,
@@ -916,7 +916,7 @@ intel_tv_dpms(struct drm_encoder *encoder, int mode)
        struct drm_device *dev = encoder->dev;
        struct drm_i915_private *dev_priv = dev->dev_private;
 
-       switch(mode) {
+       switch (mode) {
        case DRM_MODE_DPMS_ON:
                I915_WRITE(TV_CTL, I915_READ(TV_CTL) | TV_ENC_ENABLE);
                break;
@@ -933,7 +933,7 @@ intel_tv_mode_lookup(const char *tv_format)
 {
        int i;
 
-       for (i = 0; i < sizeof(tv_modes) / sizeof (tv_modes[0]); i++) {
+       for (i = 0; i < sizeof(tv_modes) / sizeof(tv_modes[0]); i++) {
                const struct tv_mode *tv_mode = &tv_modes[i];
 
                if (!strcmp(tv_format, tv_mode->name))
@@ -1128,7 +1128,7 @@ intel_tv_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode,
        if (color_conversion) {
                I915_WRITE(TV_CSC_Y, (color_conversion->ry << 16) |
                           color_conversion->gy);
-               I915_WRITE(TV_CSC_Y2,(color_conversion->by << 16) |
+               I915_WRITE(TV_CSC_Y2, (color_conversion->by << 16) |
                           color_conversion->ay);
                I915_WRITE(TV_CSC_U, (color_conversion->ru << 16) |
                           color_conversion->gu);
@@ -1232,7 +1232,7 @@ static const struct drm_display_mode reported_modes[] = {
  * \return false if TV is disconnected.
  */
 static int
-intel_tv_detect_type (struct intel_tv *intel_tv,
+intel_tv_detect_type(struct intel_tv *intel_tv,
                      struct drm_connector *connector)
 {
        struct drm_encoder *encoder = &intel_tv->base.base;
@@ -1486,7 +1486,7 @@ intel_tv_get_modes(struct drm_connector *connector)
 }
 
 static void
-intel_tv_destroy (struct drm_connector *connector)
+intel_tv_destroy(struct drm_connector *connector)
 {
        drm_sysfs_connector_remove(connector);
        drm_connector_cleanup(connector);