Lines Matching defs:radeon_pm
1594 struct radeon_pm { struct
1595 struct mutex mutex;
1597 struct rw_semaphore mclk_lock;
1598 u32 active_crtcs;
1599 int active_crtc_count;
1600 int req_vblank;
1601 bool vblank_sync;
1602 fixed20_12 max_bandwidth;
1603 fixed20_12 igp_sideport_mclk;
1604 fixed20_12 igp_system_mclk;
1605 fixed20_12 igp_ht_link_clk;
1606 fixed20_12 igp_ht_link_width;
1607 fixed20_12 k8_bandwidth;
1608 fixed20_12 sideport_bandwidth;
1632 enum radeon_pm_method pm_method; argument
1641 enum radeon_pm_profile_type profile; argument
1643 struct radeon_pm_profile profiles[PM_PROFILE_MAX]; argument
1662 int radeon_pm_get_type_index(struct radeon_device *rdev, argument