[PATCH v2 0/2] Meson VPU: fix CVBS output

2019-12-09 Thread Martin Blumenstingl
The goal of this series is to fix the CVBS output with the Meson VPU driver. Prior to this series kmscube reported: failed to set mode: Invalid argument Changes since v1 at [0]: - add patch to remove duplicate code (to match patch #2 easier) - use drm_mode_match without DRM_MODE_MATCH_ASPECT_RAT

Re: [PATCH v2 0/2] Meson VPU: fix CVBS output

2019-12-09 Thread Neil Armstrong
On 08/12/2019 18:18, Martin Blumenstingl wrote: > The goal of this series is to fix the CVBS output with the Meson VPU > driver. Prior to this series kmscube reported: > failed to set mode: Invalid argument > > Changes since v1 at [0]: > - add patch to remove duplicate code (to match patch #2 ea

Re: [PATCH v2 0/2] Meson VPU: fix CVBS output

2019-12-08 Thread Neil Armstrong
On 08/12/2019 18:18, Martin Blumenstingl wrote: > The goal of this series is to fix the CVBS output with the Meson VPU > driver. Prior to this series kmscube reported: > failed to set mode: Invalid argument > > Changes since v1 at [0]: > - add patch to remove duplicate code (to match patch #2 ea

Re: [PATCH v2 0/2] Meson VPU: fix CVBS output

2019-12-08 Thread Neil Armstrong
Hi Martin ! On 08/12/2019 18:18, Martin Blumenstingl wrote: > The goal of this series is to fix the CVBS output with the Meson VPU > driver. Prior to this series kmscube reported: > failed to set mode: Invalid argument > > Changes since v1 at [0]: > - add patch to remove duplicate code (to matc