We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d6fee commit de3c3edCopy full SHA for de3c3ed
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
@@ -91,7 +91,7 @@ static int hibmc_kms_init(struct hibmc_drm_private *priv)
91
priv->dev->mode_config.min_width = 0;
92
priv->dev->mode_config.min_height = 0;
93
priv->dev->mode_config.max_width = 1920;
94
- priv->dev->mode_config.max_height = 1440;
+ priv->dev->mode_config.max_height = 1200;
95
96
priv->dev->mode_config.fb_base = priv->fb_base;
97
priv->dev->mode_config.preferred_depth = 24;
0 commit comments