[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <06036309-a7cd-4eb8-b7bf-1704f49ffdf1@linaro.org>
Date: Thu, 5 Sep 2024 13:36:55 +0100
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: quic_dikshita@...cinc.com, Vikash Garodia <quic_vgarodia@...cinc.com>,
Abhinav Kumar <quic_abhinavk@...cinc.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Philipp Zabel <p.zabel@...gutronix.de>
Cc: linux-media@...r.kernel.org, linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 09/29] media: iris: introduce Host firmware interface
with necessary hooks
On 27/08/2024 11:05, Dikshita Agarwal via B4 Relay wrote:
> +enum hfi_packet_port_type {
> + HFI_PORT_NONE = 0x00000000,
> + HFI_PORT_BITSTREAM = 0x00000001,
> + HFI_PORT_RAW = 0x00000002,
> +};
> +
> +enum hfi_packet_payload_info {
> + HFI_PAYLOAD_NONE = 0x00000000,
> + HFI_PAYLOAD_U32 = 0x00000001,
> + HFI_PAYLOAD_S32 = 0x00000002,
> + HFI_PAYLOAD_U64 = 0x00000003,
> + HFI_PAYLOAD_S64 = 0x00000004,
> + HFI_PAYLOAD_STRUCTURE = 0x00000005,
> + HFI_PAYLOAD_BLOB = 0x00000006,
> + HFI_PAYLOAD_STRING = 0x00000007,
> + HFI_PAYLOAD_Q16 = 0x00000008,
> + HFI_PAYLOAD_U32_ENUM = 0x00000009,
> + HFI_PAYLOAD_32_PACKED = 0x0000000a,
> + HFI_PAYLOAD_U32_ARRAY = 0x0000000b,
> + HFI_PAYLOAD_S32_ARRAY = 0x0000000c,
> + HFI_PAYLOAD_64_PACKED = 0x0000000d,
> +};
> +
> +enum hfi_packet_host_flags {
> + HFI_HOST_FLAGS_NONE = 0x00000000,
Are these NONE flags used/necessary ?
If they are dead enum values, please drop in the next version.
---
bod
Powered by blists - more mailing lists