~ubuntu-branches/ubuntu/trusty/linux-lts-vivid/trusty-proposed

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/vmwgfx/vmwgfx_drv.h

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Kamal Mostafa, K. Y. Srinivasan
  • Date: 2015-11-23 13:24:32 UTC
  • Revision ID: package-import@ubuntu.com-20151123132432-903xk653el60bfun
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1518519

[ K. Y. Srinivasan ]

* SAUCE: Drivers: hv: vmbus: Fix a Host signaling bug
  - LP: #1508706

Show diffs side-by-side

added added

removed removed

Lines of Context:
636
636
                                 uint32_t size,
637
637
                                 bool shareable,
638
638
                                 uint32_t *handle,
639
 
                                 struct vmw_dma_buffer **p_dma_buf);
 
639
                                 struct vmw_dma_buffer **p_dma_buf,
 
640
                                 struct ttm_base_object **p_base);
640
641
extern int vmw_user_dmabuf_reference(struct ttm_object_file *tfile,
641
642
                                     struct vmw_dma_buffer *dma_buf,
642
643
                                     uint32_t *handle);
650
651
                                         uint32_t cur_validate_node);
651
652
extern void vmw_dmabuf_validate_clear(struct ttm_buffer_object *bo);
652
653
extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile,
653
 
                                  uint32_t id, struct vmw_dma_buffer **out);
 
654
                                  uint32_t id, struct vmw_dma_buffer **out,
 
655
                                  struct ttm_base_object **base);
654
656
extern int vmw_stream_claim_ioctl(struct drm_device *dev, void *data,
655
657
                                  struct drm_file *file_priv);
656
658
extern int vmw_stream_unref_ioctl(struct drm_device *dev, void *data,