]> git.baikalelectronics.ru Git - kernel.git/commit
drm/armada: factor out retirement of old fb
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Jul 2015 17:11:24 +0000 (18:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 15 Sep 2015 15:26:50 +0000 (16:26 +0100)
commit5b7f5e7f77981668139bdb1bc756c15198b8705f
tree203b33cc428db36e762aaed194e8c1624d2e1089
parent71a69fd5efab71b86fe76fb353ffba54470c3001
drm/armada: factor out retirement of old fb

We have two identical places in the overlay code which retire the drm
framebuffer.  Factor these out into a common function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/armada_overlay.c