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

  /src/sys/external/bsd/drm/dist/shared-core/
drm_mode.h 252 struct drm_mode_cursor { struct
drm.h 1103 #define DRM_IOCTL_MODE_CURSOR DRM_IOWR(0xA3, struct drm_mode_cursor)
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 592 struct drm_mode_cursor { struct
drm.h 924 #define DRM_IOCTL_MODE_CURSOR DRM_IOWR(0xA3, struct drm_mode_cursor)
  /src/sys/external/bsd/drm2/dist/drm/
drm_plane.c 1017 struct drm_mode_cursor *req = data;
1020 memcpy(&new_req, req, sizeof(struct drm_mode_cursor));

Completed in 46 milliseconds