Re: [Mesa-dev] [PATCH 2/2] egl: Don't add hardware device if there is no render node.

2019-06-10 Thread Mathias Fröhlich
On Monday, 10 June 2019 12:11:40 CEST Mathias Fröhlich wrote: > Hi Emil, > > On Friday, 7 June 2019 15:43:48 CEST Emil Velikov wrote: > > On Thu, 6 Jun 2019 at 12:10, wrote: > > > > > > From: Mathias Fröhlich > > > > > > Do not offer a hardware drm backed egl device if no render node > > > is av

Re: [Mesa-dev] [PATCH 2/2] egl: Don't add hardware device if there is no render node.

2019-06-10 Thread Mathias Fröhlich
Hi Emil, On Friday, 7 June 2019 15:43:48 CEST Emil Velikov wrote: > On Thu, 6 Jun 2019 at 12:10, wrote: > > > > From: Mathias Fröhlich > > > > Do not offer a hardware drm backed egl device if no render node > > is available. > As far as I can see current implementation does _not_ add the DRM > d

Re: [Mesa-dev] [PATCH 2/2] egl: Don't add hardware device if there is no render node.

2019-06-07 Thread Emil Velikov
On Thu, 6 Jun 2019 at 12:10, wrote: > > From: Mathias Fröhlich > > Do not offer a hardware drm backed egl device if no render node > is available. As far as I can see current implementation does _not_ add the DRM device if its missing render node (and a primary one). Looking at the change below,

[Mesa-dev] [PATCH 2/2] egl: Don't add hardware device if there is no render node.

2019-06-06 Thread Mathias . Froehlich
From: Mathias Fröhlich Do not offer a hardware drm backed egl device if no render node is available. The current implementation will fail on this egl device. On top it issues a warning that is actually missleading. There are finally more error paths that can fail on the way to a hardware backed e