commit | 94e30d93f9360051b76e8e2a4b61753cde5e16c8 | [log] [tgz] |
---|---|---|
author | Joonyoung Shim <jy0922.shim@samsung.com> | Tue Sep 01 16:22:47 2015 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Wed Sep 02 23:10:30 2015 +0900 |
tree | 6ea205ab3ca250b666a3540f277d0b7cbf444f77 | |
parent | 7de5c36c2aa9fc7ae1443d144f895ffd044c6b36 [diff] |
drm/exynos: remove exynos_drm_fb_set_buf_cnt() The exynos_drm_fb_set_buf_cnt() is used to set buffer count only in exynos_drm_fbdev_update(). This patch sets directly buffer count in exynos_drm_framebuffer_init() without using exynos_drm_fb_set_buf_cnt(), so there is no any reason to keep exynos_drm_fb_set_buf_cnt(). Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>