]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: implement display-mode-check callback in mixer driver
authorRahul Sharma <rahul.sharma@samsung.com>
Tue, 15 Jan 2013 13:11:06 +0000 (08:11 -0500)
committerInki Dae <inki.dae@samsung.com>
Thu, 21 Feb 2013 06:00:27 +0000 (15:00 +0900)
commitd236069fd0e6e3a65178c14c9bdf1d4281c8f012
tree92e0e207008c3dd5a4b1f4e1960a033bab53ba70
parentec0476ee1a8603c4b20b4e70f78f2105df35852d
drm/exynos: implement display-mode-check callback in mixer driver

This patch adds the implementation of check_timing callback in the mixer
driver. Based on the mixer version, correct set of restrictions will be
exposed by the mixer driver. A resolution will be acceptable only if passes
the criteria set by mixer and hdmi IPs.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c