[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-28 Thread Inki Dae
Hello Javier, 2015-03-27 20:08 GMT+09:00 Javier Martinez Canillas : > Hello Inki, > > On Fri, Mar 27, 2015 at 2:47 AM, Inki Dae wrote: >> >> Right, this is not documented but if you have ever checked exynos drm >> driver tree, then I think you could know how we use the prefix. Of >> course, I

[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-27 Thread Javier Martinez Canillas
Hello Inki, On Fri, Mar 27, 2015 at 2:47 AM, Inki Dae wrote: > > Right, this is not documented but if you have ever checked exynos drm > driver tree, then I think you could know how we use the prefix. Of > course, I don't like to force the use of this prefix but if you and > other people use

[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-27 Thread Inki Dae
Hi Daniel, On 2015년 03월 26일 23:48, Daniel Stone wrote: > Hi Inki, > > On Thu, 26 Mar, 2015 at 2:32 PM, Inki Dae wrote: >> Applied. > > Thanks very much. > >> Could you use right prefix of the subject like below when you post patch? >> >> 'drm/exynos: ...', not 'drm: Exynos: ...' >> >>

[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-27 Thread Inki Dae
On 2015년 03월 27일 09:15, Tobias Jakobi wrote: > Inki Dae wrote: >> Hello Javier, >> >> Applied. >> >> Could you use right prefix of the subject like below when you post patch? >> >> 'drm/exynos: ...', not 'drm: Exynos: ...' >> >> Your email will be filtered from my mailbox if you don't use

[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-27 Thread Tobias Jakobi
Inki Dae wrote: > Hello Javier, > > Applied. > > Could you use right prefix of the subject like below when you post patch? > > 'drm/exynos: ...', not 'drm: Exynos: ...' > > Your email will be filtered from my mailbox if you don't use the right > prefix so I couldn't check and take care of your

[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-27 Thread Inki Dae
Hello Javier, Applied. Could you use right prefix of the subject like below when you post patch? 'drm/exynos: ...', not 'drm: Exynos: ...' Your email will be filtered from my mailbox if you don't use the right prefix so I couldn't check and take care of your patch. Thanks, Inki Dae On 2015ë…

[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-26 Thread Daniel Stone
Hi Inki, On Thu, 26 Mar, 2015 at 2:32 PM, Inki Dae wrote: > Applied. Thanks very much. > Could you use right prefix of the subject like below when you post > patch? > > 'drm/exynos: ...', not 'drm: Exynos: ...' > > Your email will be filtered from my mailbox if you don't use the right >

[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-24 Thread Javier Martinez Canillas
Hello Inki, On Tue, Mar 17, 2015 at 2:24 PM, Daniel Stone wrote: > When performing a modeset, use the framebuffer pitch value to set FIMD > IMG_SIZE and Mixer SPAN registers. These are both defined as pitch - the > distance between contiguous lines (bytes for FIMD, pixels for mixer). > > Fixes

[PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-17 Thread Daniel Stone
When performing a modeset, use the framebuffer pitch value to set FIMD IMG_SIZE and Mixer SPAN registers. These are both defined as pitch - the distance between contiguous lines (bytes for FIMD, pixels for mixer). Fixes display on Snow (1366x768). Signed-off-by: Daniel Stone Tested-by: Javier