Searched refs:DRM_MINOR_CONTROL (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_stub.c95 if (type == DRM_MINOR_CONTROL) {
370 case DRM_MINOR_CONTROL:
H A Ddrm_pci.c353 ret = drm_get_minor(dev, &dev->control, DRM_MINOR_CONTROL);
H A Ddrm_drv.c463 (!(ioctl->flags & DRM_CONTROL_ALLOW) && (file_priv->minor->type == DRM_MINOR_CONTROL))) {
H A Ddrm_crtc.c1245 if (file_priv->master->minor->type == DRM_MINOR_CONTROL) {
1286 if (file_priv->master->minor->type == DRM_MINOR_CONTROL) {
1313 if (file_priv->master->minor->type == DRM_MINOR_CONTROL) {
1344 if (file_priv->master->minor->type == DRM_MINOR_CONTROL) {
H A DdrmP.h901 #define DRM_MINOR_CONTROL 2 macro

Completed in 171 milliseconds