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()
70 if (drm_can_sleep()) { in FB_GEN_DEFAULT_DEFERRED_DMAMEM_OPS()
117 if (!drm_can_sleep()) { in qxl_ring_push()
664 else if (!drm_can_sleep()) in atom_op_delay()
1499 if (!drm_can_sleep()) in radeon_legacy_ext_dac_detect()
666 else if (!drm_can_sleep()) in atom_op_delay()
511 * ``drm_can_sleep()`` is a mess. It hides real bugs in normal operations and