Lines Matching refs:data
42 * top of a CRTC during the scanout process. Planes take their input data from a
199 blob_data = blob->data;
655 int drm_mode_getplane_res(struct drm_device *dev, void *data,
658 struct drm_mode_get_plane_res *plane_resp = data;
706 int drm_mode_getplane(struct drm_device *dev, void *data,
709 struct drm_mode_get_plane *plane_resp = data;
836 * @modifier: data layout modifier
980 int drm_mode_setplane(struct drm_device *dev, void *data,
983 struct drm_mode_set_plane *plane_req = data;
1200 void *data, struct drm_file *file_priv)
1202 struct drm_mode_cursor *req = data;
1217 void *data, struct drm_file *file_priv)
1219 struct drm_mode_cursor2 *req = data;
1225 void *data, struct drm_file *file_priv)
1227 struct drm_mode_crtc_page_flip_target *page_flip = data;
1447 * FB_DAMAGE_CLIPS is a blob property with the layout of blob data is simply an
1498 state->fb_damage_clips->data : NULL);