Home
last modified time | relevance | path

Searched refs:idle_has_lock (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_lock.c128 lock_data->idle_has_lock = 1; in drm_legacy_lock_free()
293 if (!lock_data->idle_has_lock) { in drm_legacy_idlelock_take()
300 lock_data->idle_has_lock = 1; in drm_legacy_idlelock_take()
313 if (lock_data->idle_has_lock) { in drm_legacy_idlelock_release()
319 lock_data->idle_has_lock = 0; in drm_legacy_idlelock_release()
/Linux-v4.19/include/drm/
Ddrm_auth.h45 int idle_has_lock; member