aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-11-30 23:06:31 -0500
committerDave Airlie <airlied@redhat.com>2009-12-01 20:37:17 -0500
commit72542d77058bd45ccafd1e15ed3c70349fe3277b (patch)
tree11390360e6c0f250915a2bc202f94a2fb86a3958 /drivers/gpu/drm/radeon/radeon.h
parent4b30b87042aa71ed8682e4df622a10456796fccd (diff)
drm/radeon/kms: ignore unposted GPUs with no BIOS.
If we find a GPU but we can't find its BIOS and it isn't posted, then ignore it. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index c32fe1cec818..15b9e03bb589 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -979,6 +979,7 @@ extern int radeon_gart_table_vram_pin(struct radeon_device *rdev);
979extern int radeon_modeset_init(struct radeon_device *rdev); 979extern int radeon_modeset_init(struct radeon_device *rdev);
980extern void radeon_modeset_fini(struct radeon_device *rdev); 980extern void radeon_modeset_fini(struct radeon_device *rdev);
981extern bool radeon_card_posted(struct radeon_device *rdev); 981extern bool radeon_card_posted(struct radeon_device *rdev);
982extern bool radeon_boot_test_post_card(struct radeon_device *rdev);
982extern int radeon_clocks_init(struct radeon_device *rdev); 983extern int radeon_clocks_init(struct radeon_device *rdev);
983extern void radeon_clocks_fini(struct radeon_device *rdev); 984extern void radeon_clocks_fini(struct radeon_device *rdev);
984extern void radeon_scratch_init(struct radeon_device *rdev); 985extern void radeon_scratch_init(struct radeon_device *rdev);