[PATCH 1/2] drm/exynos: calculate vrefresh instead of use a fixed value

2015-06-18 Thread Gustavo Padovan
From: Gustavo Padovan When mode's vrefresh is zero we should ask DRM core to calculate vrefresh for us so we can get the correct value instead of relying on fixed value defined in a macro. But if vrefresh is still zero we should fail the update. Suggested-by: Daniel Stone Signed-off-by: Gustavo

[PATCH 1/2] drm/exynos: calculate vrefresh instead of use a fixed value

2015-05-20 Thread Tobias Jakobi
On 2015-05-20 16:33, Gustavo Padovan wrote: > From: Gustavo Padovan > > When mode's vrefresh is zero we should ask DRM core to calculate > vrefresh > for us so we can get the correct value instead of relying on fixed > value > defined in a macro. > > Signed-off-by: Gustavo Padovan > --- > dr

[PATCH 1/2] drm/exynos: calculate vrefresh instead of use a fixed value

2015-05-20 Thread Daniel Stone
Hi, On 20 May 2015 at 17:58, Tobias Jakobi wrote: > On 2015-05-20 16:33, Gustavo Padovan wrote: >> When mode's vrefresh is zero we should ask DRM core to calculate vrefresh >> for us so we can get the correct value instead of relying on fixed value >> defined in a macro. >> >> Signed-off-by: Gust

[PATCH 1/2] drm/exynos: calculate vrefresh instead of use a fixed value

2015-05-20 Thread Gustavo Padovan
Hi, 2015-05-20 Daniel Stone : > Hi, > > On 20 May 2015 at 17:58, Tobias Jakobi > wrote: > > On 2015-05-20 16:33, Gustavo Padovan wrote: > >> When mode's vrefresh is zero we should ask DRM core to calculate vrefresh > >> for us so we can get the correct value instead of relying on fixed value >

[PATCH 1/2] drm/exynos: calculate vrefresh instead of use a fixed value

2015-05-20 Thread Gustavo Padovan
From: Gustavo Padovan When mode's vrefresh is zero we should ask DRM core to calculate vrefresh for us so we can get the correct value instead of relying on fixed value defined in a macro. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 3 +-- 1 file changed, 1 in