mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
media: i2c: rk628: support mode add max res to 4096x2160
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com> Change-Id: I29e5031dd180da3427717c636f66556ed95a980a
This commit is contained in:
@@ -274,6 +274,15 @@ static struct rkmodule_csi_dphy_param rk3588_dcphy_param = {
|
||||
|
||||
static const struct rk628_csi_mode supported_modes[] = {
|
||||
{
|
||||
.width = 4096,
|
||||
.height = 2160,
|
||||
.max_fps = {
|
||||
.numerator = 10000,
|
||||
.denominator = 600000,
|
||||
},
|
||||
.hts_def = 4400,
|
||||
.vts_def = 2250,
|
||||
}, {
|
||||
.width = 3840,
|
||||
.height = 2160,
|
||||
.max_fps = {
|
||||
|
||||
Reference in New Issue
Block a user