Home
last modified time | relevance | path

Searched refs:radeon_set_pixmap_bo (Results 1 – 6 of 6) sorted by relevance

/dports/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0/src/
H A Dradeon_bo_helper.c460 return radeon_set_pixmap_bo(ppix, NULL); in radeon_set_shared_pixmap_backing()
497 ret = radeon_set_pixmap_bo(ppix, bo); in radeon_set_shared_pixmap_backing()
509 ret = radeon_set_pixmap_bo(ppix, bo); in radeon_set_shared_pixmap_backing()
H A Dradeon_glamor.c209 radeon_set_pixmap_bo(pixmap, NULL);
H A Dradeon.h718 static inline Bool radeon_set_pixmap_bo(PixmapPtr pPix, struct radeon_buffer *bo) in radeon_set_pixmap_bo() function
H A Ddrmmode_display.c126 if (!radeon_set_pixmap_bo(pixmap, bo)) in drmmode_create_bo_pixmap()
2498 if (!radeon_set_pixmap_bo(ppix, info->front_buffer)) in drmmode_xf86crtc_resize()
H A Dradeon_kms.c372 if (!radeon_set_pixmap_bo(pPix, info->front_buffer)) in RADEONCreateScreenResources_KMS()
/dports/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0/
H A DChangeLog690 EXA: Handle NULL BO pointer in radeon_set_pixmap_bo
919 glamor: Invalidate cached GEM handle in radeon_set_pixmap_bo
1822 Unreference pixmap's FB with EXA as well in radeon_set_pixmap_bo
3250 Restore location of radeon_set_pixmap_bo call in drmmode_create_bo_pixmap
3252 radeon_set_pixmap_bo sets the tiling flags, so it needs to be called
3256 Fixes: 8523a733b6a5 ("Propagate failure from radeon_set_pixmap_bo")
3431 Propagate failure from radeon_set_pixmap_bo
4029 Update pixmap pitch in radeon_set_pixmap_bo