Home
last modified time | relevance | path

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

/external/libdrm/include/drm/
Ddrm_mode.h146 struct drm_mode_set_plane { struct
147 __u32 plane_id;
148 __u32 crtc_id;
149 __u32 fb_id; /* fb object contains surface format type */
150 __u32 flags;
153 __s32 crtc_x, crtc_y;
154 __u32 crtc_w, crtc_h;
157 __u32 src_x, src_y;
158 __u32 src_h, src_w;
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h160 struct drm_mode_set_plane { struct
161 __u32 plane_id;
162 __u32 crtc_id;
163 __u32 fb_id; /* fb object contains surface format type */
164 __u32 flags; /* see above flags */
167 __s32 crtc_x;
168 __s32 crtc_y;
169 __u32 crtc_w;
170 __u32 crtc_h;
173 __u32 src_x;
[all …]