Searched refs:drm_can_sleep (Results 1 – 10 of 10) 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()
341 if (drm_can_sleep()) in mdp5_smp_dump()371 if (drm_can_sleep()) in mdp5_smp_dump()
60 if (drm_can_sleep()) { in omap_fbdev_pan_display()
696 if (W && drm_can_sleep()) { \
125 if (!drm_can_sleep()) { in qxl_ring_push()
667 else if (!drm_can_sleep()) in atom_op_delay()
1506 if (!drm_can_sleep()) in radeon_legacy_ext_dac_detect()
661 else if (!drm_can_sleep()) in atom_op_delay()
318 * ``drm_can_sleep()`` is a mess. It hides real bugs in normal operations and