drm/exynos/ipp: Add check the property even if ipp id exists 19/126319/4
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Fri, 21 Apr 2017 01:59:21 +0000 (10:59 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Fri, 2 Jun 2017 04:31:51 +0000 (13:31 +0900)
commit35edbfff25a9140b8d121fa8ad482861c70dc243
treef3241bc7fbafe30080e69ee9081e01ce928325d8
parente23d9f449aba25028968e519551338b6e42aec1c
drm/exynos/ipp: Add check the property even if ipp id exists

If user calls exynos_drm_ipp_set_property() with ioctl, check_property
is not executed if ipp id(prop_id) is present.

This means that you can not dynamically check the rotation limits, So
check the property even if ipp id exists.

Change-Id: Ibc99dda25ea41ded3db7f3307ca3a4b0ba5de9bb
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_ipp.c