aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/rv770.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-01-11 18:08:59 -0500
committerDave Airlie <airlied@redhat.com>2011-01-17 12:21:38 +1000
commitfd909c3718da3fb8c5c0530f93ae21d85dc31471 (patch)
treeee836221bd3411e4442cc23c41bf1ac81d4f425a /drivers/gpu/drm/radeon/rv770.c
parentdrm/radeon/kms: add module option for pcie gen2 (diff)
downloadlinux-dev-fd909c3718da3fb8c5c0530f93ae21d85dc31471.tar.xz
linux-dev-fd909c3718da3fb8c5c0530f93ae21d85dc31471.zip
drm/radeon/kms: remove duplicate card_posted() functions
Use the common one for all asics. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/radeon/rv770.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/rv770.c b/drivers/gpu/drm/radeon/rv770.c
index bd9ee90421e4..491dc9000655 100644
--- a/drivers/gpu/drm/radeon/rv770.c
+++ b/drivers/gpu/drm/radeon/rv770.c
@@ -1268,7 +1268,7 @@ int rv770_init(struct radeon_device *rdev)
if (r)
return r;
/* Post card if necessary */
- if (!r600_card_posted(rdev)) {
+ if (!radeon_card_posted(rdev)) {
if (!rdev->bios) {
dev_err(rdev->dev, "Card not posted and no BIOS - ignoring\n");
return -EINVAL;