Lines Matching defs:radeon_pm
1582 struct radeon_pm { struct
1583 struct mutex mutex;
1585 struct rw_semaphore mclk_lock;
1586 u32 active_crtcs;
1587 int active_crtc_count;
1588 int req_vblank;
1589 bool vblank_sync;
1590 fixed20_12 max_bandwidth;
1591 fixed20_12 igp_sideport_mclk;
1592 fixed20_12 igp_system_mclk;
1593 fixed20_12 igp_ht_link_clk;
1594 fixed20_12 igp_ht_link_width;
1595 fixed20_12 k8_bandwidth;
1596 fixed20_12 sideport_bandwidth;
1620 enum radeon_pm_method pm_method; argument
1629 enum radeon_pm_profile_type profile; argument
1631 struct radeon_pm_profile profiles[PM_PROFILE_MAX]; argument
1650 int radeon_pm_get_type_index(struct radeon_device *rdev, argument