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

/freebsd-12-stable/sys/dev/drm/
H A Ddrm_drawable.c114 int drm_update_draw(struct drm_device *dev, void *data, function
118 struct drm_update_draw *update = (struct drm_update_draw *)data;
H A Ddrm.h499 struct drm_update_draw { struct
1060 #define DRM_IOCTL_UPDATE_DRAW DRM_IOW(0x3f, struct drm_update_draw)
1132 typedef struct drm_update_draw drm_update_draw_t;
H A DdrmP.h881 int drm_update_draw(struct drm_device *dev, void *data,
H A Ddrm_drv.c120 DRM_IOCTL_DEF(DRM_IOCTL_UPDATE_DRAW, drm_update_draw, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h441 struct drm_update_draw { struct
708 #define DRM_IOCTL_UPDATE_DRAW DRM_IOW(0x3f, struct drm_update_draw)
823 typedef struct drm_update_draw drm_update_draw_t;

Completed in 102 milliseconds