Home
last modified time | relevance | path

Searched refs:hangcheck_period (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c632 round_jiffies_up(jiffies + msecs_to_jiffies(priv->hangcheck_period))); in hangcheck_timer_reset()
1016 priv->hangcheck_period = DRM_MSM_HANGCHECK_DEFAULT_PERIOD; in msm_gpu_init()
1024 priv->hangcheck_period /= 2; in msm_gpu_init()
H A Dmsm_debugfs.c376 &priv->hangcheck_period); in msm_debugfs_gpu_init()
H A Dmsm_drv.h165 unsigned int hangcheck_period; member