HomeSort by: relevance | last modified time | path
    Searched defs:new_req (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_plane.c 1018 struct drm_mode_cursor2 new_req; local in function:drm_mode_cursor_ioctl
1020 memcpy(&new_req, req, sizeof(struct drm_mode_cursor));
1021 new_req.hot_x = new_req.hot_y = 0;
1023 return drm_mode_cursor_common(dev, &new_req, file_priv);
drm_plane.c 1018 struct drm_mode_cursor2 new_req; local in function:drm_mode_cursor_ioctl
1020 memcpy(&new_req, req, sizeof(struct drm_mode_cursor));
1021 new_req.hot_x = new_req.hot_y = 0;
1023 return drm_mode_cursor_common(dev, &new_req, file_priv);

Completed in 38 milliseconds