[PATCH] drm/exynos: fixed a issue that plane isn't disabled when released

2012-08-25 Thread InKi Dae
2012/8/24 Paul Menzel : > Dear Inki, > > > Am Freitag, den 24.08.2012, 18:27 +0900 schrieb Inki Dae: > > You can shorten the commit summary by leaving out the word issue, which > is redundant. Maybe one of the following? I do not understand the > process of releasing so it might be wrong. > >

[PATCH] drm/exynos: fixed a issue that plane isn't disabled when released

2012-08-24 Thread Inki Dae
when drm is released, drm framebuffers are released and all crtcs using same framebuffer and also all gem buffers used but plane isn't disabled so when crtc and encoder are turned on, overlay can access to invalid memory because plane still has memory address released already. this patch makes sure

[PATCH] drm/exynos: fixed a issue that plane isn't disabled when released

2012-08-24 Thread Paul Menzel
Dear Inki, Am Freitag, den 24.08.2012, 18:27 +0900 schrieb Inki Dae: You can shorten the commit summary by leaving out the word issue, which is redundant. Maybe one of the following? I do not understand the process of releasing so it might be wrong. drm/exynos: Disable plane after relea

Re: [PATCH] drm/exynos: fixed a issue that plane isn't disabled when released

2012-08-24 Thread InKi Dae
2012/8/24 Paul Menzel : > Dear Inki, > > > Am Freitag, den 24.08.2012, 18:27 +0900 schrieb Inki Dae: > > You can shorten the commit summary by leaving out the word issue, which > is redundant. Maybe one of the following? I do not understand the > process of releasing so it might be wrong. > >

Re: [PATCH] drm/exynos: fixed a issue that plane isn't disabled when released

2012-08-24 Thread Paul Menzel
Dear Inki, Am Freitag, den 24.08.2012, 18:27 +0900 schrieb Inki Dae: You can shorten the commit summary by leaving out the word issue, which is redundant. Maybe one of the following? I do not understand the process of releasing so it might be wrong. drm/exynos: Disable plane after relea

[PATCH] drm/exynos: fixed a issue that plane isn't disabled when released

2012-08-24 Thread Inki Dae
when drm is released, drm framebuffers are released and all crtcs using same framebuffer and also all gem buffers used but plane isn't disabled so when crtc and encoder are turned on, overlay can access to invalid memory because plane still has memory address released already. this patch makes sure