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);
|