Lines Matching defs:drm_fd
192 int drm_fd;
239 static int vmw_video_buffer_alloc(int drm_fd, int size,
245 vmwgfx_overlay_port_create(int drm_fd, ScreenPtr pScreen)
252 port->drm_fd = drm_fd;
397 ret = vmwgfx_claim_stream(port->drm_fd, &port->streamId);
413 ret = vmw_video_buffer_alloc(port->drm_fd, port->size, &port->bufs[i]);
429 (void) vmwgfx_unref_stream(port->drm_fd, port->streamId);
523 ret = drmCommandWrite(port->drm_fd, DRM_VMW_CONTROL_STREAM, &arg, sizeof(arg));
563 (void) vmwgfx_unref_stream(port->drm_fd, port->streamId);
590 vmw_video_buffer_alloc(int drm_fd, int size,
593 out->buf = vmwgfx_dmabuf_alloc(drm_fd, size);