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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 227 int drm_fb_helper_init(struct drm_device *dev,
300 static inline int drm_fb_helper_init(struct drm_device *dev, function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 132 * drm_fb_helper_init() function is called. To probe for all attached displays
474 * drm_fb_helper_init - initialize a &struct drm_fb_helper
489 int drm_fb_helper_init(struct drm_device *dev, function in typeref:typename:int
522 EXPORT_SYMBOL(drm_fb_helper_init);
1940 * drm_fb_helper_initial_config but only after drm_fb_helper_init. This allows
2229 ret = drm_fb_helper_init(dev, fb_helper, 0);

Completed in 14 milliseconds