git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faec262
)
drm/exynos: remove buf_cnt from struct exynos_drm_fb
author
Joonyoung Shim
<jy0922.shim@samsung.com>
Tue, 1 Sep 2015 07:22:55 +0000
(16:22 +0900)
committer
Inki Dae
<daeinki@gmail.com>
Wed, 2 Sep 2015 14:10:34 +0000
(23:10 +0900)
Looking other drm drivers, there is no the restriction that framebuffer
has only one buffer in .create_handle() callback. They use just first
buffer.
If this limitation is removed, there is no reason keeping buffer count
for framebuffer, so we can remove buf_cnt from struct exynos_drm_fb.
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>
drivers/gpu/drm/exynos/exynos_drm_fb.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/exynos/exynos_drm_fb.c
Simple merge