Subversion Repositories Kolibri OS

Rev

Rev 1221 | Rev 1321 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1221 Rev 1268
Line 30... Line 30...
30
#include "radeon_reg.h"
30
#include "radeon_reg.h"
31
#include "radeon.h"
31
#include "radeon.h"
32
#include "atom.h"
32
#include "atom.h"
Line 33... Line 33...
33
 
33
 
34
/* 10 khz */
34
/* 10 khz */
35
static uint32_t radeon_legacy_get_engine_clock(struct radeon_device *rdev)
35
uint32_t radeon_legacy_get_engine_clock(struct radeon_device *rdev)
36
{
36
{
37
	struct radeon_pll *spll = &rdev->clock.spll;
37
	struct radeon_pll *spll = &rdev->clock.spll;
Line 38... Line 38...
38
	uint32_t fb_div, ref_div, post_div, sclk;
38
	uint32_t fb_div, ref_div, post_div, sclk;