On Fri, May 18, 2018 at 10:21 AM, Michel Dänzer <[email protected]> wrote: > From: Michel Dänzer <[email protected]> > > Fixes crash in that case. > > Bugzilla: https://bugs.freedesktop.org/106293 > Signed-off-by: Michel Dänzer <[email protected]>
Series is: Reviewed-by: Alex Deucher <[email protected]> > --- > src/radeon_glamor.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/radeon_glamor.c b/src/radeon_glamor.c > index 7c09abba5..10d513ea9 100644 > --- a/src/radeon_glamor.c > +++ b/src/radeon_glamor.c > @@ -214,6 +214,9 @@ radeon_glamor_create_pixmap(ScreenPtr screen, int w, int > h, int depth, > struct radeon_pixmap *priv; > PixmapPtr pixmap, new_pixmap = NULL; > > + if (!xf86GetPixFormat(scrn, depth)) > + return NULL; > + > if (!RADEON_CREATE_PIXMAP_SHARED(usage)) { > if (info->shadow_primary) { > if (usage != CREATE_PIXMAP_USAGE_BACKING_PIXMAP) > -- > 2.17.0 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
