Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
Ddrm_mode.h162 struct drm_mode_set_plane { struct
163 __u32 plane_id;
164 __u32 crtc_id;
165 __u32 fb_id;
166 __u32 flags;
168 __s32 crtc_x;
169 __s32 crtc_y;
170 __u32 crtc_w;
171 __u32 crtc_h;
173 __u32 src_x;
[all …]
/kernel/linux/linux-5.10/include/uapi/drm/
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 …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm_mode.h148 struct drm_mode_set_plane { struct
149 __u32 plane_id;
150 __u32 crtc_id;
151 __u32 fb_id;
152 __u32 flags;
153 __s32 crtc_x;
154 __s32 crtc_y;
155 __u32 crtc_w;
156 __u32 crtc_h;
157 __u32 src_x;
[all …]