[PATCH v3 19/32] drm/exynos: Use mode_set to configure fimd

2013-12-04 Thread Sean Paul
On Fri, Nov 15, 2013 at 8:53 AM, Daniel Kurtz wrote: > Hi Sean, Tomasz, > > On Mon, Nov 11, 2013 at 6:03 AM, Tomasz Figa wrote: >> Hi Sean, >> >> On Tuesday 29 of October 2013 12:13:05 Sean Paul wrote: >>> This patch uses the mode passed into mode_set to configure fimd instead >>> of directly

[PATCH v3 19/32] drm/exynos: Use mode_set to configure fimd

2013-11-28 Thread Tomasz Figa
On Friday 15 of November 2013 21:53:16 Daniel Kurtz wrote: > Hi Sean, Tomasz, > > On Mon, Nov 11, 2013 at 6:03 AM, Tomasz Figa wrote: > > Hi Sean, > > > > On Tuesday 29 of October 2013 12:13:05 Sean Paul wrote: > >> This patch uses the mode passed into mode_set to configure fimd instead > >> of

[PATCH v3 19/32] drm/exynos: Use mode_set to configure fimd

2013-11-15 Thread Daniel Kurtz
Hi Sean, Tomasz, On Mon, Nov 11, 2013 at 6:03 AM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:13:05 Sean Paul wrote: >> This patch uses the mode passed into mode_set to configure fimd instead >> of directly using the panel from context. This will allow us to move >> the

[PATCH v3 19/32] drm/exynos: Use mode_set to configure fimd

2013-11-15 Thread Daniel Kurtz
Hi Sean, Tomasz, On Mon, Nov 11, 2013 at 6:03 AM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:13:05 Sean Paul wrote: > > This patch uses the mode passed into mode_set to configure fimd instead > > of directly using the panel from context. This will allow us to move > >

[PATCH v3 19/32] drm/exynos: Use mode_set to configure fimd

2013-11-10 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:13:05 Sean Paul wrote: > This patch uses the mode passed into mode_set to configure fimd instead > of directly using the panel from context. This will allow us to move > the exynos_drm_display implementation from fimd into the DP driver > where it

[PATCH v3 19/32] drm/exynos: Use mode_set to configure fimd

2013-10-29 Thread Sean Paul
This patch uses the mode passed into mode_set to configure fimd instead of directly using the panel from context. This will allow us to move the exynos_drm_display implementation from fimd into the DP driver where it belongs. Signed-off-by: Sean Paul --- Changes in v2: None Changes in v3: None