Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c491 round_jiffies_up(jiffies + msecs_to_jiffies(priv->hangcheck_period))); in hangcheck_timer_reset()
874 priv->hangcheck_period = DRM_MSM_HANGCHECK_DEFAULT_PERIOD; in msm_gpu_init()
882 priv->hangcheck_period /= 2; in msm_gpu_init()
H A Dmsm_debugfs.c321 &priv->hangcheck_period); in msm_debugfs_init()
H A Dmsm_drv.h223 unsigned int hangcheck_period; member