HomeSort by: relevance | last modified time | path
    Searched refs:radeon_dpm (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_drv.c 207 int radeon_dpm = -1; variable in typeref:typename:int
277 module_param_named(dpm, radeon_dpm, int, 0444);
radeon_pm.c 1098 if (radeon_dpm == 1) {
1422 if (radeon_dpm == 1)
1509 else if (radeon_dpm == 1)
1547 else if (disable_dpm && (radeon_dpm == -1))
1549 else if (radeon_dpm == 0)
radeon.h 111 extern int radeon_dpm;
1581 struct radeon_dpm { struct
1696 struct radeon_dpm dpm;

Completed in 19 milliseconds