[Mesa-dev] [PATCH v4 09/11] vmwgfx: use common screen ref counting
Emil Velikov
emil.l.velikov at gmail.com
Tue Jul 26 09:59:14 UTC 2016
On 22 July 2016 at 17:22, Rob Herring <robh at kernel.org> wrote:
> @@ -100,11 +72,8 @@ vmw_winsys_create( int fd )
> if (!vmw_winsys_screen_init_svga(vws))
> goto out_no_svga;
>
> - if (util_hash_table_set(dev_hash, &vws->device, vws) != PIPE_OK)
> - goto out_no_hash_insert;
> -
Any reason why you didn't call pipe_screen_reference_init() here but
you've moved in the driver ?
-Emil
More information about the mesa-dev
mailing list