[PATCH 05/13] drm/exynos: removed exynos_drm_encoder_dpms call

2012-08-20 Thread InKi Dae
2012/8/20 Joonyoung Shim : > On 08/17/2012 06:50 PM, Inki Dae wrote: >> >> encoder's mode_set callback isn't specific to hardware so it doesn't >> need to call exynos_drm_encoder_dpms(). > > > Then, where is exynos_drm_encoder_dpms() called? > with this patch series, exynos_drm_encoder_dpms()

[PATCH 05/13] drm/exynos: removed exynos_drm_encoder_dpms call

2012-08-20 Thread Joonyoung Shim
On 08/17/2012 06:50 PM, Inki Dae wrote: > encoder's mode_set callback isn't specific to hardware so it doesn't > need to call exynos_drm_encoder_dpms(). Then, where is exynos_drm_encoder_dpms() called? > > Signed-off-by: Inki Dae > Signed-off-by: Kyungmin Park > --- >

Re: [PATCH 05/13] drm/exynos: removed exynos_drm_encoder_dpms call

2012-08-19 Thread Joonyoung Shim
On 08/17/2012 06:50 PM, Inki Dae wrote: encoder's mode_set callback isn't specific to hardware so it doesn't need to call exynos_drm_encoder_dpms(). Then, where is exynos_drm_encoder_dpms() called? Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park

Re: [PATCH 05/13] drm/exynos: removed exynos_drm_encoder_dpms call

2012-08-19 Thread InKi Dae
2012/8/20 Joonyoung Shim jy0922.s...@samsung.com: On 08/17/2012 06:50 PM, Inki Dae wrote: encoder's mode_set callback isn't specific to hardware so it doesn't need to call exynos_drm_encoder_dpms(). Then, where is exynos_drm_encoder_dpms() called? with this patch series,

[PATCH 05/13] drm/exynos: removed exynos_drm_encoder_dpms call

2012-08-17 Thread Inki Dae
encoder's mode_set callback isn't specific to hardware so it doesn't need to call exynos_drm_encoder_dpms(). Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_encoder.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git

[PATCH 05/13] drm/exynos: removed exynos_drm_encoder_dpms call

2012-08-17 Thread Inki Dae
encoder's mode_set callback isn't specific to hardware so it doesn't need to call exynos_drm_encoder_dpms(). Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_encoder.c |2 -- 1 files changed, 0