diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-03-11 21:19:14 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-03-15 11:27:03 +1000 |
commit | 0a10c85129c2d53cfd6db81677628e2fe58b5928 (patch) | |
tree | 6dd3dce247ad005d0ebb41b321cb7f0586e4bee0 /drivers/gpu/drm/radeon/radeon.h | |
parent | 1fc59eda33e55f8787901e3501d695bf5ecec48b (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.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index b54d4f36c4d..67f3c576ab7 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -863,6 +863,12 @@ union radeon_asic_config { struct rv770_asic rv770; }; +/* + * asic initizalization from radeon_asic.c + */ +void radeon_agp_disable(struct radeon_device *rdev); +int radeon_asic_init(struct radeon_device *rdev); + /* * IOCTL. |