Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-21 Thread Christian König
Am 21.06.2016 um 15:53 schrieb Rob Herring: On Mon, Jun 20, 2016 at 1:15 PM, Christian König wrote: Am 20.06.2016 um 17:39 schrieb Rob Herring: On Mon, Jun 20, 2016 at 9:27 AM, Christian König wrote: Am 20.06.2016 um 16:13 schrieb Rob Herring: On Mon, Jun 20, 2016 at 8:31 AM, Nicolai Hähnle

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-21 Thread Rob Herring
On Mon, Jun 20, 2016 at 1:15 PM, Christian König wrote: > Am 20.06.2016 um 17:39 schrieb Rob Herring: >> >> On Mon, Jun 20, 2016 at 9:27 AM, Christian König >> wrote: >>> >>> Am 20.06.2016 um 16:13 schrieb Rob Herring: On Mon, Jun 20, 2016 at 8:31 AM, Nicolai Hähnle wrote: > >

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-20 Thread Christian König
Am 20.06.2016 um 17:39 schrieb Rob Herring: On Mon, Jun 20, 2016 at 9:27 AM, Christian König wrote: Am 20.06.2016 um 16:13 schrieb Rob Herring: On Mon, Jun 20, 2016 at 8:31 AM, Nicolai Hähnle wrote: On 17.06.2016 21:05, Rob Herring wrote: On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov wrote

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-20 Thread Marek Olšák
On Fri, Jun 17, 2016 at 8:45 PM, Emil Velikov wrote: > On 17 June 2016 at 18:45, Rob Herring wrote: >> Now that the pipe-loader is reference counting the screen creation, it >> is unnecessary to do in it the winsys/driver. >> >> Signed-off-by: Rob Herring >> Cc: "Marek Olšák" >> Cc: Ilia Mirkin

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-20 Thread Rob Herring
On Mon, Jun 20, 2016 at 9:27 AM, Christian König wrote: > Am 20.06.2016 um 16:13 schrieb Rob Herring: >> >> On Mon, Jun 20, 2016 at 8:31 AM, Nicolai Hähnle >> wrote: >>> >>> On 17.06.2016 21:05, Rob Herring wrote: On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov wrote: > > On

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-20 Thread Christian König
Am 20.06.2016 um 16:13 schrieb Rob Herring: On Mon, Jun 20, 2016 at 8:31 AM, Nicolai Hähnle wrote: On 17.06.2016 21:05, Rob Herring wrote: On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov wrote: On 17 June 2016 at 18:45, Rob Herring wrote: Now that the pipe-loader is reference counting the sc

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-20 Thread Emil Velikov
On 17 June 2016 at 21:35, Rob Herring wrote: > On Fri, Jun 17, 2016 at 2:49 PM, Emil Velikov > wrote: >> On 17 June 2016 at 20:05, Rob Herring wrote: >>> On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov >>> wrote: On 17 June 2016 at 18:45, Rob Herring wrote: > Now that the pipe-loader

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-20 Thread Rob Herring
On Mon, Jun 20, 2016 at 8:31 AM, Nicolai Hähnle wrote: > On 17.06.2016 21:05, Rob Herring wrote: >> >> On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov >> wrote: >>> >>> On 17 June 2016 at 18:45, Rob Herring wrote: Now that the pipe-loader is reference counting the screen creation, it >>>

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-20 Thread Nicolai Hähnle
On 17.06.2016 21:05, Rob Herring wrote: On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov wrote: On 17 June 2016 at 18:45, Rob Herring wrote: Now that the pipe-loader is reference counting the screen creation, it is unnecessary to do in it the winsys/driver. [...] -static unsigned hash_dev(vo

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-17 Thread Rob Herring
On Fri, Jun 17, 2016 at 2:49 PM, Emil Velikov wrote: > On 17 June 2016 at 20:05, Rob Herring wrote: >> On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov >> wrote: >>> On 17 June 2016 at 18:45, Rob Herring wrote: Now that the pipe-loader is reference counting the screen creation, it is un

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-17 Thread Emil Velikov
On 17 June 2016 at 20:05, Rob Herring wrote: > On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov > wrote: >> On 17 June 2016 at 18:45, Rob Herring wrote: >>> Now that the pipe-loader is reference counting the screen creation, it >>> is unnecessary to do in it the winsys/driver. > > [...] > >>> -sta

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-17 Thread Rob Herring
On Fri, Jun 17, 2016 at 1:45 PM, Emil Velikov wrote: > On 17 June 2016 at 18:45, Rob Herring wrote: >> Now that the pipe-loader is reference counting the screen creation, it >> is unnecessary to do in it the winsys/driver. [...] >> -static unsigned hash_dev(void *key) >> -{ >> -#if defined(PIPE

Re: [Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-17 Thread Emil Velikov
On 17 June 2016 at 18:45, Rob Herring wrote: > Now that the pipe-loader is reference counting the screen creation, it > is unnecessary to do in it the winsys/driver. > > Signed-off-by: Rob Herring > Cc: "Marek Olšák" > Cc: Ilia Mirkin > --- > src/gallium/drivers/r300/r300_screen.c|

[Mesa-dev] [RFC 7/7] radeon: remove screen ref counting

2016-06-17 Thread Rob Herring
Now that the pipe-loader is reference counting the screen creation, it is unnecessary to do in it the winsys/driver. Signed-off-by: Rob Herring Cc: "Marek Olšák" Cc: Ilia Mirkin --- src/gallium/drivers/r300/r300_screen.c| 3 - src/gallium/drivers/r600/r600_pipe.c | 6