[PATCH 08/14] exynos/fimg2d: check buffer space in g2d_blend()

2015-08-31 Thread Inki Dae
On 2015년 08월 24일 23:14, Tobias Jakobi wrote: > Move parameter validation to the top and also validate > the select mode of the source image and the requested > blending operation before starting command submission. > > Signed-off-by: Tobias Jakobi > --- > exynos/exynos_fimg2d.c | 66 >

[PATCH 08/14] exynos/fimg2d: check buffer space in g2d_blend()

2015-08-24 Thread Tobias Jakobi
Move parameter validation to the top and also validate the select mode of the source image and the requested blending operation before starting command submission. Signed-off-by: Tobias Jakobi --- exynos/exynos_fimg2d.c | 66 +- 1 file changed, 39