Home
last modified time | relevance | path

Searched refs:drm_update_draw (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_drawable.c119 int drm_update_draw(struct drm_device *dev, void *data, in drm_update_draw() function
123 struct drm_update_draw *update = (struct drm_update_draw *)data; in drm_update_draw()
H A Ddrm_drv.c130 DRM_IOCTL_DEF(DRM_IOCTL_UPDATE_DRAW, drm_update_draw, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
H A DdrmP.h1170 int drm_update_draw(struct drm_device *dev, void *data,
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm.h474 struct drm_update_draw { struct
919 #define DRM_IOCTL_UPDATE_DRAW DRM_IOW(0x3f, struct drm_update_draw)
1070 typedef struct drm_update_draw drm_update_draw_t;
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Ddrm.h506 struct drm_update_draw { struct
1072 #define DRM_IOCTL_UPDATE_DRAW DRM_IOW(0x3f, struct drm_update_draw)
1166 typedef struct drm_update_draw drm_update_draw_t;
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_drm.c789 update32to64(struct drm_update_draw *req64, const drm_update_draw32_t *update32) in update32to64()
800 struct drm_update_draw req64; in compat_drm_update_draw()