Searched refs:IDLE_TIMEOUT (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.h20 #define IDLE_TIMEOUT (66 - 16/2) macro
H A Ddpu_encoder.c77 * IDLE_PC state after IDLE_TIMEOUT time.
93 * Event signals that there were no frame updates for IDLE_TIMEOUT time.
166 * clks and resources after IDLE_TIMEOUT time.
2524 dpu_enc->idle_timeout = IDLE_TIMEOUT;
/linux-master/drivers/dma/ioat/
H A Ddma.c38 #define IDLE_TIMEOUT msecs_to_jiffies(idle_timeout) macro
659 mod_timer_pending(&ioat_chan->timer, jiffies + IDLE_TIMEOUT);
685 mod_timer_pending(&ioat_chan->timer, jiffies + IDLE_TIMEOUT);
882 mod_timer_pending(&ioat_chan->timer, jiffies + IDLE_TIMEOUT);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsmu_v11_0_i2c.c463 const uint32_t IDLE_TIMEOUT = 1024; local
492 } while (timeout_count < IDLE_TIMEOUT);
/linux-master/drivers/gpu/drm/tiny/
H A Dgm12u320.c75 #define IDLE_TIMEOUT 2000 macro
392 msecs_to_jiffies(IDLE_TIMEOUT));

Completed in 149 milliseconds