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

  /src/sys/external/bsd/drm2/dist/drm/
drm_dumb_buffers.c 139 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle, function in typeref:typename:int
154 struct drm_mode_destroy_dumb *args = data;
156 return drm_mode_destroy_dumb(dev, args->handle, file_priv);
drm_crtc_internal.h 100 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle,
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 826 struct drm_mode_destroy_dumb { struct
drm.h 943 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)

Completed in 15 milliseconds