Searched refs:drm_scatter_gather (Results 1 – 7 of 7) sorted by relevance
37 drm_sg_alloc(struct drm_device *dev, struct drm_scatter_gather *request) in drm_sg_alloc()88 struct drm_scatter_gather *request = data; in drm_sg_alloc_ioctl()113 struct drm_scatter_gather *request = data; in drm_sg_free()
632 struct drm_scatter_gather { struct1055 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather)1056 #define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather)1139 typedef struct drm_scatter_gather drm_scatter_gather_t;
823 int drm_sg_alloc(struct drm_device *dev, struct drm_scatter_gather * request);
635 struct drm_scatter_gather { struct1095 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather)1096 #define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather)1207 typedef struct drm_scatter_gather drm_scatter_gather_t;
666 struct drm_scatter_gather request; in compat_drm_sg_alloc()684 struct drm_scatter_gather request; in compat_drm_sg_free()
1234 int drm_sg_alloc(struct drm_device *dev, struct drm_scatter_gather * request);