Home
last modified time | relevance | path

Searched refs:drm_can_sleep (Results 1 – 9 of 9) sorted by relevance

/linux/include/drm/
A Ddrm_util.h76 static inline bool drm_can_sleep(void) in drm_can_sleep() function
/linux/drivers/gpu/drm/
A Ddrm_flip_work.c81 drm_can_sleep() ? GFP_KERNEL : GFP_ATOMIC); in drm_flip_work_queue()
/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_smp.c339 if (drm_can_sleep()) in mdp5_smp_dump()
369 if (drm_can_sleep()) in mdp5_smp_dump()
/linux/drivers/gpu/drm/omapdrm/
A Domap_fbdev.c60 if (drm_can_sleep()) { in omap_fbdev_pan_display()
/linux/drivers/gpu/drm/qxl/
A Dqxl_cmd.c125 if (!drm_can_sleep()) { in qxl_ring_push()
/linux/drivers/gpu/drm/radeon/
A Datom.c667 else if (!drm_can_sleep()) in atom_op_delay()
A Dradeon_legacy_encoders.c1507 if (!drm_can_sleep()) in radeon_legacy_ext_dac_detect()
/linux/drivers/gpu/drm/amd/amdgpu/
A Datom.c664 else if (!drm_can_sleep()) in atom_op_delay()
/linux/Documentation/gpu/
A Dtodo.rst486 * ``drm_can_sleep()`` is a mess. It hides real bugs in normal operations and

Completed in 29 milliseconds