Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_util.h76 static inline bool drm_can_sleep(void) in drm_can_sleep() function
/Linux-v5.4/drivers/gpu/drm/
Ddrm_flip_work.c81 drm_can_sleep() ? GFP_KERNEL : GFP_ATOMIC); in drm_flip_work_queue()
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c341 if (drm_can_sleep()) in mdp5_smp_dump()
371 if (drm_can_sleep()) in mdp5_smp_dump()
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_fbdev.c60 if (drm_can_sleep()) { in omap_fbdev_pan_display()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_drv.h696 if (W && drm_can_sleep()) { \
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_cmd.c125 if (!drm_can_sleep()) { in qxl_ring_push()
/Linux-v5.4/drivers/gpu/drm/radeon/
Datom.c667 else if (!drm_can_sleep()) in atom_op_delay()
Dradeon_legacy_encoders.c1506 if (!drm_can_sleep()) in radeon_legacy_ext_dac_detect()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Datom.c661 else if (!drm_can_sleep()) in atom_op_delay()
/Linux-v5.4/Documentation/gpu/
Dtodo.rst318 * ``drm_can_sleep()`` is a mess. It hides real bugs in normal operations and