Home
last modified time | relevance | path

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

/Linux-v6.1/include/drm/
Ddrm_util.h76 static inline bool drm_can_sleep(void) in drm_can_sleep() function
/Linux-v6.1/drivers/gpu/drm/
Ddrm_flip_work.c81 drm_can_sleep() ? GFP_KERNEL : GFP_ATOMIC); in drm_flip_work_queue()
/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c339 if (drm_can_sleep()) in mdp5_smp_dump()
369 if (drm_can_sleep()) in mdp5_smp_dump()
/Linux-v6.1/drivers/gpu/drm/omapdrm/
Domap_fbdev.c61 if (drm_can_sleep()) { in omap_fbdev_pan_display()
/Linux-v6.1/drivers/gpu/drm/qxl/
Dqxl_cmd.c117 if (!drm_can_sleep()) { in qxl_ring_push()
/Linux-v6.1/drivers/gpu/drm/radeon/
Datom.c668 else if (!drm_can_sleep()) in atom_op_delay()
Dradeon_legacy_encoders.c1499 if (!drm_can_sleep()) in radeon_legacy_ext_dac_detect()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Datom.c666 else if (!drm_can_sleep()) in atom_op_delay()
/Linux-v6.1/Documentation/gpu/
Dtodo.rst482 * ``drm_can_sleep()`` is a mess. It hides real bugs in normal operations and