Home
last modified time | relevance | path

Searched defs:drm_mode_set_plane (Results 1 – 2 of 2) sorted by relevance

/device/google/sunfish-kernel/sm7150/kernel-headers/drm/
Ddrm_mode.h138 struct drm_mode_set_plane { struct
139 __u32 plane_id;
140 __u32 crtc_id;
141 __u32 fb_id;
142 __u32 flags;
143 __s32 crtc_x;
144 __s32 crtc_y;
145 __u32 crtc_w;
146 __u32 crtc_h;
147 __u32 src_x;
[all …]
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/
Ddrm_mode.h235 struct drm_mode_set_plane { struct
236 __u32 plane_id;
237 __u32 crtc_id;
238 __u32 fb_id; /* fb object contains surface format type */
239 __u32 flags; /* see above flags */
242 __s32 crtc_x;
243 __s32 crtc_y;
244 __u32 crtc_w;
245 __u32 crtc_h;
248 __u32 src_x;
[all …]