Home
last modified time | relevance | path

Searched refs:radeon_dpm (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_drv.c187 int radeon_dpm = -1; variable
273 TUNABLE_INT("drm.radeon.dpm", &radeon_dpm);
275 module_param_named(dpm, radeon_dpm, int, 0444);
H A Dradeon_pm.c1124 if (radeon_dpm == 1) { in radeon_dpm_change_power_state_locked()
1451 if (radeon_dpm == 1) in radeon_pm_init_dpm()
1540 else if (radeon_dpm == 1) in radeon_pm_init()
1578 else if (disable_dpm && (radeon_dpm == -1)) in radeon_pm_init()
1580 else if (radeon_dpm == 0) in radeon_pm_init()
H A Dradeon.h107 extern int radeon_dpm;
1548 struct radeon_dpm { struct
1664 struct radeon_dpm dpm;