Home
last modified time | relevance | path

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

/device/google/coral-kernel/sm8150/original-kernel-headers/drm/
Ddrm_mode.h237 struct drm_mode_set_plane { struct
238 __u32 plane_id;
239 __u32 crtc_id;
240 __u32 fb_id; /* fb object contains surface format type */
241 __u32 flags; /* see above flags */
244 __s32 crtc_x;
245 __s32 crtc_y;
246 __u32 crtc_w;
247 __u32 crtc_h;
250 __u32 src_x;
[all …]
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/
Ddrm_mode.h237 struct drm_mode_set_plane { struct
238 __u32 plane_id;
239 __u32 crtc_id;
240 __u32 fb_id; /* fb object contains surface format type */
241 __u32 flags; /* see above flags */
244 __s32 crtc_x;
245 __s32 crtc_y;
246 __u32 crtc_w;
247 __u32 crtc_h;
250 __u32 src_x;
[all …]
/device/google/coral-kernel/sm8150/kernel-headers/drm/
Ddrm_mode.h140 struct drm_mode_set_plane { struct
141 __u32 plane_id;
142 __u32 crtc_id;
143 __u32 fb_id;
144 __u32 flags;
145 __s32 crtc_x;
146 __s32 crtc_y;
147 __u32 crtc_w;
148 __u32 crtc_h;
149 __u32 src_x;
[all …]
/device/google/redbull-kernel/sm7250/kernel-headers/drm/
Ddrm_mode.h142 struct drm_mode_set_plane { struct
143 __u32 plane_id;
144 __u32 crtc_id;
145 __u32 fb_id;
146 __u32 flags;
147 __s32 crtc_x;
148 __s32 crtc_y;
149 __u32 crtc_w;
150 __u32 crtc_h;
151 __u32 src_x;
[all …]
/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/sunfish-kernel/sm7150/kernel-headers/drm/
Ddrm_mode.h140 struct drm_mode_set_plane { struct
141 __u32 plane_id;
142 __u32 crtc_id;
143 __u32 fb_id;
144 __u32 flags;
145 __s32 crtc_x;
146 __s32 crtc_y;
147 __u32 crtc_w;
148 __u32 crtc_h;
149 __u32 src_x;
[all …]