Lines Matching defs:radeon_pm
1587 struct radeon_pm { struct
1588 struct mutex mutex;
1590 struct rw_semaphore mclk_lock;
1591 u32 active_crtcs;
1592 int active_crtc_count;
1593 int req_vblank;
1594 bool vblank_sync;
1595 fixed20_12 max_bandwidth;
1596 fixed20_12 igp_sideport_mclk;
1597 fixed20_12 igp_system_mclk;
1598 fixed20_12 igp_ht_link_clk;
1599 fixed20_12 igp_ht_link_width;
1600 fixed20_12 k8_bandwidth;
1601 fixed20_12 sideport_bandwidth;
1625 enum radeon_pm_method pm_method; argument
1634 enum radeon_pm_profile_type profile; argument
1636 struct radeon_pm_profile profiles[PM_PROFILE_MAX]; argument
1655 int radeon_pm_get_type_index(struct radeon_device *rdev, argument