[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-11-01 Thread Tomasz Figa
Hi Sean, On Friday 01 of November 2013 15:54:31 Sean Paul wrote: > On Thu, Oct 31, 2013 at 7:53 PM, Tomasz Figa wrote: > > Hi Sean, > > > > On Tuesday 29 of October 2013 12:12:51 Sean Paul wrote: [snip] > >> @@ -995,6 +1000,9 @@ static irqreturn_t mixer_irq_handler(int irq, > >> void > >> *arg)

[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-11-01 Thread Sean Paul
On Fri, Nov 1, 2013 at 3:56 PM, Tomasz Figa wrote: > Hi Sean, > > On Friday 01 of November 2013 15:54:31 Sean Paul wrote: >> On Thu, Oct 31, 2013 at 7:53 PM, Tomasz Figa > wrote: >> > Hi Sean, >> > >> > On Tuesday 29 of October 2013 12:12:51 Sean Paul wrote: > [snip] >> >> @@ -995,6 +1000,9 @@ st

[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-11-01 Thread Sean Paul
On Thu, Oct 31, 2013 at 7:53 PM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:12:51 Sean Paul wrote: >> This patch implements the initialize callback in the hdmi and mixer >> manager. This allows us to get rid of drm_dev in the drm_hdmi level and >> track it in the mixer and

[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-11-01 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:12:51 Sean Paul wrote: > This patch implements the initialize callback in the hdmi and mixer > manager. This allows us to get rid of drm_dev in the drm_hdmi level and > track it in the mixer and hdmi drivers. This is one of the things > holding back the co

[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-10-29 Thread Sean Paul
This patch implements the initialize callback in the hdmi and mixer manager. This allows us to get rid of drm_dev in the drm_hdmi level and track it in the mixer and hdmi drivers. This is one of the things holding back the complete removal of the drm_hdmi layer. Signed-off-by: Sean Paul --- Chan