[PATCH v3 06/32] drm/exynos: Pass exynos_drm_manager in manager ops instead of dev

2013-11-01 Thread Tomasz Figa
On Friday 01 of November 2013 16:01:23 Sean Paul wrote: > On Thu, Oct 31, 2013 at 8:19 PM, Tomasz Figa wrote: > > Hi Sean, > > > > On Tuesday 29 of October 2013 12:12:52 Sean Paul wrote: [snip] > >> -static void fimd_win_mode_set(struct device *dev, > >> - struct

[PATCH v3 06/32] drm/exynos: Pass exynos_drm_manager in manager ops instead of dev

2013-11-01 Thread Sean Paul
On Thu, Oct 31, 2013 at 8:19 PM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:12:52 Sean Paul wrote: >> This patch changes the manager ops callbacks from accepting the subdrv >> device pointer to taking a pointer to the manager. This will allow us >> to move closer to

[PATCH v3 06/32] drm/exynos: Pass exynos_drm_manager in manager ops instead of dev

2013-11-01 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:12:52 Sean Paul wrote: > This patch changes the manager ops callbacks from accepting the subdrv > device pointer to taking a pointer to the manager. This will allow us > to move closer to decoupling manager/display from subdrv, and > subsequently

[PATCH v3 06/32] drm/exynos: Pass exynos_drm_manager in manager ops instead of dev

2013-10-29 Thread Sean Paul
This patch changes the manager ops callbacks from accepting the subdrv device pointer to taking a pointer to the manager. This will allow us to move closer to decoupling manager/display from subdrv, and subsequently decoupling the crtc/plane from the encoder. Signed-off-by: Sean Paul ---