Re: [Mesa-dev] [PATCH 10/10] egl/android: Add fallback to kms_swrast driver

2016-07-20 Thread Tomasz Figa
On Wed, Jul 20, 2016 at 10:34 PM, Rob Herring wrote: > On Wed, Jul 20, 2016 at 12:53 AM, Tomasz Figa wrote: >> On Wed, Jul 20, 2016 at 7:40 AM, Rob Herring wrote: >>> On Fri, Jul 15, 2016 at 2:53 AM, Tomasz Figa wrote: If no hardware driver is present, it is possible to fall back to t

Re: [Mesa-dev] [PATCH 10/10] egl/android: Add fallback to kms_swrast driver

2016-07-20 Thread Rob Herring
On Wed, Jul 20, 2016 at 12:53 AM, Tomasz Figa wrote: > On Wed, Jul 20, 2016 at 7:40 AM, Rob Herring wrote: >> On Fri, Jul 15, 2016 at 2:53 AM, Tomasz Figa wrote: >>> If no hardware driver is present, it is possible to fall back to >>> the kms_swrast driver with any DRI node that supports dumb GE

Re: [Mesa-dev] [PATCH 10/10] egl/android: Add fallback to kms_swrast driver

2016-07-19 Thread Tomasz Figa
On Wed, Jul 20, 2016 at 7:40 AM, Rob Herring wrote: > On Fri, Jul 15, 2016 at 2:53 AM, Tomasz Figa wrote: >> If no hardware driver is present, it is possible to fall back to >> the kms_swrast driver with any DRI node that supports dumb GEM create >> and mmap IOCTLs with softpipe/llvmpipe drivers.

Re: [Mesa-dev] [PATCH 10/10] egl/android: Add fallback to kms_swrast driver

2016-07-19 Thread Rob Herring
On Fri, Jul 15, 2016 at 2:53 AM, Tomasz Figa wrote: > If no hardware driver is present, it is possible to fall back to > the kms_swrast driver with any DRI node that supports dumb GEM create > and mmap IOCTLs with softpipe/llvmpipe drivers. This patch makes the > Android EGL platform code retry pr

Re: [Mesa-dev] [PATCH 10/10] egl/android: Add fallback to kms_swrast driver

2016-07-15 Thread Eric Anholt
Tomasz Figa writes: > If no hardware driver is present, it is possible to fall back to > the kms_swrast driver with any DRI node that supports dumb GEM create > and mmap IOCTLs with softpipe/llvmpipe drivers. This patch makes the > Android EGL platform code retry probe with kms_swrast if hardware

[Mesa-dev] [PATCH 10/10] egl/android: Add fallback to kms_swrast driver

2016-07-15 Thread Tomasz Figa
If no hardware driver is present, it is possible to fall back to the kms_swrast driver with any DRI node that supports dumb GEM create and mmap IOCTLs with softpipe/llvmpipe drivers. This patch makes the Android EGL platform code retry probe with kms_swrast if hardware-only probe fails. Signed-off