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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sysfs.c95 case DRM_MINOR_CONTROL:
137 case DRM_MINOR_CONTROL:
H A Ddrm_stub.c62 case DRM_MINOR_CONTROL:
335 else if (type == DRM_MINOR_CONTROL)
398 ret = drm_get_minor(dev, &dev->control, DRM_MINOR_CONTROL);
H A Ddrm_drv.c400 (!(ioctl->flags & DRM_CONTROL_ALLOW) && (file_priv->minor->type == DRM_MINOR_CONTROL))) {
H A Ddrm_crtc.c1337 if (file->master->minor->type == DRM_MINOR_CONTROL) {
1363 if (file->master->minor->type == DRM_MINOR_CONTROL) {
1390 if (file->master->minor->type == DRM_MINOR_CONTROL) {
1421 if (file->master->minor->type == DRM_MINOR_CONTROL) {
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h200 #define DRM_MINOR_CONTROL 2 macro

Completed in 1937 milliseconds