OSDN Git Service

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)
commit0ea6822f5215b1771949e8b278f66ed787ba83f1
tree92e0e207008c3dd5a4b1f4e1960a033bab53ba70
parent438c0f85cbbe6e7025e2375f97f5223b6eac5cd7
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