Home
last modified time | relevance | path

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

/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/
Ddrm_mode.h277 struct drm_mode_set_plane { struct
278 __u32 plane_id;
279 __u32 crtc_id;
280 __u32 fb_id; /* fb object contains surface format type */
281 __u32 flags; /* see above flags */
284 __s32 crtc_x;
285 __s32 crtc_y;
286 __u32 crtc_w;
287 __u32 crtc_h;
290 __u32 src_x;
[all …]
/device/google/redbull-kernel/sm7250/kernel-headers/drm/
Ddrm_mode.h154 struct drm_mode_set_plane { struct
155 __u32 plane_id;
156 __u32 crtc_id;
157 __u32 fb_id;
158 __u32 flags;
159 __s32 crtc_x;
160 __s32 crtc_y;
161 __u32 crtc_w;
162 __u32 crtc_h;
163 __u32 src_x;
[all …]
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/
Ddrm_mode.h235 struct drm_mode_set_plane { struct
236 __u32 plane_id;
237 __u32 crtc_id;
238 __u32 fb_id; /* fb object contains surface format type */
239 __u32 flags; /* see above flags */
242 __s32 crtc_x;
243 __s32 crtc_y;
244 __u32 crtc_w;
245 __u32 crtc_h;
248 __u32 src_x;
[all …]
/device/google/sunfish-kernel/sm7150/kernel-headers/drm/
Ddrm_mode.h138 struct drm_mode_set_plane { struct
139 __u32 plane_id;
140 __u32 crtc_id;
141 __u32 fb_id;
142 __u32 flags;
143 __s32 crtc_x;
144 __s32 crtc_y;
145 __u32 crtc_w;
146 __u32 crtc_h;
147 __u32 src_x;
[all …]
/device/google/barbet-kernel/sm7250/kernel-headers/drm/
Ddrm_mode.h154 struct drm_mode_set_plane { struct
155 __u32 plane_id;
156 __u32 crtc_id;
157 __u32 fb_id;
158 __u32 flags;
159 __s32 crtc_x;
160 __s32 crtc_y;
161 __u32 crtc_w;
162 __u32 crtc_h;
163 __u32 src_x;
[all …]
/device/google/barbet-kernel/sm7250/original-kernel-headers/drm/
Ddrm_mode.h277 struct drm_mode_set_plane { struct
278 __u32 plane_id;
279 __u32 crtc_id;
280 __u32 fb_id; /* fb object contains surface format type */
281 __u32 flags; /* see above flags */
284 __s32 crtc_x;
285 __s32 crtc_y;
286 __u32 crtc_w;
287 __u32 crtc_h;
290 __u32 src_x;
[all …]