[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f3b7414c-8182-4018-951b-b6c64653c38d@collabora.com>
Date: Tue, 12 Aug 2025 20:07:50 +0300
From: Dmitry Osipenko <dmitry.osipenko@...labora.com>
To: Detlev Casanova <detlev.casanova@...labora.com>,
linux-kernel@...r.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>,
Heiko Stuebner <heiko@...ech.de>, linux-media@...r.kernel.org,
linux-rockchip@...ts.infradead.org, linux-arm-kernel@...ts.infradead.org,
kernel@...labora.com
Subject: Re: [PATCH v2 09/12] media: rkvdec: Add H264 support for the VDPU381
variant
On 8/8/25 23:03, Detlev Casanova wrote:
> +static struct rcb_size_info vdpu381_rcb_sizes[] = {
> + {6, PIC_WIDTH}, // intrar
> + {1, PIC_WIDTH}, // transdr (Is actually 0.4*pic_width)
> + {1, PIC_HEIGHT}, // transdc (Is actually 0.1*pic_height)
> + {3, PIC_WIDTH}, // streamdr
> + {6, PIC_WIDTH}, // interr
> + {3, PIC_HEIGHT}, // interc
> + {22, PIC_WIDTH}, // dblkr
> + {6, PIC_WIDTH}, // saor
> + {11, PIC_WIDTH}, // fbcr
> + {67, PIC_HEIGHT}, // filtc col
> +};
> +
> +const struct rkvdec_config config_vdpu381 = {
Nit: config_vdpu381 should be declared as "static", same for
config_vdpu383 in the next patch
--
Best regards,
Dmitry
Powered by blists - more mailing lists