blob: 849ef7d97dcf8bf5dee9e84682701c3bf4bc43ad [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef __VMWGFX_DRM_H__
20#define __VMWGFX_DRM_H__
Christopher Ferris38062f92014-07-09 15:33:25 -070021#include <drm.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070022#define DRM_VMW_MAX_SURFACE_FACES 6
Ben Cheng655a7c02013-10-16 16:09:24 -070023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070024#define DRM_VMW_MAX_MIP_LEVELS 24
Ben Cheng655a7c02013-10-16 16:09:24 -070025#define DRM_VMW_GET_PARAM 0
26#define DRM_VMW_ALLOC_DMABUF 1
27#define DRM_VMW_UNREF_DMABUF 2
Ben Cheng655a7c02013-10-16 16:09:24 -070028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070029#define DRM_VMW_CURSOR_BYPASS 3
Ben Cheng655a7c02013-10-16 16:09:24 -070030#define DRM_VMW_CONTROL_STREAM 4
31#define DRM_VMW_CLAIM_STREAM 5
32#define DRM_VMW_UNREF_STREAM 6
Ben Cheng655a7c02013-10-16 16:09:24 -070033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070034#define DRM_VMW_CREATE_CONTEXT 7
Ben Cheng655a7c02013-10-16 16:09:24 -070035#define DRM_VMW_UNREF_CONTEXT 8
36#define DRM_VMW_CREATE_SURFACE 9
37#define DRM_VMW_UNREF_SURFACE 10
Ben Cheng655a7c02013-10-16 16:09:24 -070038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070039#define DRM_VMW_REF_SURFACE 11
Ben Cheng655a7c02013-10-16 16:09:24 -070040#define DRM_VMW_EXECBUF 12
41#define DRM_VMW_GET_3D_CAP 13
42#define DRM_VMW_FENCE_WAIT 14
Ben Cheng655a7c02013-10-16 16:09:24 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070044#define DRM_VMW_FENCE_SIGNALED 15
Ben Cheng655a7c02013-10-16 16:09:24 -070045#define DRM_VMW_FENCE_UNREF 16
46#define DRM_VMW_FENCE_EVENT 17
47#define DRM_VMW_PRESENT 18
Ben Cheng655a7c02013-10-16 16:09:24 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070049#define DRM_VMW_PRESENT_READBACK 19
Ben Cheng655a7c02013-10-16 16:09:24 -070050#define DRM_VMW_UPDATE_LAYOUT 20
Christopher Ferris38062f92014-07-09 15:33:25 -070051#define DRM_VMW_CREATE_SHADER 21
52#define DRM_VMW_UNREF_SHADER 22
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54#define DRM_VMW_GB_SURFACE_CREATE 23
55#define DRM_VMW_GB_SURFACE_REF 24
56#define DRM_VMW_SYNCCPU 25
Ben Cheng655a7c02013-10-16 16:09:24 -070057#define DRM_VMW_PARAM_NUM_STREAMS 0
Christopher Ferris38062f92014-07-09 15:33:25 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070059#define DRM_VMW_PARAM_NUM_FREE_STREAMS 1
60#define DRM_VMW_PARAM_3D 2
Ben Cheng655a7c02013-10-16 16:09:24 -070061#define DRM_VMW_PARAM_HW_CAPS 3
62#define DRM_VMW_PARAM_FIFO_CAPS 4
Christopher Ferris38062f92014-07-09 15:33:25 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070064#define DRM_VMW_PARAM_MAX_FB_SIZE 5
65#define DRM_VMW_PARAM_FIFO_HW_VERSION 6
Christopher Ferris38062f92014-07-09 15:33:25 -070066#define DRM_VMW_PARAM_MAX_SURF_MEMORY 7
67#define DRM_VMW_PARAM_3D_CAPS_SIZE 8
Ben Cheng655a7c02013-10-16 16:09:24 -070068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070069#define DRM_VMW_PARAM_MAX_MOB_MEMORY 9
70#define DRM_VMW_PARAM_MAX_MOB_SIZE 10
Ben Cheng655a7c02013-10-16 16:09:24 -070071struct drm_vmw_getparam_arg {
72 uint64_t value;
Christopher Ferris38062f92014-07-09 15:33:25 -070073/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070074 uint32_t param;
75 uint32_t pad64;
Ben Cheng655a7c02013-10-16 16:09:24 -070076};
77struct drm_vmw_context_arg {
Christopher Ferris38062f92014-07-09 15:33:25 -070078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070079 int32_t cid;
80 uint32_t pad64;
Ben Cheng655a7c02013-10-16 16:09:24 -070081};
82struct drm_vmw_surface_create_req {
Christopher Ferris38062f92014-07-09 15:33:25 -070083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070084 uint32_t flags;
85 uint32_t format;
Ben Cheng655a7c02013-10-16 16:09:24 -070086 uint32_t mip_levels[DRM_VMW_MAX_SURFACE_FACES];
87 uint64_t size_addr;
Christopher Ferris38062f92014-07-09 15:33:25 -070088/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070089 int32_t shareable;
90 int32_t scanout;
Ben Cheng655a7c02013-10-16 16:09:24 -070091};
92struct drm_vmw_surface_arg {
Christopher Ferris38062f92014-07-09 15:33:25 -070093/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070094 int32_t sid;
95 uint32_t pad64;
Ben Cheng655a7c02013-10-16 16:09:24 -070096};
97struct drm_vmw_size {
Christopher Ferris38062f92014-07-09 15:33:25 -070098/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070099 uint32_t width;
100 uint32_t height;
Ben Cheng655a7c02013-10-16 16:09:24 -0700101 uint32_t depth;
102 uint32_t pad64;
Christopher Ferris38062f92014-07-09 15:33:25 -0700103/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700104};
105union drm_vmw_surface_create_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700106 struct drm_vmw_surface_arg rep;
107 struct drm_vmw_surface_create_req req;
Christopher Ferris38062f92014-07-09 15:33:25 -0700108/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700109};
110union drm_vmw_surface_reference_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700111 struct drm_vmw_surface_create_req rep;
112 struct drm_vmw_surface_arg req;
Christopher Ferris38062f92014-07-09 15:33:25 -0700113/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700114};
115#define DRM_VMW_EXECBUF_VERSION 1
Ben Cheng655a7c02013-10-16 16:09:24 -0700116struct drm_vmw_execbuf_arg {
117 uint64_t commands;
Christopher Ferris38062f92014-07-09 15:33:25 -0700118/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700119 uint32_t command_size;
120 uint32_t throttle_us;
Ben Cheng655a7c02013-10-16 16:09:24 -0700121 uint64_t fence_rep;
122 uint32_t version;
Christopher Ferris38062f92014-07-09 15:33:25 -0700123/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700124 uint32_t flags;
125};
Ben Cheng655a7c02013-10-16 16:09:24 -0700126struct drm_vmw_fence_rep {
127 uint32_t handle;
Christopher Ferris38062f92014-07-09 15:33:25 -0700128/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700129 uint32_t mask;
130 uint32_t seqno;
Ben Cheng655a7c02013-10-16 16:09:24 -0700131 uint32_t passed_seqno;
132 uint32_t pad64;
Christopher Ferris38062f92014-07-09 15:33:25 -0700133/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700134 int32_t error;
135};
Ben Cheng655a7c02013-10-16 16:09:24 -0700136struct drm_vmw_alloc_dmabuf_req {
137 uint32_t size;
Christopher Ferris38062f92014-07-09 15:33:25 -0700138/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700139 uint32_t pad64;
140};
Ben Cheng655a7c02013-10-16 16:09:24 -0700141struct drm_vmw_dmabuf_rep {
142 uint64_t map_handle;
Christopher Ferris38062f92014-07-09 15:33:25 -0700143/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700144 uint32_t handle;
145 uint32_t cur_gmr_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700146 uint32_t cur_gmr_offset;
147 uint32_t pad64;
Christopher Ferris38062f92014-07-09 15:33:25 -0700148/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700149};
150union drm_vmw_alloc_dmabuf_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700151 struct drm_vmw_alloc_dmabuf_req req;
152 struct drm_vmw_dmabuf_rep rep;
Christopher Ferris38062f92014-07-09 15:33:25 -0700153/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700154};
155struct drm_vmw_unref_dmabuf_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700156 uint32_t handle;
157 uint32_t pad64;
Christopher Ferris38062f92014-07-09 15:33:25 -0700158/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700159};
160struct drm_vmw_rect {
Ben Cheng655a7c02013-10-16 16:09:24 -0700161 int32_t x;
162 int32_t y;
Christopher Ferris38062f92014-07-09 15:33:25 -0700163/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700164 uint32_t w;
165 uint32_t h;
Ben Cheng655a7c02013-10-16 16:09:24 -0700166};
167struct drm_vmw_control_stream_arg {
Christopher Ferris38062f92014-07-09 15:33:25 -0700168/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700169 uint32_t stream_id;
170 uint32_t enabled;
Ben Cheng655a7c02013-10-16 16:09:24 -0700171 uint32_t flags;
172 uint32_t color_key;
Christopher Ferris38062f92014-07-09 15:33:25 -0700173/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700174 uint32_t handle;
175 uint32_t offset;
Ben Cheng655a7c02013-10-16 16:09:24 -0700176 int32_t format;
177 uint32_t size;
Christopher Ferris38062f92014-07-09 15:33:25 -0700178/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700179 uint32_t width;
180 uint32_t height;
Ben Cheng655a7c02013-10-16 16:09:24 -0700181 uint32_t pitch[3];
182 uint32_t pad64;
Christopher Ferris38062f92014-07-09 15:33:25 -0700183/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700184 struct drm_vmw_rect src;
185 struct drm_vmw_rect dst;
Ben Cheng655a7c02013-10-16 16:09:24 -0700186};
187#define DRM_VMW_CURSOR_BYPASS_ALL (1 << 0)
Christopher Ferris38062f92014-07-09 15:33:25 -0700188/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700189#define DRM_VMW_CURSOR_BYPASS_FLAGS (1)
190struct drm_vmw_cursor_bypass_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700191 uint32_t flags;
192 uint32_t crtc_id;
Christopher Ferris38062f92014-07-09 15:33:25 -0700193/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700194 int32_t xpos;
195 int32_t ypos;
Ben Cheng655a7c02013-10-16 16:09:24 -0700196 int32_t xhot;
197 int32_t yhot;
Christopher Ferris38062f92014-07-09 15:33:25 -0700198/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700199};
200struct drm_vmw_stream_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700201 uint32_t stream_id;
202 uint32_t pad64;
Christopher Ferris38062f92014-07-09 15:33:25 -0700203/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700204};
205struct drm_vmw_get_3d_cap_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700206 uint64_t buffer;
207 uint32_t max_size;
Christopher Ferris38062f92014-07-09 15:33:25 -0700208/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700209 uint32_t pad64;
210};
Ben Cheng655a7c02013-10-16 16:09:24 -0700211#define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
212#define DRM_VMW_FENCE_FLAG_QUERY (1 << 1)
Christopher Ferris38062f92014-07-09 15:33:25 -0700213/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700214#define DRM_VMW_WAIT_OPTION_UNREF (1 << 0)
215struct drm_vmw_fence_wait_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700216 uint32_t handle;
217 int32_t cookie_valid;
Christopher Ferris38062f92014-07-09 15:33:25 -0700218/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700219 uint64_t kernel_cookie;
220 uint64_t timeout_us;
Ben Cheng655a7c02013-10-16 16:09:24 -0700221 int32_t lazy;
222 int32_t flags;
Christopher Ferris38062f92014-07-09 15:33:25 -0700223/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700224 int32_t wait_options;
225 int32_t pad64;
Ben Cheng655a7c02013-10-16 16:09:24 -0700226};
227struct drm_vmw_fence_signaled_arg {
Christopher Ferris38062f92014-07-09 15:33:25 -0700228/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700229 uint32_t handle;
230 uint32_t flags;
Ben Cheng655a7c02013-10-16 16:09:24 -0700231 int32_t signaled;
232 uint32_t passed_seqno;
Christopher Ferris38062f92014-07-09 15:33:25 -0700233/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700234 uint32_t signaled_flags;
235 uint32_t pad64;
Ben Cheng655a7c02013-10-16 16:09:24 -0700236};
237struct drm_vmw_fence_arg {
Christopher Ferris38062f92014-07-09 15:33:25 -0700238/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700239 uint32_t handle;
240 uint32_t pad64;
Ben Cheng655a7c02013-10-16 16:09:24 -0700241};
242#define DRM_VMW_EVENT_FENCE_SIGNALED 0x80000000
Christopher Ferris38062f92014-07-09 15:33:25 -0700243/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700244struct drm_vmw_event_fence {
245 struct drm_event base;
Ben Cheng655a7c02013-10-16 16:09:24 -0700246 uint64_t user_data;
247 uint32_t tv_sec;
Christopher Ferris38062f92014-07-09 15:33:25 -0700248/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700249 uint32_t tv_usec;
250};
Ben Cheng655a7c02013-10-16 16:09:24 -0700251#define DRM_VMW_FE_FLAG_REQ_TIME (1 << 0)
252struct drm_vmw_fence_event_arg {
Christopher Ferris38062f92014-07-09 15:33:25 -0700253/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700254 uint64_t fence_rep;
255 uint64_t user_data;
Ben Cheng655a7c02013-10-16 16:09:24 -0700256 uint32_t handle;
257 uint32_t flags;
Christopher Ferris38062f92014-07-09 15:33:25 -0700258/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700259};
260struct drm_vmw_present_arg {
Ben Cheng655a7c02013-10-16 16:09:24 -0700261 uint32_t fb_id;
262 uint32_t sid;
Christopher Ferris38062f92014-07-09 15:33:25 -0700263/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700264 int32_t dest_x;
265 int32_t dest_y;
Ben Cheng655a7c02013-10-16 16:09:24 -0700266 uint64_t clips_ptr;
267 uint32_t num_clips;
Christopher Ferris38062f92014-07-09 15:33:25 -0700268/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700269 uint32_t pad64;
270};
Ben Cheng655a7c02013-10-16 16:09:24 -0700271struct drm_vmw_present_readback_arg {
272 uint32_t fb_id;
Christopher Ferris38062f92014-07-09 15:33:25 -0700273/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700274 uint32_t num_clips;
275 uint64_t clips_ptr;
Ben Cheng655a7c02013-10-16 16:09:24 -0700276 uint64_t fence_rep;
277};
Christopher Ferris38062f92014-07-09 15:33:25 -0700278/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700279struct drm_vmw_update_layout_arg {
280 uint32_t num_outputs;
Ben Cheng655a7c02013-10-16 16:09:24 -0700281 uint32_t pad64;
282 uint64_t rects;
Ben Cheng655a7c02013-10-16 16:09:24 -0700283/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -0700284};
285enum drm_vmw_shader_type {
286 drm_vmw_shader_type_vs = 0,
287 drm_vmw_shader_type_ps,
288/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
289 drm_vmw_shader_type_gs
290};
291struct drm_vmw_shader_create_arg {
292 enum drm_vmw_shader_type shader_type;
293/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
294 uint32_t size;
295 uint32_t buffer_handle;
296 uint32_t shader_handle;
297 uint64_t offset;
298/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
299};
300struct drm_vmw_shader_arg {
301 uint32_t handle;
302 uint32_t pad64;
303/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
304};
305enum drm_vmw_surface_flags {
306 drm_vmw_surface_flag_shareable = (1 << 0),
307 drm_vmw_surface_flag_scanout = (1 << 1),
308/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
309 drm_vmw_surface_flag_create_buffer = (1 << 2)
310};
311struct drm_vmw_gb_surface_create_req {
312 uint32_t svga3d_flags;
313/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
314 uint32_t format;
315 uint32_t mip_levels;
316 enum drm_vmw_surface_flags drm_surface_flags;
317 uint32_t multisample_count;
318/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
319 uint32_t autogen_filter;
320 uint32_t buffer_handle;
321 uint32_t pad64;
322 struct drm_vmw_size base_size;
323/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
324};
325struct drm_vmw_gb_surface_create_rep {
326 uint32_t handle;
327 uint32_t backup_size;
328/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
329 uint32_t buffer_handle;
330 uint32_t buffer_size;
331 uint64_t buffer_map_handle;
332};
333/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
334union drm_vmw_gb_surface_create_arg {
335 struct drm_vmw_gb_surface_create_rep rep;
336 struct drm_vmw_gb_surface_create_req req;
337};
338/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
339struct drm_vmw_gb_surface_ref_rep {
340 struct drm_vmw_gb_surface_create_req creq;
341 struct drm_vmw_gb_surface_create_rep crep;
342};
343/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
344union drm_vmw_gb_surface_reference_arg {
345 struct drm_vmw_gb_surface_ref_rep rep;
346 struct drm_vmw_surface_arg req;
347};
348/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
349enum drm_vmw_synccpu_flags {
350 drm_vmw_synccpu_read = (1 << 0),
351 drm_vmw_synccpu_write = (1 << 1),
352 drm_vmw_synccpu_dontblock = (1 << 2),
353/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
354 drm_vmw_synccpu_allow_cs = (1 << 3)
355};
356enum drm_vmw_synccpu_op {
357 drm_vmw_synccpu_grab,
358/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
359 drm_vmw_synccpu_release
360};
361struct drm_vmw_synccpu_arg {
362 enum drm_vmw_synccpu_op op;
363/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
364 enum drm_vmw_synccpu_flags flags;
365 uint32_t handle;
366 uint32_t pad64;
367};
368/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
369#endif