Searched refs:drm_can_sleep (Results 1 – 13 of 13) sorted by relevance
106 static inline bool drm_can_sleep(void) in drm_can_sleep() function
78 drm_can_sleep() ? GFP_KERNEL : GFP_ATOMIC); in drm_flip_work_queue()
349 if (drm_can_sleep()) in mdp5_smp_dump()379 if (drm_can_sleep()) in mdp5_smp_dump()
68 if (drm_can_sleep()) { in omap_fbdev_pan_display()
42 if (drm_can_sleep()) in mga_dirty_update()
67 if (drm_can_sleep()) in ast_dirty_update()
40 if (drm_can_sleep()) in cirrus_dirty_update()
644 if (W && drm_can_sleep()) { \
118 if (!drm_can_sleep()) { in qxl_ring_push()
663 else if (!drm_can_sleep()) in atom_op_delay()
1500 if (!drm_can_sleep()) in radeon_legacy_ext_dac_detect()
659 else if (!drm_can_sleep()) in atom_op_delay()
317 * ``drm_can_sleep()`` is a mess. It hides real bugs in normal operations and