[PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-14 Thread Inki Dae
2012/12/14 Daniel Vetter > On Thu, Dec 13, 2012 at 4:16 PM, Inki Dae wrote: > > How about rebasing this patch to top of > > git://people.freedesktop.org/~airlied/linux.git drm-next? > > Exynos's many patches have already been merged to drm-next. Or if you are > > ok, I'd like to rebase your patc

[PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-14 Thread Daniel Vetter
On Fri, Dec 14, 2012 at 5:57 AM, Inki Dae wrote: > 2012/12/14 Daniel Vetter >> >> On Thu, Dec 13, 2012 at 4:16 PM, Inki Dae wrote: >> > How about rebasing this patch to top of >> > git://people.freedesktop.org/~airlied/linux.git drm-next? >> > Exynos's many patches have already been merged to dr

Re: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-14 Thread Daniel Vetter
On Fri, Dec 14, 2012 at 5:57 AM, Inki Dae wrote: > 2012/12/14 Daniel Vetter >> >> On Thu, Dec 13, 2012 at 4:16 PM, Inki Dae wrote: >> > How about rebasing this patch to top of >> > git://people.freedesktop.org/~airlied/linux.git drm-next? >> > Exynos's many patches have already been merged to dr

[PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Inki Dae
c: Nouveau Dev; Intel Graphics Development; Daniel Vetter > Subject: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence > > For user framebuffers it's easier to just inline the > exynos_drm_framebuffer_init helper instead of trying to adjust it - > most of the things t

Re: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Inki Dae
2012/12/14 Daniel Vetter > On Thu, Dec 13, 2012 at 4:16 PM, Inki Dae wrote: > > How about rebasing this patch to top of > > git://people.freedesktop.org/~airlied/linux.git drm-next? > > Exynos's many patches have already been merged to drm-next. Or if you are > > ok, I'd like to rebase your patc

[PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Daniel Vetter
On Thu, Dec 13, 2012 at 4:16 PM, Inki Dae wrote: > How about rebasing this patch to top of > git://people.freedesktop.org/~airlied/linux.git drm-next? > Exynos's many patches have already been merged to drm-next. Or if you are > ok, I'd like to rebase your patch to -next and test it. I don't care

[PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Daniel Vetter
Intel Graphics Development; Daniel Vetter >> Subject: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence >> >> For user framebuffers it's easier to just inline the >> exynos_drm_framebuffer_init helper instead of trying to adjust it - >> most of the things

[PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Daniel Vetter
For user framebuffers it's easier to just inline the exynos_drm_framebuffer_init helper instead of trying to adjust it - most of the things that helper sets up need to be overwritten anyway again due to the multiple backing storage objects support exynos has, but does not use for the fbdev. Signed

Re: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Daniel Vetter
On Thu, Dec 13, 2012 at 4:16 PM, Inki Dae wrote: > How about rebasing this patch to top of > git://people.freedesktop.org/~airlied/linux.git drm-next? > Exynos's many patches have already been merged to drm-next. Or if you are > ok, I'd like to rebase your patch to -next and test it. I don't care

Re: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Inki Dae
.org] > On > >> Behalf Of Daniel Vetter > >> Sent: Thursday, December 13, 2012 8:05 PM > >> To: DRI Development > >> Cc: Nouveau Dev; Intel Graphics Development; Daniel Vetter > >> Subject: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence >

[PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Inki Dae
edesktop.org] > On > >> Behalf Of Daniel Vetter > >> Sent: Thursday, December 13, 2012 8:05 PM > >> To: DRI Development > >> Cc: Nouveau Dev; Intel Graphics Development; Daniel Vetter > >> Subject: [PATCH 2/2] drm/exynos: reorder framebuffer init

Re: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Daniel Vetter
hics Development; Daniel Vetter >> Subject: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence >> >> For user framebuffers it's easier to just inline the >> exynos_drm_framebuffer_init helper instead of trying to adjust it - >> most of the things that he

RE: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Inki Dae
c: Nouveau Dev; Intel Graphics Development; Daniel Vetter > Subject: [PATCH 2/2] drm/exynos: reorder framebuffer init sequence > > For user framebuffers it's easier to just inline the > exynos_drm_framebuffer_init helper instead of trying to adjust it - > most of the things that hel

[PATCH 2/2] drm/exynos: reorder framebuffer init sequence

2012-12-13 Thread Daniel Vetter
For user framebuffers it's easier to just inline the exynos_drm_framebuffer_init helper instead of trying to adjust it - most of the things that helper sets up need to be overwritten anyway again due to the multiple backing storage objects support exynos has, but does not use for the fbdev. Signed