Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/mesa3d/include/drm-uapi/
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 …]