Message ID | 20200610151228.23845-1-jacopo@jmondi.org (mailing list archive) |
---|---|
State | Under Review |
Delegated to: | Kieran Bingham |
Headers | show |
Series | gmsl-yavta: Use UYVY8_1X16 format | expand |
Hi Jacopo, Thanks for your patch. On 2020-06-10 17:12:28 +0200, Jacopo Mondi wrote: > Update the gmsl capture script to use the format required by the latest > max9286 driver version. > > Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> And applied. > --- > gmsl-yavta.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gmsl-yavta.sh b/gmsl-yavta.sh > index 0ec0560..6e15555 100755 > --- a/gmsl-yavta.sh > +++ b/gmsl-yavta.sh > @@ -16,7 +16,7 @@ function conf() { > IDX="$2" > VIN="$3" > > - media-ctl -d $mdev -V "'$CSI':$IDX [fmt:UYVY8_2X8/1280x800 field:none]" > + media-ctl -d $mdev -V "'$CSI':$IDX [fmt:UYVY8_1X16/1280x800 field:none]" > mc_set_link "$CSI" $IDX "$VIN" 1 > } > > -- > 2.27.0 >
diff --git a/gmsl-yavta.sh b/gmsl-yavta.sh index 0ec0560..6e15555 100755 --- a/gmsl-yavta.sh +++ b/gmsl-yavta.sh @@ -16,7 +16,7 @@ function conf() { IDX="$2" VIN="$3" - media-ctl -d $mdev -V "'$CSI':$IDX [fmt:UYVY8_2X8/1280x800 field:none]" + media-ctl -d $mdev -V "'$CSI':$IDX [fmt:UYVY8_1X16/1280x800 field:none]" mc_set_link "$CSI" $IDX "$VIN" 1 }
Update the gmsl capture script to use the format required by the latest max9286 driver version. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> --- gmsl-yavta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.27.0