Searched refs:cmd_abo (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_message.c | 841 static int aie2_init_exec_req(void *req, struct amdxdna_gem_obj *cmd_abo, in aie2_init_exec_req() argument 844 struct amdxdna_dev *xdna = cmd_abo->client->xdna; in aie2_init_exec_req() 849 op = amdxdna_cmd_get_op(cmd_abo); in aie2_init_exec_req() 852 ret = EXEC_MSG_OPS(xdna)->init_cu_req(cmd_abo, req, size, msg_op); in aie2_init_exec_req() 859 ret = EXEC_MSG_OPS(xdna)->init_dpu_req(cmd_abo, req, size, msg_op); in aie2_init_exec_req() 876 aie2_cmdlist_fill_slot(void *slot, struct amdxdna_gem_obj *cmd_abo, in aie2_cmdlist_fill_slot() argument 879 struct amdxdna_dev *xdna = cmd_abo->client->xdna; in aie2_cmdlist_fill_slot() 883 op = amdxdna_cmd_get_op(cmd_abo); in aie2_cmdlist_fill_slot() 891 ret = EXEC_MSG_OPS(xdna)->fill_cf_slot(cmd_abo, slot, size); in aie2_cmdlist_fill_slot() 894 ret = EXEC_MSG_OPS(xdna)->fill_dpu_slot(cmd_abo, slot, size); in aie2_cmdlist_fill_slot() [all …]
|
| H A D | aie2_ctx.c | 182 struct amdxdna_gem_obj *cmd_abo; in aie2_sched_resp_handler() local 186 cmd_abo = job->cmd_bo; in aie2_sched_resp_handler() 189 amdxdna_cmd_set_error(cmd_abo, job, 0, ERT_CMD_STATE_TIMEOUT); in aie2_sched_resp_handler() 195 amdxdna_cmd_set_error(cmd_abo, job, 0, ERT_CMD_STATE_ABORT); in aie2_sched_resp_handler() 203 amdxdna_cmd_set_state(cmd_abo, ERT_CMD_STATE_COMPLETED); in aie2_sched_resp_handler() 205 amdxdna_cmd_set_error(cmd_abo, job, 0, ERT_CMD_STATE_ERROR); in aie2_sched_resp_handler() 237 struct amdxdna_gem_obj *cmd_abo; in aie2_sched_cmdlist_resp_handler() local 244 cmd_abo = job->cmd_bo; in aie2_sched_cmdlist_resp_handler() 247 amdxdna_cmd_set_error(cmd_abo, job, 0, ERT_CMD_STATE_TIMEOUT); in aie2_sched_cmdlist_resp_handler() 253 amdxdna_cmd_set_error(cmd_abo, job, 0, ERT_CMD_STATE_ABORT); in aie2_sched_cmdlist_resp_handler() [all …]
|