Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdcc4c88 authored by George Shen's avatar George Shen
Browse files

msm: cvp: Update HFI packet type



CVP (Computer Vision Processor) firmware release 1.6 changed
some HFI packet types. Update kernel driver accordingly.

Change-Id: If08e0a62c2dff82069f774aa8e1dec2f94dfc572
Signed-off-by: default avatarGeorge Shen <sqiao@codeaurora.org>
parent c3e249ab
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -984,38 +984,38 @@ struct hfi_cmd_session_cvp_set_buffers_packet {
	u32 size;
	u32 packet_type;
	u32 session_id;
	struct hfi_cvp_client client_data;
	u32 buffer_addr;
	u32 buffer_size;
	struct hfi_cvp_client client_data;
};

struct hfi_cmd_session_cvp_release_buffers_packet {
	u32 size;
	u32 packet_type;
	u32 session_id;
	struct hfi_cvp_client client_data;
	u32 buffer_type;
	u32 num_buffers;
	u32 buffer_idx;
	struct hfi_cvp_client client_data;
};

struct hfi_msg_session_cvp_release_buffers_done_packet {
	u32 size;
	u32 packet_type;
	u32 session_id;
	u32 error_type;
	struct hfi_cvp_client client_data;
	u32 error_type;
};

struct hfi_msg_session_cvp_set_buffers_done_packet {
	u32 size;
	u32 packet_type;
	u32 session_id;
	struct hfi_cvp_client client_data;
	u32 error_type;
	u32 buffer_type;
	u32 buffer_addr;
	u32 buffer_size;
	struct hfi_cvp_client client_data;
};

struct hfi_cmd_session_set_buffers_packet {