diff options
| author | Alex Deucher <alexdeucher@gmail.com> | 2008-08-17 18:09:07 -0400 | 
|---|---|---|
| committer | Alex Deucher <alexdeucher@gmail.com> | 2008-08-17 18:09:07 -0400 | 
| commit | aed70622ab33500721a30b06ec3783c581615cbb (patch) | |
| tree | b77bb61d1dda8b12e33d12f337a39216a0b6db72 /shared-core | |
| parent | 226c97e3b772f2f4bf09085374cd931b83dea2b0 (diff) | |
radeon: first pass at bios scratch regs
- todo: updated connected status
Diffstat (limited to 'shared-core')
| -rw-r--r-- | shared-core/radeon_cp.c | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/shared-core/radeon_cp.c b/shared-core/radeon_cp.c index e30696fc..6b71360f 100644 --- a/shared-core/radeon_cp.c +++ b/shared-core/radeon_cp.c @@ -2409,8 +2409,12 @@ int radeon_modeset_preinit(struct drm_device *dev)  	if (dev_priv->is_atom_bios) {  		dev_priv->mode_info.atom_context = atom_parse(&card, dev_priv->bios); -	} +		radeon_atom_initialize_bios_scratch_regs(dev); +	} else +		radeon_combios_initialize_bios_scratch_regs(dev); +  	radeon_get_clock_info(dev); +  	return 0;  } | 
