Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/host1x/
Djob.c513 DECLARE_BITMAP(waitchk_mask, host1x_syncpt_nb_pts(host)); in host1x_job_pin()
515 bitmap_zero(waitchk_mask, host1x_syncpt_nb_pts(host)); in host1x_job_pin()
519 set_bit(syncpt_id, waitchk_mask); in host1x_job_pin()
523 for_each_set_bit(i, waitchk_mask, host1x_syncpt_nb_pts(host)) in host1x_job_pin()
/linux-4.4.14/include/uapi/drm/
Dtegra_drm.h122 __u32 waitchk_mask; member
/linux-4.4.14/include/linux/
Dhost1x.h198 u32 waitchk_mask; member