Searched refs:drm_update_draw (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
H A D | drm_drawable.c | 119 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 D | drm_drv.c | 130 DRM_IOCTL_DEF(DRM_IOCTL_UPDATE_DRAW, drm_update_draw, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
|
H A D | drmP.h | 1170 int drm_update_draw(struct drm_device *dev, void *data,
|
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
H A D | drm.h | 474 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 D | drm.h | 506 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 D | netbsd32_drm.c | 789 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()
|