commit | 420382adf64c93d2fc83b764013103c6035d8617 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Aug 19 11:39:29 2016 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Aug 19 10:58:55 2016 +0200 |
tree | 80d58e065c6265b4aafaafeefed36b6037a61860 | |
parent | 7ad61e6b4a79c5057eeb2d6062b0021e33ddc9f6 [diff] |
drm: Don't implement empty prepare_fb()/cleanup_fb() The plane .prepare_fb() and .cleanup_fb() helpers are optional, there's no need to implement empty stubs, and no need to explicitly set the function pointers to NULL either. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> [danvet: Resolved conflicts with Chris' patch.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>