Lines Matching defs:radeon_pm
1600 struct radeon_pm { struct
1601 struct mutex mutex;
1603 struct rw_semaphore mclk_lock;
1604 u32 active_crtcs;
1605 int active_crtc_count;
1606 int req_vblank;
1607 bool vblank_sync;
1608 fixed20_12 max_bandwidth;
1609 fixed20_12 igp_sideport_mclk;
1610 fixed20_12 igp_system_mclk;
1611 fixed20_12 igp_ht_link_clk;
1612 fixed20_12 igp_ht_link_width;
1613 fixed20_12 k8_bandwidth;
1614 fixed20_12 sideport_bandwidth;
1638 enum radeon_pm_method pm_method; argument
1647 enum radeon_pm_profile_type profile; argument
1649 struct radeon_pm_profile profiles[PM_PROFILE_MAX]; argument
1664 int radeon_pm_get_type_index(struct radeon_device *rdev, argument