HomeSort by: relevance | last modified time | path
    Searched defs:drm_ioctl_desc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_ioctl.h 85 * Various flags that can be set in &drm_ioctl_desc.flags to control how
123 * Whether &drm_ioctl_desc.func should be called with the DRM BKL held
144 * struct drm_ioctl_desc - DRM driver ioctl entry
153 struct drm_ioctl_desc { struct
161 * DRM_IOCTL_DEF_DRV() - helper macro to fill out a &struct drm_ioctl_desc
166 * Small helper macro to create a &struct drm_ioctl_desc entry. The ioctl
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 460 typedef struct drm_ioctl_desc { struct
467 * Creates a driver or general drm_ioctl_desc array entry for the given

Completed in 17 milliseconds