Home
last modified time | relevance | path

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

/external/mesa3d/include/drm-uapi/
Ddrm_mode.h231 struct drm_mode_set_plane { struct
232 __u32 plane_id;
233 __u32 crtc_id;
234 __u32 fb_id; /* fb object contains surface format type */
235 __u32 flags; /* see above flags */
238 __s32 crtc_x;
239 __s32 crtc_y;
240 __u32 crtc_w;
241 __u32 crtc_h;
244 __u32 src_x;
[all …]
/external/libdrm/include/drm/
Ddrm_mode.h248 struct drm_mode_set_plane { struct
249 __u32 plane_id;
250 __u32 crtc_id;
251 __u32 fb_id; /* fb object contains surface format type */
252 __u32 flags; /* see above flags */
255 __s32 crtc_x;
256 __s32 crtc_y;
257 __u32 crtc_w;
258 __u32 crtc_h;
261 __u32 src_x;
[all …]
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h267 struct drm_mode_set_plane { struct
268 __u32 plane_id;
269 __u32 crtc_id;
270 __u32 fb_id; /* fb object contains surface format type */
271 __u32 flags; /* see above flags */
274 __s32 crtc_x;
275 __s32 crtc_y;
276 __u32 crtc_w;
277 __u32 crtc_h;
280 __u32 src_x;
[all …]