Home
last modified time | relevance | path

Searched defs:drm_plane_state (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/drm/
H A Ddrm_plane.h62 struct drm_crtc *crtc;
94 int32_t crtc_x;
101 int32_t crtc_y;
105 uint32_t crtc_w, crtc_h;
111 uint32_t src_x;
116 uint32_t src_y;
119 uint32_t src_h, src_w;
127 u16 alpha;
157 unsigned int zpos;
212 struct drm_rect src, dst;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/drm/
H A Ddrm_plane.h62 struct drm_crtc *crtc;
94 int32_t crtc_x;
101 int32_t crtc_y;
105 uint32_t crtc_w, crtc_h;
111 uint32_t src_x;
116 uint32_t src_y;
119 uint32_t src_h, src_w;
127 u16 alpha;
157 unsigned int zpos;
212 struct drm_rect src, dst;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/drm/
H A Ddrm_plane.h62 struct drm_crtc *crtc;
94 int32_t crtc_x;
101 int32_t crtc_y;
105 uint32_t crtc_w, crtc_h;
111 uint32_t src_x;
116 uint32_t src_y;
119 uint32_t src_h, src_w;
127 u16 alpha;
157 unsigned int zpos;
212 struct drm_rect src, dst;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/backend-drm/
H A Ddrm-internal.h353 struct drm_plane_state { struct
354 struct drm_plane *plane;
355 struct drm_output *output;
356 struct drm_output_state *output_state;
358 struct drm_fb *fb;
362 int32_t src_x, src_y;
363 uint32_t src_w, src_h;
364 int32_t dest_x, dest_y;
365 uint32_t dest_w, dest_h;
367 bool complete;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/backend-drm/
H A Ddrm-internal.h353 struct drm_plane_state { struct
354 struct drm_plane *plane;
355 struct drm_output *output;
356 struct drm_output_state *output_state;
358 struct drm_fb *fb;
362 int32_t src_x, src_y;
363 uint32_t src_w, src_h;
364 int32_t dest_x, dest_y;
365 uint32_t dest_w, dest_h;
367 bool complete;
[all …]