]> asedeno.scripts.mit.edu Git - linux.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)
commit1915d7fa93397b3dc8bf9c6973d8662c0a661daf
treea177cd1cd4f43174db9efc3d64038057090d303a
parent7c00985109f95474a7fe31f03022126e23e355ff
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