Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_lock.c132 lock_data->idle_has_lock = 1; in drm_legacy_lock_free()
296 if (!lock_data->idle_has_lock) { in drm_legacy_idlelock_take()
303 lock_data->idle_has_lock = 1; in drm_legacy_idlelock_take()
316 if (lock_data->idle_has_lock) { in drm_legacy_idlelock_release()
322 lock_data->idle_has_lock = 0; in drm_legacy_idlelock_release()
/openbmc/linux/include/drm/
H A Ddrm_auth.h52 int idle_has_lock; member