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

  /src/sys/external/bsd/drm2/dist/drm/
drm_print.c 56 * __drm_debug: Enable debug output.
59 unsigned int __drm_debug; variable in typeref:typename:unsigned int
60 EXPORT_SYMBOL(__drm_debug);
71 module_param_named(debug, __drm_debug, int, 0600);
346 if (!(__drm_debug & category))
389 if (!(__drm_debug & category))
drm_print.c 56 * __drm_debug: Enable debug output.
59 unsigned int __drm_debug; variable in typeref:typename:unsigned int
60 EXPORT_SYMBOL(__drm_debug);
71 module_param_named(debug, __drm_debug, int, 0600);
346 if (!(__drm_debug & category))
389 if (!(__drm_debug & category))
drm_print.c 56 * __drm_debug: Enable debug output.
59 unsigned int __drm_debug; variable in typeref:typename:unsigned int
60 EXPORT_SYMBOL(__drm_debug);
71 module_param_named(debug, __drm_debug, int, 0600);
346 if (!(__drm_debug & category))
389 if (!(__drm_debug & category))
drm_print.c 56 * __drm_debug: Enable debug output.
59 unsigned int __drm_debug; variable in typeref:typename:unsigned int
60 EXPORT_SYMBOL(__drm_debug);
71 module_param_named(debug, __drm_debug, int, 0600);
346 if (!(__drm_debug & category))
389 if (!(__drm_debug & category))

Completed in 45 milliseconds