Loading drivers/gpu/msm/kgsl_hfi.c +2 −1 Original line number Diff line number Diff line Loading @@ -188,9 +188,9 @@ static void receive_ack_msg(struct gmu_device *gmu, struct hfi_msg_rsp *rsp) msg->seqnum == rsp->ret_hdr.seqnum) break; } spin_unlock(&hfi->msglock); if (msg == NULL) { spin_unlock(&hfi->msglock); dev_err(&gmu->pdev->dev, "Cannot find receiver of ack msg with id=%d\n", rsp->ret_hdr.id); Loading @@ -199,6 +199,7 @@ static void receive_ack_msg(struct gmu_device *gmu, struct hfi_msg_rsp *rsp) memcpy(&msg->results, (void *) rsp, rsp->hdr.size << 2); complete(&msg->msg_complete); spin_unlock(&hfi->msglock); } static void receive_err_msg(struct gmu_device *gmu, struct hfi_msg_rsp *rsp) Loading drivers/gpu/msm/kgsl_hfi.h +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ enum hfi_f2h_qpri { HFI_F2H_QPRI_DEBUG = 40, }; #define HFI_RSP_TIMEOUT 50 /* msec */ #define HFI_RSP_TIMEOUT 100 /* msec */ #define HFI_H2F_CMD_IRQ_MASK BIT(0) enum hfi_msg_type { Loading Loading
drivers/gpu/msm/kgsl_hfi.c +2 −1 Original line number Diff line number Diff line Loading @@ -188,9 +188,9 @@ static void receive_ack_msg(struct gmu_device *gmu, struct hfi_msg_rsp *rsp) msg->seqnum == rsp->ret_hdr.seqnum) break; } spin_unlock(&hfi->msglock); if (msg == NULL) { spin_unlock(&hfi->msglock); dev_err(&gmu->pdev->dev, "Cannot find receiver of ack msg with id=%d\n", rsp->ret_hdr.id); Loading @@ -199,6 +199,7 @@ static void receive_ack_msg(struct gmu_device *gmu, struct hfi_msg_rsp *rsp) memcpy(&msg->results, (void *) rsp, rsp->hdr.size << 2); complete(&msg->msg_complete); spin_unlock(&hfi->msglock); } static void receive_err_msg(struct gmu_device *gmu, struct hfi_msg_rsp *rsp) Loading
drivers/gpu/msm/kgsl_hfi.h +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ enum hfi_f2h_qpri { HFI_F2H_QPRI_DEBUG = 40, }; #define HFI_RSP_TIMEOUT 50 /* msec */ #define HFI_RSP_TIMEOUT 100 /* msec */ #define HFI_H2F_CMD_IRQ_MASK BIT(0) enum hfi_msg_type { Loading