aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-03-11 16:19:14 -0500
committerDave Airlie <airlied@redhat.com>2010-03-14 21:27:03 -0400
commit0a10c85129c2d53cfd6db81677628e2fe58b5928 (patch)
tree6dd3dce247ad005d0ebb41b321cb7f0586e4bee0 /drivers/gpu/drm/radeon/radeon.h
parent1fc59eda33e55f8787901e3501d695bf5ecec48b (diff)
drm/radeon: create radeon_asic.c
And move asic init plus a few related functions from radeon_device.c to it. This file will hold all the asic structures in the future, but atm they're still stuck in radeon_asic.h. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> 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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index b54d4f36c4da..67f3c576ab7d 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -863,6 +863,12 @@ union radeon_asic_config {
863 struct rv770_asic rv770; 863 struct rv770_asic rv770;
864}; 864};
865 865
866/*
867 * asic initizalization from radeon_asic.c
868 */
869void radeon_agp_disable(struct radeon_device *rdev);
870int radeon_asic_init(struct radeon_device *rdev);
871
866 872
867/* 873/*
868 * IOCTL. 874 * IOCTL.