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

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_drawable.c 119 int drm_update_draw(struct drm_device *dev, void *data, function in typeref:typename:int
123 struct drm_update_draw *update = (struct drm_update_draw *)data;
drm_drv.c 130 DRM_IOCTL_DEF(DRM_IOCTL_UPDATE_DRAW, drm_update_draw, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
drmP.h 1170 int drm_update_draw(struct drm_device *dev, void *data,
  /src/sys/external/bsd/drm/dist/shared-core/
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;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
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;
  /src/sys/compat/netbsd32/
netbsd32_drm.c 789 update32to64(struct drm_update_draw *req64, const drm_update_draw32_t *update32)
800 struct drm_update_draw req64;

Completed in 19 milliseconds