![]() |
|
|||
0001 /* radeon_prime.h -- Private header for radeon driver -*- linux-c -*- 0002 * 0003 * Copyright 2012 Advanced Micro Devices, Inc. 0004 * 0005 * Permission is hereby granted, free of charge, to any person obtaining a 0006 * copy of this software and associated documentation files (the "Software"), 0007 * to deal in the Software without restriction, including without limitation 0008 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 0009 * and/or sell copies of the Software, and to permit persons to whom the 0010 * Software is furnished to do so, subject to the following conditions: 0011 * 0012 * The above copyright notice and this permission notice (including the next 0013 * paragraph) shall be included in all copies or substantial portions of the 0014 * Software. 0015 * 0016 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 0017 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 0018 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 0019 * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 0020 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 0021 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 0022 * DEALINGS IN THE SOFTWARE. 0023 * 0024 */ 0025 0026 #ifndef __RADEON_PRIME_H__ 0027 #define __RADEON_PRIME_H__ 0028 0029 struct dma_buf *radeon_gem_prime_export(struct drm_gem_object *gobj, 0030 int flags); 0031 struct sg_table *radeon_gem_prime_get_sg_table(struct drm_gem_object *obj); 0032 int radeon_gem_prime_pin(struct drm_gem_object *obj); 0033 void radeon_gem_prime_unpin(struct drm_gem_object *obj); 0034 void *radeon_gem_prime_vmap(struct drm_gem_object *obj); 0035 void radeon_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr); 0036 struct drm_gem_object *radeon_gem_prime_import_sg_table(struct drm_device *dev, 0037 struct dma_buf_attachment *, 0038 struct sg_table *sg); 0039 0040 #endif /* __RADEON_PRIME_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |