[PATCH] drm/exynos: separate dpi from fimd

2014-04-04 Thread Inki Dae
2014-04-04 1:35 GMT+09:00 Inki Dae : > 2014-04-03 23:26 GMT+09:00 Andrzej Hajda : >> The patch separates dpi related routines from fimd. >> >> Signed-off-by: Andrzej Hajda >> --- >> Hi Inki, >> >> This is my attempt to separate DPI from FIMD, >> it requires putting real probe back into fimd_probe,

[PATCH] drm/exynos: separate dpi from fimd

2014-04-04 Thread Inki Dae
2014-04-03 23:26 GMT+09:00 Andrzej Hajda : > The patch separates dpi related routines from fimd. > > Signed-off-by: Andrzej Hajda > --- > Hi Inki, > > This is my attempt to separate DPI from FIMD, > it requires putting real probe back into fimd_probe, but I > guess it should not be a problem, as i

[PATCH] drm/exynos: separate dpi from fimd

2014-04-04 Thread Inki Dae
Hi Andrzej, 2014-04-03 23:26 GMT+09:00 Andrzej Hajda : > The patch separates dpi related routines from fimd. > > Signed-off-by: Andrzej Hajda > --- > Hi Inki, > > This is my attempt to separate DPI from FIMD, Ah, I understood now. Right, if we can separate DPI from FIMD, we can also move some co

[PATCH] drm/exynos: separate dpi from fimd

2014-04-03 Thread Andrzej Hajda
The patch separates dpi related routines from fimd. Signed-off-by: Andrzej Hajda --- Hi Inki, This is my attempt to separate DPI from FIMD, it requires putting real probe back into fimd_probe, but I guess it should not be a problem, as it is done already for dsi. It is based on v4 of your patch.