Searched refs:amdgpu_buffer (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_bo_helper.h | 28 extern struct amdgpu_buffer *amdgpu_alloc_pixmap_bo(ScrnInfoPtr pScrn, int width, 34 extern Bool amdgpu_bo_get_handle(struct amdgpu_buffer *bo, uint32_t *handle); 40 extern int amdgpu_bo_map(ScrnInfoPtr pScrn, struct amdgpu_buffer *bo); 42 extern void amdgpu_bo_unmap(struct amdgpu_buffer *bo); 54 * \return pointer to amdgpu_buffer on success 57 extern struct amdgpu_buffer *amdgpu_bo_open(amdgpu_device_handle pDev, 62 /* helper function to add the ref_count of a amdgpu_buffer 63 * \param buffer - \c [in] amdgpu_buffer 65 extern void amdgpu_bo_ref(struct amdgpu_buffer *buffer); 67 /* helper function to dec the ref_count of a amdgpu_buffer [all...] |
| H A D | amdgpu_bo_helper.c | 62 struct amdgpu_buffer *amdgpu_alloc_pixmap_bo(ScrnInfoPtr pScrn, int width, 67 struct amdgpu_buffer *pixmap_buffer; 76 pixmap_buffer = (struct amdgpu_buffer *)calloc(1, sizeof(struct amdgpu_buffer)); 142 Bool amdgpu_bo_get_handle(struct amdgpu_buffer *bo, uint32_t *handle) 235 int amdgpu_bo_map(ScrnInfoPtr pScrn, struct amdgpu_buffer *bo) 276 void amdgpu_bo_unmap(struct amdgpu_buffer *bo) 290 struct amdgpu_buffer *amdgpu_bo_open(amdgpu_device_handle pDev, 296 struct amdgpu_buffer *bo = NULL; 300 bo = (struct amdgpu_buffer *)callo [all...] |
| H A D | amdgpu_glamor.h | 70 amdgpu_glamor_create_textured_pixmap(PixmapPtr pixmap, struct amdgpu_buffer *bo); 83 static inline Bool amdgpu_glamor_create_textured_pixmap(PixmapPtr pixmap, struct amdgpu_buffer *bo) { return TRUE; }
|
| H A D | amdgpu_pixmap.h | 37 struct amdgpu_buffer *bo; 59 static inline Bool amdgpu_set_pixmap_bo(PixmapPtr pPix, struct amdgpu_buffer *bo) 100 static inline struct amdgpu_buffer *amdgpu_get_pixmap_bo(PixmapPtr pPix)
|
| H A D | amdgpu_drv.h | 225 struct amdgpu_buffer { struct 297 struct amdgpu_buffer *front_buffer;
|
| H A D | amdgpu_glamor.c | 138 amdgpu_glamor_create_textured_pixmap(PixmapPtr pixmap, struct amdgpu_buffer *bo) 174 struct amdgpu_buffer *bo = amdgpu_get_pixmap_bo(pixmap);
|
| H A D | amdgpu_dri3.c | 216 struct amdgpu_buffer *bo;
|
| H A D | drmmode_display.h | 110 struct amdgpu_buffer *cursor_buffer[2];
|
| H A D | amdgpu_glamor_wrappers.c | 58 struct amdgpu_buffer *bo = priv->bo;
|
| H A D | amdgpu_dri2.c | 81 struct amdgpu_buffer *bo = amdgpu_get_pixmap_bo(pixmap);
|
| H A D | drmmode_display.c | 1646 struct amdgpu_buffer *cursor_buffer = 2897 struct amdgpu_buffer *old_front = NULL;
|
| H A D | amdgpu_kms.c | 2225 struct amdgpu_buffer *front_buffer =
|
Completed in 19 milliseconds