Lines Matching defs:radeon_pm
1624 struct radeon_pm { struct
1625 struct mutex mutex;
1627 struct rw_semaphore mclk_lock;
1628 u32 active_crtcs;
1629 int active_crtc_count;
1630 int req_vblank;
1631 bool vblank_sync;
1632 fixed20_12 max_bandwidth;
1633 fixed20_12 igp_sideport_mclk;
1634 fixed20_12 igp_system_mclk;
1635 fixed20_12 igp_ht_link_clk;
1636 fixed20_12 igp_ht_link_width;
1637 fixed20_12 k8_bandwidth;
1638 fixed20_12 sideport_bandwidth;
1662 enum radeon_pm_method pm_method; argument
1671 enum radeon_pm_profile_type profile; argument
1673 struct radeon_pm_profile profiles[PM_PROFILE_MAX]; argument
1692 int radeon_pm_get_type_index(struct radeon_device *rdev, argument