HomeSort by: relevance | last modified time | path
    Searched defs:drm_fb_helper_initial_config (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 285 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);
443 static inline int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 134 * should call drm_fb_helper_initial_config().
481 * nor register the fbdev. This is only done in drm_fb_helper_initial_config()
1872 * drm_fb_helper_initial_config - setup a sane initial connector configuration
1912 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel) function in typeref:typename:int
1924 EXPORT_SYMBOL(drm_fb_helper_initial_config);
1940 * drm_fb_helper_initial_config but only after drm_fb_helper_init. This allows
2236 ret = drm_fb_helper_initial_config(fb_helper, fb_helper->preferred_bpp);

Completed in 17 milliseconds