Re: [Mesa-dev] [PATCH 1/2] egl/android: fix regression in drm_gralloc path

2018-08-15 Thread Mauro Rossi
Hi Emil, Il Mer 15 Ago 2018, 13:16 Emil Velikov ha scritto: > On 15 August 2018 at 09:13, Mauro Rossi wrote: > > Hi Robert, > > Il giorno mer 15 ago 2018 alle ore 09:37 Robert Foss > > ha scritto: > >> > >> Hey Mauro, > >> > >> Thanks for catching this. > >> > >> On 14/08/2018 22.27, Mauro Ros

Re: [Mesa-dev] [PATCH 1/2] egl/android: fix regression in drm_gralloc path

2018-08-15 Thread Emil Velikov
On 15 August 2018 at 09:13, Mauro Rossi wrote: > Hi Robert, > Il giorno mer 15 ago 2018 alle ore 09:37 Robert Foss > ha scritto: >> >> Hey Mauro, >> >> Thanks for catching this. >> >> On 14/08/2018 22.27, Mauro Rossi wrote: >> > This patch fixes a regression in mesa 18.2 and mesa-dev branches >>

Re: [Mesa-dev] [PATCH 1/2] egl/android: fix regression in drm_gralloc path

2018-08-15 Thread Mauro Rossi
Hi Robert, Il giorno mer 15 ago 2018 alle ore 09:37 Robert Foss < robert.f...@collabora.com> ha scritto: > Hey Mauro, > > Thanks for catching this. > > On 14/08/2018 22.27, Mauro Rossi wrote: > > This patch fixes a regression in mesa 18.2 and mesa-dev branches > > for HAVE_DRM_GRALLOC code path wh

Re: [Mesa-dev] [PATCH 1/2] egl/android: fix regression in drm_gralloc path

2018-08-15 Thread Robert Foss
Hey Mauro, Thanks for catching this. On 14/08/2018 22.27, Mauro Rossi wrote: This patch fixes a regression in mesa 18.2 and mesa-dev branches for HAVE_DRM_GRALLOC code path which is causing black screen on Android and prevents boot due to SIGSEGV MAPERR crash related to unproper handling of drm

Re: [Mesa-dev] [PATCH 1/2] egl/android: fix regression in drm_gralloc path

2018-08-14 Thread Mauro Rossi
Hi all, sorry for the typo in the subject the patch is only one, it should have been titled [PATCH] egl/android: fix regression in drm_gralloc path Please review and I am available to test if there are working alternatives to avoid the breakage of drm_gralloc users. Mauro Il giorno mar 14 ago 20

[Mesa-dev] [PATCH 1/2] egl/android: fix regression in drm_gralloc path

2018-08-14 Thread Mauro Rossi
This patch fixes a regression in mesa 18.2 and mesa-dev branches for HAVE_DRM_GRALLOC code path which is causing black screen on Android and prevents boot due to SIGSEGV MAPERR crash related to unproper handling of drm_gralloc drm FD in new droid_open_device() path. The problem due to c7bb82136b