Skip to content
Snippets Groups Projects
Commit 6eb8aea0 authored by Martyn Welch's avatar Martyn Welch
Browse files

d/patches: Add 1440x1104 resolution for VG5661


Add a specific resolution that we require to the VG5661 driver

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 5dcdeb09
No related branches found
No related tags found
2 merge requests!245d/patches: Add 1440x1104 resolution for VG5661,!200Draft: d/patches: Use an overlay for the rpi 7" touch screen
From 2f470538892d6ebee35d363344e2ff3bf17e69ff Mon Sep 17 00:00:00 2001
From: Julien Massot <julien.massot@collabora.com>
Date: Thu, 1 Jun 2023 10:57:11 +0200
Subject: [PATCH] st-vgxy61: add 1440*1104 resolution for VG661
---
drivers/media/i2c/st-vgxy61.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/drivers/media/i2c/st-vgxy61.c b/drivers/media/i2c/st-vgxy61.c
index 5dcabee6677d..8bc965ae7578 100644
--- a/drivers/media/i2c/st-vgxy61.c
+++ b/drivers/media/i2c/st-vgxy61.c
@@ -288,6 +288,17 @@ static const struct vgxy61_mode_info vgx661_mode_data[] = {
.height = VGX661_HEIGHT,
},
},
+ {
+ .width = 1440,
+ .height = 1104,
+ .bin_mode = VGXY61_BIN_MODE_NORMAL,
+ .crop = {
+ .left = 12,
+ .top = 0,
+ .width = 1440,
+ .height = 1104,
+ },
+ },
{
.width = 1280,
.height = 720,
--
2.40.1
......@@ -226,3 +226,4 @@ apertis/st-vgxy61/0165-media-i2c-st-vgxy61-Use-asm-intead-of-asm-generic.patch
apertis/st-vgxy61/0166-media-v4l-Add-1X16-16-bit-greyscale-media-bus-code-d.patch
apertis/st-vgxy61/0167-media-v4l-ctrls-Add-a-control-for-HDR-mode.patch
apertis/st-vgxy61/0168-Add-raw8-video-formats.patch
apertis/st-vgxy61/0001-st-vgxy61-add-1440-1104-resolution-for-VG661.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment