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

  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_kms.c 49 drm_dev_exit(idx);
132 drm_dev_exit(idx);
144 drm_dev_exit(idx);
267 drm_dev_exit(idx);
xen_drm_front.c 449 drm_dev_exit(idx);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_drv.h 822 void drm_dev_exit(int idx);
836 * drm_dev_exit() function pairs.
843 drm_dev_exit(idx);
  /src/sys/external/bsd/drm2/dist/drm/
drm_drv.c 435 * released. This is done using drm_dev_enter() and drm_dev_exit(). There is one
473 * @idx: Pointer to index that will be passed to the matching drm_dev_exit()
477 * with drm_dev_exit(). Calls to this function can be nested.
496 * drm_dev_exit - Exit device critical section
502 void drm_dev_exit(int idx) function
506 EXPORT_SYMBOL(drm_dev_exit); variable
514 * drm_dev_exit() to protect device resources in a race free manner. This

Completed in 28 milliseconds