commit | 13bb1601c721f395d272d58438c9e747317f7c1a | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Dec 22 15:45:20 2015 -0600 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Mar 01 09:18:18 2018 +0200 |
tree | 3e9654f7e10df7ae6d661a83b82a34b218f5bbf5 | |
parent | 1317ef2113a14b631df15c9d09ce1283836c1456 [diff] |
drm/omap: fix scaling limits for WB WB has additional scaling limits when the output color format is one of the YUV formats. These limits are not handled at the moment, causing bad scaling and/or NULL dereference crash. This patchs adds the check so that dispc returns an error for bad scaling request. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>