[PATCH v5 13/13] drm: Don't export the drm_fb_get_bpp_depth() function

2016-10-18 Thread Eric Engestrom
On Tuesday, 2016-10-18 01:41:21 +0300, Laurent Pinchart wrote: > The function is only used by the drm_helper_mode_fill_fb_struct() core > function to fill the drm_framebuffer bpp and depth fields, used by > drivers that haven't been converted to use pixel formats directly yet. > It should not be us

[PATCH v5 13/13] drm: Don't export the drm_fb_get_bpp_depth() function

2016-10-18 Thread Laurent Pinchart
The function is only used by the drm_helper_mode_fill_fb_struct() core function to fill the drm_framebuffer bpp and depth fields, used by drivers that haven't been converted to use pixel formats directly yet. It should not be used by new drivers, so inline it in its only caller. Signed-off-by: Lau