[PATCH] drm/hisilicon: fixed the wrong resolution configurations

Xinliang Liu xinliang.liu at linaro.org
Thu Feb 27 04:42:39 UTC 2020


Thanks for the patch.
Applied to drm-misc-next.

On Fri, 3 Jan 2020 at 11:55, Tian Tao <tiantao6 at hisilicon.com> wrote:

> The maximum resolution supported by hibmc is 1920 * 1200 instead of
> 1920 * 1440, this patch fixed this problem
>
> Signed-off-by: Tian Tao <tiantao6 at hisilicon.com>
> Signed-off-by: Gong junjie <gongjunjie2 at huawei.com>
> ---
>  drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
> b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
> index 2fd4ca9..dbdeb2b 100644
> --- a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
> +++ b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
> @@ -89,7 +89,7 @@ static int hibmc_kms_init(struct hibmc_drm_private *priv)
>         priv->dev->mode_config.min_width = 0;
>         priv->dev->mode_config.min_height = 0;
>         priv->dev->mode_config.max_width = 1920;
> -       priv->dev->mode_config.max_height = 1440;
> +       priv->dev->mode_config.max_height = 1200;
>
>         priv->dev->mode_config.fb_base = priv->fb_base;
>         priv->dev->mode_config.preferred_depth = 24;
> --
> 2.7.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20200227/228c8be7/attachment-0001.htm>


More information about the dri-devel mailing list