Searched refs:pin_mutex (Results 1 – 7 of 7) sorted by relevance
55 if (mutex_lock_interruptible(&ce->pin_mutex)) in intel_context_alloc_state()72 mutex_unlock(&ce->pin_mutex); in intel_context_alloc_state()239 err = mutex_lock_interruptible(&ce->pin_mutex); in __intel_context_do_pin_ww()275 mutex_unlock(&ce->pin_mutex); in __intel_context_do_pin_ww()396 mutex_init(&ce->pin_mutex); in intel_context_init()434 mutex_destroy(&ce->pin_mutex); in intel_context_fini()
104 __acquires(ce->pin_mutex) in intel_context_lock_pinned()106 return mutex_lock_interruptible(&ce->pin_mutex); in intel_context_lock_pinned()138 __releases(ce->pin_mutex) in intel_context_unlock_pinned()140 mutex_unlock(&ce->pin_mutex); in intel_context_unlock_pinned()
271 mutex_destroy(&ppgtt->pin_mutex); in gen6_ppgtt_cleanup()381 if (mutex_lock_interruptible(&ppgtt->pin_mutex)) in gen6_ppgtt_pin()394 mutex_unlock(&ppgtt->pin_mutex); in gen6_ppgtt_pin()430 mutex_init(&ppgtt->pin_mutex); in gen6_ppgtt_create()468 mutex_destroy(&ppgtt->pin_mutex); in gen6_ppgtt_create()
45 lockdep_assert_held(&ce->pin_mutex); in gen8_modify_rpcs()
22 struct mutex pin_mutex; member
148 struct mutex pin_mutex; /* guards pinning and associated on-gpuing */ member
135 struct mutex pin_mutex; member913 mutex_lock(&hdmi->pin_mutex); in hdac_hdmi_set_pin_port_mux()941 mutex_unlock(&hdmi->pin_mutex); in hdac_hdmi_set_pin_port_mux()1262 mutex_lock(&hdmi->pin_mutex); in hdac_hdmi_present_sense()1308 mutex_unlock(&hdmi->pin_mutex); in hdac_hdmi_present_sense()1322 mutex_unlock(&hdmi->pin_mutex); in hdac_hdmi_present_sense()1452 mutex_lock(&hdmi->pin_mutex); in hdac_hdmi_eld_ctl_info()1463 mutex_unlock(&hdmi->pin_mutex); in hdac_hdmi_eld_ctl_info()1492 mutex_lock(&hdmi->pin_mutex); in hdac_hdmi_eld_ctl_get()1502 mutex_unlock(&hdmi->pin_mutex); in hdac_hdmi_eld_ctl_get()[all …]
Completed in 15 milliseconds