Re: [PATCH] media: venus: assign unique bus_info strings for encoder and decoder

From: Konrad Dybcio

Date: Fri Nov 21 2025 - 14:22:17 EST


On 11/21/25 7:43 PM, Jorge Ramirez-Ortiz wrote:
> The Venus encoder and decoder video devices currently report the same
> bus_info string ("platform:qcom-venus").
>
> Assign unique bus_info identifiers by appending ":dec" and ":enc" to the
> parent device name. With this change v4l2-ctl will display two separate
> logical devices
>
> Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez@xxxxxxxxxxxxxxxx>
> ---

Perhaps that's a stupid question, but is there a reason they're
separate at all?

Konrad