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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_print.h 257 * enum drm_debug_category - The DRM debug categories
281 enum drm_debug_category { enum
322 static inline bool drm_debug_enabled(enum drm_debug_category category)
337 void drm_dev_dbg(const struct device *dev, enum drm_debug_category category,
494 void __drm_dbg(enum drm_debug_category category, const char *format, ...);
drm_print.h 257 * enum drm_debug_category - The DRM debug categories
281 enum drm_debug_category { enum
322 static inline bool drm_debug_enabled(enum drm_debug_category category)
337 void drm_dev_dbg(const struct device *dev, enum drm_debug_category category,
494 void __drm_dbg(enum drm_debug_category category, const char *format, ...);

Completed in 68 milliseconds