Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dpp_psm.c120 unsigned long *state_id) in psm_get_ui_state() argument
131 *state_id = state->id; in psm_get_ui_state()
141 unsigned long *state_id) in psm_get_state_by_classification() argument
152 *state_id = state->id; in psm_get_state_by_classification()
160 static int psm_set_states(struct pp_hwmgr *hwmgr, unsigned long state_id) in psm_set_states() argument
171 if (state->id == state_id) { in psm_set_states()
182 unsigned long state_id; in psm_set_boot_states() local
189 &state_id)) in psm_set_boot_states()
190 ret = psm_set_states(hwmgr, state_id); in psm_set_boot_states()
197 unsigned long state_id; in psm_set_performance_states() local
[all …]
/linux-5.19.10/drivers/gpu/drm/amd/display/modules/inc/
Dmod_hdcp.h198 uint8_t state_id; member
/linux-5.19.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp.c35 trace->errors[trace->error_count].state_id = hdcp->state.id; in push_error_status()