Home
last modified time | relevance | path

Searched defs:synthvid_pointer_shape (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
Dhyperv_drm_proto.c124 struct synthvid_pointer_shape { struct
125 u8 part_idx;
126 u8 is_argb;
127 u32 width; /* SYNTHVID_CURSOR_MAX_X at most */
128 u32 height; /* SYNTHVID_CURSOR_MAX_Y at most */
129 u32 hot_x; /* hotspot relative to upper-left of pointer image */
130 u32 hot_y;
131 u8 data[4];
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dhyperv_fb.c194 struct synthvid_pointer_shape { struct
195 u8 part_idx;
196 u8 is_argb;
197 u32 width; /* CURSOR_MAX_X at most */
198 u32 height; /* CURSOR_MAX_Y at most */
199 u32 hot_x; /* hotspot relative to upper-left of pointer image */
200 u32 hot_y;
201 u8 data[4];
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dhyperv_fb.c187 struct synthvid_pointer_shape { struct
188 u8 part_idx;
189 u8 is_argb;
190 u32 width; /* CURSOR_MAX_X at most */
191 u32 height; /* CURSOR_MAX_Y at most */
192 u32 hot_x; /* hotspot relative to upper-left of pointer image */
193 u32 hot_y;
194 u8 data[4];