Home
last modified time | relevance | path

Searched refs:ptr_shape (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c176 struct synthvid_pointer_shape ptr_shape; member
331 msg.ptr_shape.part_idx = SYNTHVID_CURSOR_COMPLETE; in hyperv_hide_hw_ptr()
332 msg.ptr_shape.is_argb = 1; in hyperv_hide_hw_ptr()
333 msg.ptr_shape.width = 1; in hyperv_hide_hw_ptr()
334 msg.ptr_shape.height = 1; in hyperv_hide_hw_ptr()
335 msg.ptr_shape.hot_x = 0; in hyperv_hide_hw_ptr()
336 msg.ptr_shape.hot_y = 0; in hyperv_hide_hw_ptr()
337 msg.ptr_shape.data[0] = 0; in hyperv_hide_hw_ptr()
338 msg.ptr_shape.data[1] = 1; in hyperv_hide_hw_ptr()
339 msg.ptr_shape.data[2] = 1; in hyperv_hide_hw_ptr()
[all …]