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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 289 void drm_fb_helper_lastclose(struct drm_device *dev);
459 static inline void drm_fb_helper_lastclose(struct drm_device *dev) function in typeref:typename:void
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 113 * drm_fb_helper_lastclose() as their &drm_driver.lastclose callback.
1986 * drm_fb_helper_lastclose - DRM driver lastclose helper for fbdev emulation
1992 void drm_fb_helper_lastclose(struct drm_device *dev) function in typeref:typename:void
1996 EXPORT_SYMBOL(drm_fb_helper_lastclose);
2204 drm_fb_helper_lastclose(client->dev);

Completed in 14 milliseconds