Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_drv.c188 int radeon_dpm = -1; variable
258 module_param_named(dpm, radeon_dpm, int, 0444);
H A Dradeon_pm.c1100 if (radeon_dpm == 1) { in radeon_dpm_change_power_state_locked()
1422 if (radeon_dpm == 1) in radeon_pm_init_dpm()
1509 else if (radeon_dpm == 1) in radeon_pm_init()
1547 else if (disable_dpm && (radeon_dpm == -1)) in radeon_pm_init()
1549 else if (radeon_dpm == 0) in radeon_pm_init()
H A Dradeon.h108 extern int radeon_dpm;
1539 struct radeon_dpm { struct
1655 struct radeon_dpm dpm;
/kernel/linux/linux-6.6/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) { in radeon_dpm_change_power_state_locked()
1444 if (radeon_dpm == 1) in radeon_pm_init_dpm()
1529 else if (radeon_dpm == 1) in radeon_pm_init()
1567 else if (disable_dpm && (radeon_dpm == -1)) in radeon_pm_init()
1569 else if (radeon_dpm == 0) in radeon_pm_init()
H A Dradeon.h109 extern int radeon_dpm;
1532 struct radeon_dpm { struct
1648 struct radeon_dpm dpm;

Completed in 22 milliseconds