Searched refs:amdgpu_buffer (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_bo_helper.h28 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 Damdgpu_bo_helper.c62 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 Damdgpu_glamor.h70 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 Damdgpu_pixmap.h37 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 Damdgpu_drv.h225 struct amdgpu_buffer { struct
297 struct amdgpu_buffer *front_buffer;
H A Damdgpu_glamor.c138 amdgpu_glamor_create_textured_pixmap(PixmapPtr pixmap, struct amdgpu_buffer *bo)
174 struct amdgpu_buffer *bo = amdgpu_get_pixmap_bo(pixmap);
H A Damdgpu_dri3.c216 struct amdgpu_buffer *bo;
H A Ddrmmode_display.h110 struct amdgpu_buffer *cursor_buffer[2];
H A Damdgpu_glamor_wrappers.c58 struct amdgpu_buffer *bo = priv->bo;
H A Damdgpu_dri2.c81 struct amdgpu_buffer *bo = amdgpu_get_pixmap_bo(pixmap);
H A Ddrmmode_display.c1646 struct amdgpu_buffer *cursor_buffer =
2897 struct amdgpu_buffer *old_front = NULL;
H A Damdgpu_kms.c2225 struct amdgpu_buffer *front_buffer =

Completed in 19 milliseconds