aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-04-22 14:25:19 -0400
committerDave Airlie <airlied@redhat.com>2010-05-18 18:21:08 +1000
commit79daedc942813c0417ff5e277da6f7f35705cde5 (patch)
tree36f08e83553eb048066fc0374da971aa8861d3ec /drivers/gpu/drm/radeon/r600.c
parentdrm/radeon/kms/pm: clean power state printing (diff)
downloadlinux-dev-79daedc942813c0417ff5e277da6f7f35705cde5.tar.xz
linux-dev-79daedc942813c0417ff5e277da6f7f35705cde5.zip
drm/radeon/kms: minor pm cleanups
- remove non_clock_info struct - track power state misc flags Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r600.c')
-rw-r--r--drivers/gpu/drm/radeon/r600.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
index cc2797949ee5..35a5d4856f46 100644
--- a/drivers/gpu/drm/radeon/r600.c
+++ b/drivers/gpu/drm/radeon/r600.c
@@ -234,7 +234,7 @@ void r600_get_power_state(struct radeon_device *rdev,
rdev->pm.power_state[rdev->pm.requested_power_state_index].
clock_info[rdev->pm.requested_clock_mode_index].mclk,
rdev->pm.power_state[rdev->pm.requested_power_state_index].
- non_clock_info.pcie_lanes);
+ pcie_lanes);
}
void r600_set_power_state(struct radeon_device *rdev)