Home
last modified time | relevance | path

Searched refs:vce_active (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_pm.c877 if (ps->vce_active != rdev->pm.dpm.vce_active) in radeon_dpm_change_power_state_locked()
931 ps->vce_active = rdev->pm.dpm.vce_active; in radeon_dpm_change_power_state_locked()
1026 rdev->pm.dpm.vce_active = true; in radeon_dpm_enable_vce()
1032 rdev->pm.dpm.vce_active = false; in radeon_dpm_enable_vce()
Dkv_dpm.c2151 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2178 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
Dradeon.h1335 bool vce_active; member
1563 bool vce_active; member
Dci_dpm.c764 if (rps->vce_active) { in ci_apply_state_adjust_rules()
807 if (rps->vce_active) { in ci_apply_state_adjust_rules()
5289 seq_printf(m, "vce %sabled\n", rps->vce_active ? "en" : "dis"); in ci_dpm_debugfs_print_current_performance_level()