summaryrefslogtreecommitdiff
path: root/src/radeon_exa_shared.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2021-05-22 18:41:45 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2021-05-22 18:41:45 +0200
commit67ad41f8059984dd3e5210f68adcc8eb076bb995 (patch)
tree60ead8a13243abc6fb515c97e9402dbeedeed133 /src/radeon_exa_shared.c
parent7e4b90a9639792571c3f981309acec75f5f25deb (diff)
parent5eba006e4129e8015b822f9e1d2f1e613e252cda (diff)
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/radeon_exa_shared.c')
-rw-r--r--src/radeon_exa_shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa_shared.c b/src/radeon_exa_shared.c
index cca1c67e..94238a5a 100644
--- a/src/radeon_exa_shared.c
+++ b/src/radeon_exa_shared.c
@@ -129,7 +129,7 @@ PixmapPtr RADEONSolidPixmap(ScreenPtr pScreen, uint32_t solid)
struct radeon_bo *bo;
exaMoveInPixmap(pPix);
- bo = radeon_get_pixmap_bo(pPix);
+ bo = radeon_get_pixmap_bo(pPix)->bo.radeon;
if (radeon_bo_map(bo, 1)) {
pScreen->DestroyPixmap(pPix);