[0/2] media: rcar-vin: Fix issues with NV12 on Gen3

Message ID 20230211205432.493102-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers
Series media: rcar-vin: Fix issues with NV12 on Gen3 |

Message

Niklas Söderlund Feb. 11, 2023, 8:54 p.m. UTC
  Hello,

This series fixes two small issues around NV12. Patch 1/2 forbids the 
use of the scaler on Gen3 if the output format is NV12. While patch 2/2 
fixes the size alignment for NV12.

Work tested on both Gen2 and Gen3 without regressions.

Niklas Söderlund (2):
  media: rcar-vin: Gen3 can not scale NV12
  media: rcar-vin: Fix NV12 size alignment

 .../media/platform/renesas/rcar-vin/rcar-dma.c  | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)
  

Comments

Niklas Söderlund April 15, 2023, 8 a.m. UTC | #1
Hi all,

A gentle ping on this series.

On 2023-02-11 21:54:30 +0100, Niklas Söderlund wrote:
> Hello,
> 
> This series fixes two small issues around NV12. Patch 1/2 forbids the 
> use of the scaler on Gen3 if the output format is NV12. While patch 2/2 
> fixes the size alignment for NV12.
> 
> Work tested on both Gen2 and Gen3 without regressions.
> 
> Niklas Söderlund (2):
>   media: rcar-vin: Gen3 can not scale NV12
>   media: rcar-vin: Fix NV12 size alignment
> 
>  .../media/platform/renesas/rcar-vin/rcar-dma.c  | 17 ++++++++++++++---
>  1 file changed, 14 insertions(+), 3 deletions(-)
> 
> -- 
> 2.39.1
>