[PATCH 08/13] drm/exynos: make sure that hardware overlay for fimd is disabled

2012-08-20 Thread Joonyoung Shim
On 08/17/2012 06:50 PM, Inki Dae wrote: > the values set to registers will be updated into real registers > at vsync so dma operation could be malfunctioned when accessed > to memory after gem buffer was released. this patch makes sure > that hw overlay is disabled before the gem buffer is released

Re: [PATCH 08/13] drm/exynos: make sure that hardware overlay for fimd is disabled

2012-08-19 Thread Joonyoung Shim
On 08/17/2012 06:50 PM, Inki Dae wrote: the values set to registers will be updated into real registers at vsync so dma operation could be malfunctioned when accessed to memory after gem buffer was released. this patch makes sure that hw overlay is disabled before the gem buffer is released. Sig

[PATCH 08/13] drm/exynos: make sure that hardware overlay for fimd is disabled

2012-08-17 Thread Inki Dae
the values set to registers will be updated into real registers at vsync so dma operation could be malfunctioned when accessed to memory after gem buffer was released. this patch makes sure that hw overlay is disabled before the gem buffer is released. Signed-off-by: Inki Dae Signed-off-by: Kyung

[PATCH 08/13] drm/exynos: make sure that hardware overlay for fimd is disabled

2012-08-17 Thread Inki Dae
the values set to registers will be updated into real registers at vsync so dma operation could be malfunctioned when accessed to memory after gem buffer was released. this patch makes sure that hw overlay is disabled before the gem buffer is released. Signed-off-by: Inki Dae Signed-off-by: Kyung