[PATCH v3 03/32] drm/exynos: Add an initialize function to manager and display

2013-11-01 Thread Tomasz Figa
On Tuesday 29 of October 2013 12:12:49 Sean Paul wrote: > This patch adds an initialize function to the manager and display > operations. This allows them to keep track of drm_device in their > local context, as well as adds an initialization hook right after > the encoder is created. > > Signed-o

[PATCH v3 03/32] drm/exynos: Add an initialize function to manager and display

2013-10-29 Thread Sean Paul
This patch adds an initialize function to the manager and display operations. This allows them to keep track of drm_device in their local context, as well as adds an initialization hook right after the encoder is created. Signed-off-by: Sean Paul --- Changes in v2: None Changes in v3: None dri