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

  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 59 static bool drm_fbdev_emulation = true; variable in typeref:typename:bool
60 module_param_named(fbdev_emulation, drm_fbdev_emulation, bool, 0600);
254 if (!drm_fbdev_emulation || !fb_helper)
495 if (!drm_fbdev_emulation) {
611 if (!drm_fbdev_emulation)
1916 if (!drm_fbdev_emulation)
1951 if (!drm_fbdev_emulation || !fb_helper)
2295 if (!drm_fbdev_emulation)
drm_fb_helper.c 59 static bool drm_fbdev_emulation = true; variable in typeref:typename:bool
60 module_param_named(fbdev_emulation, drm_fbdev_emulation, bool, 0600);
254 if (!drm_fbdev_emulation || !fb_helper)
495 if (!drm_fbdev_emulation) {
611 if (!drm_fbdev_emulation)
1916 if (!drm_fbdev_emulation)
1951 if (!drm_fbdev_emulation || !fb_helper)
2295 if (!drm_fbdev_emulation)

Completed in 24 milliseconds