Searched refs:drm_can_sleep (Results 1 – 9 of 9) sorted by relevance
76 static inline bool drm_can_sleep(void) in drm_can_sleep() function
81 drm_can_sleep() ? GFP_KERNEL : GFP_ATOMIC); in drm_flip_work_queue()
339 if (drm_can_sleep()) in mdp5_smp_dump()369 if (drm_can_sleep()) in mdp5_smp_dump()
60 if (drm_can_sleep()) { in omap_fbdev_pan_display()
125 if (!drm_can_sleep()) { in qxl_ring_push()
667 else if (!drm_can_sleep()) in atom_op_delay()
1507 if (!drm_can_sleep()) in radeon_legacy_ext_dac_detect()
664 else if (!drm_can_sleep()) in atom_op_delay()
486 * ``drm_can_sleep()`` is a mess. It hides real bugs in normal operations and
Completed in 24 milliseconds