Re: [PATCH xf86-video-ati 2/2] glamor: Bail CreatePixmap on unsupported pixmap depth

2018-05-21 Thread Alex Deucher
On Fri, May 18, 2018 at 10:21 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes crash in that case. > > Bugzilla: https://bugs.freedesktop.org/106293 > Signed-off-by: Michel Dänzer Series is: Reviewed-by: Alex Deucher

[PATCH xf86-video-ati 2/2] glamor: Bail CreatePixmap on unsupported pixmap depth

2018-05-18 Thread Michel Dänzer
From: Michel Dänzer Fixes crash in that case. Bugzilla: https://bugs.freedesktop.org/106293 Signed-off-by: Michel Dänzer --- src/radeon_glamor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/radeon_glamor.c b/src/radeon_glamor.c