[PATCH 02/10] drm/exynos: added mode_fixup feature and code clean.

2012-03-16 Thread InKi Dae
gmin.park at samsung.com; sw0312.kim at samsung.com >> Subject: Re: [PATCH 02/10] drm/exynos: added mode_fixup feature and code >> clean. >> >> > }; >> > diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c >> b/drivers/gpu/drm/exynos/exynos_drm_crtc.c >>

[PATCH 02/10] drm/exynos: added mode_fixup feature and code clean.

2012-03-15 Thread Inki Dae
> -Original Message- > From: Dave Airlie [mailto:airlied at gmail.com] > Sent: Thursday, March 15, 2012 7:40 PM > To: Inki Dae > Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; > kyungmin.park at samsung.com; sw0312.kim at samsung.com > Subject: Re: [PA

[PATCH 02/10] drm/exynos: added mode_fixup feature and code clean.

2012-03-15 Thread Dave Airlie
> ?}; > diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c > b/drivers/gpu/drm/exynos/exynos_drm_crtc.c > index de81883..2d9a0e6 100644 > --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.c > +++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.c > @@ -249,7 +249,11 @@ exynos_drm_crtc_mode_set(struct

Re: [PATCH 02/10] drm/exynos: added mode_fixup feature and code clean.

2012-03-15 Thread Dave Airlie
 }; diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c b/drivers/gpu/drm/exynos/exynos_drm_crtc.c index de81883..2d9a0e6 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.c +++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.c @@ -249,7 +249,11 @@ exynos_drm_crtc_mode_set(struct drm_crtc

RE: [PATCH 02/10] drm/exynos: added mode_fixup feature and code clean.

2012-03-15 Thread Inki Dae
-Original Message- From: Dave Airlie [mailto:airl...@gmail.com] Sent: Thursday, March 15, 2012 7:40 PM To: Inki Dae Cc: airl...@linux.ie; dri-devel@lists.freedesktop.org; kyungmin.p...@samsung.com; sw0312@samsung.com Subject: Re: [PATCH 02/10] drm/exynos: added mode_fixup

Re: [PATCH 02/10] drm/exynos: added mode_fixup feature and code clean.

2012-03-15 Thread InKi Dae
@samsung.com Subject: Re: [PATCH 02/10] drm/exynos: added mode_fixup feature and code clean. }; diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c b/drivers/gpu/drm/exynos/exynos_drm_crtc.c index de81883..2d9a0e6 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.c +++ b/drivers/gpu/drm

[PATCH 02/10] drm/exynos: added mode_fixup feature and code clean.

2012-03-14 Thread Inki Dae
this patch adds mode_fixup feature for hdmi module that specific driver changes current mode to driver desired mode properly. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 25 +++- drivers/gpu/drm/exynos/exynos_drm_crtc.c |

[PATCH 02/10] drm/exynos: added mode_fixup feature and code clean.

2012-03-13 Thread Inki Dae
this patch adds mode_fixup feature for hdmi module that specific driver changes current mode to driver desired mode properly. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 25 +++-