Home
last modified time | relevance | path

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

/external/mesa3d/include/drm-uapi/
Ddrm_mode.h275 struct drm_mode_set_plane { struct
276 __u32 plane_id;
277 __u32 crtc_id;
278 __u32 fb_id; /* fb object contains surface format type */
279 __u32 flags; /* see above flags */
282 __s32 crtc_x;
283 __s32 crtc_y;
284 __u32 crtc_w;
285 __u32 crtc_h;
288 __u32 src_x;
[all …]
/external/igt-gpu-tools/include/drm-uapi/
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 …]
/external/libdrm/include/drm/
Ddrm_mode.h296 struct drm_mode_set_plane { struct
297 __u32 plane_id;
298 __u32 crtc_id;
299 __u32 fb_id; /* fb object contains surface format type */
300 __u32 flags; /* see above flags */
303 __s32 crtc_x;
304 __s32 crtc_y;
305 __u32 crtc_w;
306 __u32 crtc_h;
309 __u32 src_x;
[all …]
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h296 struct drm_mode_set_plane { struct
297 __u32 plane_id;
298 __u32 crtc_id;
299 __u32 fb_id; /* fb object contains surface format type */
300 __u32 flags; /* see above flags */
303 __s32 crtc_x;
304 __s32 crtc_y;
305 __u32 crtc_w;
306 __u32 crtc_h;
309 __u32 src_x;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h72709 struct drm_mode_set_plane { struct
72710 __u32 plane_id;
72711 __u32 crtc_id;
72712 __u32 fb_id;
72713 __u32 flags;
72714 __s32 crtc_x;
72715 __s32 crtc_y;
72716 __u32 crtc_w;
72717 __u32 crtc_h;
72718 __u32 src_x;
[all …]
Dvmlinux_505.h72709 struct drm_mode_set_plane { struct
72710 __u32 plane_id;
72711 __u32 crtc_id;
72712 __u32 fb_id;
72713 __u32 flags;
72714 __s32 crtc_x;
72715 __s32 crtc_y;
72716 __u32 crtc_w;
72717 __u32 crtc_h;
72718 __u32 src_x;
[all …]