drm/exynos: add GSCALER plane capability
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 15 Feb 2019 14:25:15 +0000 (15:25 +0100)
committerAndrzej Hajda <a.hajda@samsung.com>
Wed, 20 Mar 2019 12:52:04 +0000 (13:52 +0100)
commit2ce44e7c24aaab29c8cf7ccf9bf8e5483bf1f3c6
tree42dd7e8e3aecc25e3ae6c0820a6b71e022e842c7
parentc0586895c98b30848825094c7b7d380f81e4ac2d
drm/exynos: add GSCALER plane capability

This bit will indicate the plane is provided by GSCALER.
Tests shows that GSCALER does not like to convert from/to too small
buffers. Since exact constraints are not provided by documentation
rough estimate of 64 pixel has been applied.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_plane.c