Re: [PATCH 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2013-01-04 Thread Sean Paul
On Wed, Jan 2, 2013 at 10:37 PM, Rahul Sharma wrote: > On Wed, Jan 2, 2013 at 10:45 PM, Sean Paul wrote: >> On Thu, Dec 27, 2012 at 6:38 AM, Rahul Sharma >> wrote: >>> This patch adds the implementation of check_mode callback in the mixer >>> driver. Based on the mixer version, correct set of r

[PATCH 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2013-01-03 Thread Sean Paul
On Wed, Jan 2, 2013 at 10:37 PM, Rahul Sharma wrote: > On Wed, Jan 2, 2013 at 10:45 PM, Sean Paul wrote: >> On Thu, Dec 27, 2012 at 6:38 AM, Rahul Sharma >> wrote: >>> This patch adds the implementation of check_mode callback in the mixer >>> driver. Based on the mixer version, correct set of r

[PATCH 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2013-01-03 Thread Rahul Sharma
On Wed, Jan 2, 2013 at 10:45 PM, Sean Paul wrote: > On Thu, Dec 27, 2012 at 6:38 AM, Rahul Sharma > wrote: >> This patch adds the implementation of check_mode callback in the mixer >> driver. Based on the mixer version, correct set of restrictions will be >> exposed by the mixer driver. A resolu

Re: [PATCH 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2013-01-03 Thread Sean Paul
On Thu, Dec 27, 2012 at 6:38 AM, Rahul Sharma wrote: > This patch adds the implementation of check_mode 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 b

Re: [PATCH 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2013-01-02 Thread Rahul Sharma
On Wed, Jan 2, 2013 at 10:45 PM, Sean Paul wrote: > On Thu, Dec 27, 2012 at 6:38 AM, Rahul Sharma > wrote: >> This patch adds the implementation of check_mode callback in the mixer >> driver. Based on the mixer version, correct set of restrictions will be >> exposed by the mixer driver. A resolu

[PATCH 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2013-01-02 Thread Sean Paul
On Thu, Dec 27, 2012 at 6:38 AM, Rahul Sharma wrote: > This patch adds the implementation of check_mode 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

[PATCH 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2012-12-28 Thread Rahul Sharma
This patch adds the implementation of check_mode 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 Signed-off

[PATCH 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2012-12-27 Thread Rahul Sharma
This patch adds the implementation of check_mode 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 Signed-off