Re: [Mesa-dev] [PATCH 21/40] pipe-loader: wire up the 'static' drm pipe-loader

2015-10-22 Thread Nicolai Hähnle
On 22.10.2015 17:32, Emil Velikov wrote: On 22 October 2015 at 15:07, Nicolai Hähnle wrote: On 18.10.2015 00:57, Emil Velikov wrote: Add a list of driver descriptors and select one from the list, during probe time. As we'll need to have all the driver pipe_foo_screen_create() functions provi

Re: [Mesa-dev] [PATCH 21/40] pipe-loader: wire up the 'static' drm pipe-loader

2015-10-22 Thread Emil Velikov
On 22 October 2015 at 16:32, Emil Velikov wrote: > On 22 October 2015 at 15:07, Nicolai Hähnle wrote: >> On 18.10.2015 00:57, Emil Velikov wrote: >>> >>> Add a list of driver descriptors and select one from the list, during >>> probe time. >>> >>> As we'll need to have all the driver pipe_foo_scr

Re: [Mesa-dev] [PATCH 21/40] pipe-loader: wire up the 'static' drm pipe-loader

2015-10-22 Thread Emil Velikov
On 22 October 2015 at 15:07, Nicolai Hähnle wrote: > On 18.10.2015 00:57, Emil Velikov wrote: >> >> Add a list of driver descriptors and select one from the list, during >> probe time. >> >> As we'll need to have all the driver pipe_foo_screen_create() functions >> provided externally (i.e. from a

Re: [Mesa-dev] [PATCH 21/40] pipe-loader: wire up the 'static' drm pipe-loader

2015-10-22 Thread Nicolai Hähnle
On 18.10.2015 00:57, Emil Velikov wrote: Add a list of driver descriptors and select one from the list, during probe time. As we'll need to have all the driver pipe_foo_screen_create() functions provided externally (i.e. from another static lib) we need a separate (non-inline) drm_helper, which