~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/radeon/atombios_crtc.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
573
573
                /* use frac fb div on APUs */
574
574
                if (ASIC_IS_DCE41(rdev) || ASIC_IS_DCE61(rdev))
575
575
                        pll->flags |= RADEON_PLL_USE_FRAC_FB_DIV;
 
576
                /* use frac fb div on RS780/RS880 */
 
577
                if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880))
 
578
                        pll->flags |= RADEON_PLL_USE_FRAC_FB_DIV;
576
579
                if (ASIC_IS_DCE32(rdev) && mode->clock > 165000)
577
580
                        pll->flags |= RADEON_PLL_USE_FRAC_FB_DIV;
578
581
        } else {