HomeSort by: relevance | last modified time | path
    Searched refs:modeset_mutex (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/include/drm/
drm_client.h 41 struct mutex modeset_mutex; member in struct:drm_client_dev
83 KASSERT(mutex_is_locked(&(CLIENT)->modeset_mutex)); \
  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 53 mutex_init(&client->modeset_mutex);
99 mutex_lock(&client->modeset_mutex);
106 mutex_unlock(&client->modeset_mutex);
108 mutex_destroy(&client->modeset_mutex);
817 mutex_lock(&client->modeset_mutex);
874 mutex_unlock(&client->modeset_mutex);
1118 mutex_lock(&client->modeset_mutex);
1123 mutex_unlock(&client->modeset_mutex);
1194 mutex_lock(&client->modeset_mutex);
1199 mutex_unlock(&client->modeset_mutex);
    [all...]
drm_fb_helper.c 1134 mutex_lock(&fb_helper->client.modeset_mutex);
1141 mutex_unlock(&fb_helper->client.modeset_mutex);
1397 mutex_lock(&fb_helper->client.modeset_mutex);
1402 mutex_unlock(&fb_helper->client.modeset_mutex);
1431 mutex_lock(&client->modeset_mutex);
1446 mutex_unlock(&client->modeset_mutex);
1553 mutex_lock(&client->modeset_mutex);
1639 mutex_unlock(&client->modeset_mutex);
1753 mutex_lock(&client->modeset_mutex);
1766 mutex_unlock(&client->modeset_mutex);
    [all...]

Completed in 13 milliseconds