Lines Matching defs:radeon_pm
1602 struct radeon_pm { struct
1603 struct lock mutex;
1605 struct lock mclk_lock;
1606 u32 active_crtcs;
1607 int active_crtc_count;
1608 int req_vblank;
1609 bool vblank_sync;
1610 fixed20_12 max_bandwidth;
1611 fixed20_12 igp_sideport_mclk;
1612 fixed20_12 igp_system_mclk;
1613 fixed20_12 igp_ht_link_clk;
1614 fixed20_12 igp_ht_link_width;
1615 fixed20_12 k8_bandwidth;
1616 fixed20_12 sideport_bandwidth;
1640 enum radeon_pm_method pm_method; argument
1649 enum radeon_pm_profile_type profile; argument
1651 struct radeon_pm_profile profiles[PM_PROFILE_MAX]; argument
1667 int radeon_pm_get_type_index(struct radeon_device *rdev, argument