[PATCH v6 11/12] drm/exynos: atomic dpms support

2015-05-22 Thread Inki Dae
Hi, On 2015년 05월 22일 05:02, Gustavo Padovan wrote: > 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

[PATCH v6 11/12] drm/exynos: atomic dpms support

2015-05-22 Thread Gustavo Padovan
Hi Inki, 2015-05-22 Inki Dae : > Hi, > > On 2015년 05월 22일 05:02, Gustavo Padovan wrote: > > 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

[PATCH v6 11/12] drm/exynos: atomic dpms support

2015-05-21 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