]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: fix maximum sizes
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 10 Jan 2018 09:31:18 +0000 (11:31 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 1 Mar 2018 07:18:18 +0000 (09:18 +0200)
commit700081098a6a7bc3590d6bdd5742b697e963800c
treea177cd1cd4f43174db9efc3d64038057090d303a
parent07ebe1fbde9eeb0128c8fac93eebd697e963c5ad
drm/omap: fix maximum sizes

We define max width and height in mode_config to 2048. These maximums
affect many things, which are independent and depend on platform. We
need to do more fine grained checks in the code paths for each
component, and so the maximum values in mode_config should just be "big
enough" to cover all use cases.

Change the maximum width & height to 8192.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_drv.c