Re: [PATCH v2] drm/meson/meson_venc: Relax the supported mode checks

2023-03-06 Thread Neil Armstrong
Hi, On Mon, 13 Feb 2023 10:32:09 +0100, Carlo Caione wrote: > Relax a bit the supported modes list by including also 480x1920 and > 400x1280. This was actually tested on real hardware and it works > correctly. > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-mis

Re: [PATCH v2] drm/meson/meson_venc: Relax the supported mode checks

2023-02-17 Thread Neil Armstrong
On 13/02/2023 10:32, Carlo Caione wrote: Relax a bit the supported modes list by including also 480x1920 and 400x1280. This was actually tested on real hardware and it works correctly. Signed-off-by: Carlo Caione --- In particular relax the resolution checks to allow more resolutions like 480x1

[PATCH v2] drm/meson/meson_venc: Relax the supported mode checks

2023-02-13 Thread Carlo Caione
Relax a bit the supported modes list by including also 480x1920 and 400x1280. This was actually tested on real hardware and it works correctly. Signed-off-by: Carlo Caione --- In particular relax the resolution checks to allow more resolutions like 480x1920 and 400x1280. --- Changes in v2: - Lowe