aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/r600.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-12-04 15:26:55 -0500
committerDave Airlie <airlied@redhat.com>2009-12-08 10:48:12 +1000
commit429770b3e39999c4d025fbcb9959502adc3989d8 (patch)
treeccd0c474190283019d341ab9da1468e12b750ec0 /drivers/gpu/drm/radeon/r600.c
parente0df1ac5c2cf346f4cc335025734978a4d747aa0 (diff)
drm/radeon/kms: add asic callbacks for hpd
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 f6068960208..c11715fb29c 100644
--- a/drivers/gpu/drm/radeon/r600.c
+++ b/drivers/gpu/drm/radeon/r600.c
@@ -131,7 +131,7 @@ bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd)
}
void r600_hpd_set_polarity(struct radeon_device *rdev,
- enum radeon_hpd_id hpd)
+ enum radeon_hpd_id hpd)
{
u32 tmp;
bool connected = r600_hpd_sense(rdev, hpd);