Re: [PATCH 06/23] drm/exynos: Pass context in manager ops instead of dev

2013-10-14 Thread Inki Dae
2013/10/14 Sean Paul : > On Mon, Oct 14, 2013 at 8:42 AM, Inki Dae wrote: >> Hi, Sean. >> >> >> It's a great patch set.:) That's exactly what we want. So I'd like to merge >> all patch set to exynos-drm-next if there is no design issue about next >> week. And then we can add additional minor patch

Re: [PATCH 06/23] drm/exynos: Pass context in manager ops instead of dev

2013-10-14 Thread Sean Paul
On Mon, Oct 14, 2013 at 8:42 AM, Inki Dae wrote: > Hi, Sean. > > > It's a great patch set.:) That's exactly what we want. So I'd like to merge > all patch set to exynos-drm-next if there is no design issue about next > week. And then we can add additional minor patches from others. > > Before that

RE: [PATCH 06/23] drm/exynos: Pass context in manager ops instead of dev

2013-10-14 Thread Inki Dae
Hi, Sean. It's a great patch set.:) That's exactly what we want. So I'd like to merge all patch set to exynos-drm-next if there is no design issue about next week. And then we can add additional minor patches from others. Before that, can you re-send all patch set like below? 1. Do not r

RE: [PATCH 06/23] drm/exynos: Pass context in manager ops instead of dev

2013-10-12 Thread Inki Dae
> void exynos_drm_encoder_plane_enable(struct drm_encoder *encoder, void > *data) > @@ -495,7 +495,7 @@ void exynos_drm_encoder_plane_enable(struct > drm_encoder *encoder, void *data) > zpos = *(int *)data; > > if (manager_ops && manager_ops->win_enable) > - manage