commit | 782953ece3d102ccb31df87ecfeeb96064126afb | [log] [tgz] |
---|---|---|
author | YoungJun Cho <yj44.cho@samsung.com> | Mon Jul 01 13:04:12 2013 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Jul 04 15:55:36 2013 +0900 |
tree | b58663c215a82082746dc6254612ca3aa8a68d76 | |
parent | cbb28bb09d41872909fdbd4ba56eb1ba55146c03 [diff] |
drm/exynos: initialize the buf_num in vp_video_buffer 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.cho@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>