[PATCH -v3 11/11] drm/exynos: atomic dpms support

2015-04-07 Thread Joonyoung Shim
Hi, On 04/07/2015 03:26 AM, Gustavo Padovan wrote: > Hi Inki, > > 2015-04-05 Inki Dae : > >> Hi, >> >> 2015-04-04 3:09 GMT+09:00 Gustavo Padovan : >>> From: Gustavo Padovan >>> >>> Run dpms operations through the atomic intefaces. This basically removes >>> the .dpms() callback from econders an

[PATCH -v3 11/11] drm/exynos: atomic dpms support

2015-04-06 Thread Gustavo Padovan
Hi Inki, 2015-04-05 Inki Dae : > Hi, > > 2015-04-04 3:09 GMT+09:00 Gustavo Padovan : > > From: Gustavo Padovan > > > > Run dpms operations through the atomic intefaces. This basically removes > > the .dpms() callback from econders and crtcs and use .disable() and > > .enable() to turn the crtc

[PATCH -v3 11/11] drm/exynos: atomic dpms support

2015-04-05 Thread Inki Dae
Hi, 2015-04-04 3:09 GMT+09:00 Gustavo Padovan : > From: Gustavo Padovan > > Run dpms operations through the atomic intefaces. This basically removes > the .dpms() callback from econders and crtcs and use .disable() and > .enable() to turn the crtc on and off. > > v2: Address comments by Joonyoung

[PATCH -v3 11/11] drm/exynos: atomic dpms support

2015-04-03 Thread Gustavo Padovan
From: Gustavo Padovan Run dpms operations through the atomic intefaces. This basically removes the .dpms() callback from econders and crtcs and use .disable() and .enable() to turn the crtc on and off. v2: Address comments by Joonyoung: - make hdmi code call ->disable() instead of ->dpms