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

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c135 int radeon_dpm = -1; variable
204 module_param_named(dpm, radeon_dpm, int, 0444);
H A Dradeon_pm.c1125 if (radeon_dpm == 1) {
1444 if (radeon_dpm == 1)
1529 else if (radeon_dpm == 1)
1567 else if (disable_dpm && (radeon_dpm == -1))
1569 else if (radeon_dpm == 0)
H A Dradeon.h109 extern int radeon_dpm;
1530 struct radeon_dpm { struct
1646 struct radeon_dpm dpm;

Completed in 130 milliseconds