Searched refs:drm_panic_is_enabled (Results 1 – 3 of 3) sorted by relevance
320 bool drm_panic_is_enabled(struct drm_device *dev);326 static inline bool drm_panic_is_enabled(struct drm_device *dev) { return false; } in drm_panic_is_enabled() function
915 bool drm_panic_is_enabled(struct drm_device *dev) in drm_panic_is_enabled() function927 EXPORT_SYMBOL(drm_panic_is_enabled);
527 info->skip_panic = drm_panic_is_enabled(fb_helper->dev); in drm_fb_helper_alloc_info()
Completed in 13 milliseconds