~ubuntu-branches/ubuntu/saucy/linux-exynos5/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Tim Gardner
  • Date: 2013-10-11 08:22:11 UTC
  • Revision ID: package-import@ubuntu.com-20131011082211-que2hf43fl0lbggm
Tags: 3.11.0-203.11
No change upload, but with orig tarball this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        return 0;
57
57
}
58
58
 
 
59
int trinity_dpm_bapm_enable(struct radeon_device *rdev, bool enable)
 
60
{
 
61
        if (enable)
 
62
                return trinity_notify_message_to_smu(rdev, PPSMC_MSG_EnableBAPM);
 
63
        else
 
64
                return trinity_notify_message_to_smu(rdev, PPSMC_MSG_DisableBAPM);
 
65
}
 
66
 
59
67
int trinity_dpm_config(struct radeon_device *rdev, bool enable)
60
68
{
61
69
        if (enable)