Searched refs:dtm_cmd (Results 1 – 2 of 2) sorted by relevance
52 struct ta_dtm_shared_memory *dtm_cmd; in remove_display_from_topology_v2() local66 dtm_cmd->cmd_id = TA_DTM_COMMAND__TOPOLOGY_UPDATE_V2; in remove_display_from_topology_v2()71 psp_dtm_invoke(psp, dtm_cmd->cmd_id); in remove_display_from_topology_v2()73 if (dtm_cmd->dtm_status != TA_DTM_STATUS__SUCCESS) { in remove_display_from_topology_v2()88 struct ta_dtm_shared_memory *dtm_cmd; in remove_display_from_topology_v3() local107 psp_dtm_invoke(psp, dtm_cmd->cmd_id); in remove_display_from_topology_v3()110 if (dtm_cmd->dtm_status != TA_DTM_STATUS__SUCCESS) { in remove_display_from_topology_v3()126 struct ta_dtm_shared_memory *dtm_cmd; in add_display_to_topology_v2() local156 psp_dtm_invoke(psp, dtm_cmd->cmd_id); in add_display_to_topology_v2()173 struct ta_dtm_shared_memory *dtm_cmd; in add_display_to_topology_v3() local[all …]
471 struct ta_dtm_shared_memory *dtm_cmd; in enable_assr() local479 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in enable_assr()482 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in enable_assr()484 dtm_cmd->cmd_id = TA_DTM_COMMAND__TOPOLOGY_ASSR_ENABLE; in enable_assr()485 dtm_cmd->dtm_in_message.topology_assr_enable.display_topology_dig_be_index = in enable_assr()487 dtm_cmd->dtm_status = TA_DTM_STATUS__GENERIC_FAILURE; in enable_assr()489 psp_dtm_invoke(psp, dtm_cmd->cmd_id); in enable_assr()491 if (dtm_cmd->dtm_status != TA_DTM_STATUS__SUCCESS) { in enable_assr()