drm: renesas: shmobile: Don't set display info width and height twice
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 15 Sep 2023 08:53:28 +0000 (10:53 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 16 Oct 2023 09:47:44 +0000 (11:47 +0200)
commit76b1405832ac067c16997fb7ede7b2e2517aa441
tree897c4da652cb07a9c424ff65a266ca3bf96efbdb
parent0da28d5fc808dfcfbc910870b4b0277c1a7ccb6c
drm: renesas: shmobile: Don't set display info width and height twice

The display info width_mm and height_mm fields are set at init time and
never overwritten, don't set them a second time when getting modes.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/edd49fcb92af83d81df655b3db1685e8ed14380a.1694767209.git.geert+renesas@glider.be
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c