ecore-drm2: Rename output_fb_release to just fb_release
authorChris Michael <cp.michael@samsung.com>
Fri, 9 Sep 2016 19:08:40 +0000 (15:08 -0400)
committerChris Michael <cp.michael@samsung.com>
Fri, 9 Sep 2016 19:10:47 +0000 (15:10 -0400)
commit45ce4c8008caa139184bf935204ce213b28f3a4d
tree52e1a6afa1b3165c8096ec7127d8b0c7525beb26
parent50aa37790f3c5000e5d1ecc3e24858940250d1ee
ecore-drm2: Rename output_fb_release to just fb_release

As this function releases FBOs on a given output, lets just shorten
the API function name so it can stay grouped into the ecore_drm2_fb.c
file ... leaving it as ecore_drm2_output_fb_release reads like it
should have gone into the ecore_drm2_output.c file...

NB: No real function changes here, just an API rename.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm2/Ecore_Drm2.h
src/lib/ecore_drm2/ecore_drm2_fb.c
src/modules/evas/engines/gl_drm/evas_outbuf.c