[PATCH 2/2] drm/exynos: initialize the buf_num in vp_video_buffer

2013-07-03 Thread Inki Dae
Applied. Thanks, Inki Dae 2013/7/1 Seung-Woo Kim : > From: YoungJun Cho > > The buf_num in vp_video_buffer() should be 1 or 2, but it is not > initialized, and only set to 2 in NV12M or NV12MT cases. > So this patch initializes the buf_num with 1 as default. > > Signed-off-by: YoungJun Cho >

Re: [PATCH 2/2] drm/exynos: initialize the buf_num in vp_video_buffer

2013-07-02 Thread Inki Dae
Applied. Thanks, Inki Dae 2013/7/1 Seung-Woo Kim sw0312@samsung.com: From: YoungJun Cho yj44@samsung.com The buf_num in vp_video_buffer() should be 1 or 2, but it is not initialized, and only set to 2 in NV12M or NV12MT cases. So this patch initializes the buf_num with 1 as default.

[PATCH 2/2] drm/exynos: initialize the buf_num in vp_video_buffer

2013-07-01 Thread Seung-Woo Kim
From: YoungJun Cho The buf_num in vp_video_buffer() should be 1 or 2, but it is not initialized, and only set to 2 in NV12M or NV12MT cases. So this patch initializes the buf_num with 1 as default. Signed-off-by: YoungJun Cho Signed-off-by: Seung-Woo Kim Signed-off-by:

[PATCH 2/2] drm/exynos: initialize the buf_num in vp_video_buffer

2013-06-30 Thread Seung-Woo Kim
From: YoungJun Cho yj44@samsung.com The buf_num in vp_video_buffer() should be 1 or 2, but it is not initialized, and only set to 2 in NV12M or NV12MT cases. So this patch initializes the buf_num with 1 as default. Signed-off-by: YoungJun Cho yj44@samsung.com Signed-off-by: Seung-Woo Kim