Re: [Mesa-dev] [PATCH v3 10/11] vc4: use common screen ref counting

2016-07-20 Thread Eric Anholt
Rob Herring writes: > Use the common pipe_screen ref counting and fd hashing functions. The > mutex can be dropped as the pipe loader protects the create_screen() > calls. I think the mutex mention in the commit message is copy-and-paste from another commit, since there's no

[Mesa-dev] [PATCH v3 10/11] vc4: use common screen ref counting

2016-07-20 Thread Rob Herring
Use the common pipe_screen ref counting and fd hashing functions. The mutex can be dropped as the pipe loader protects the create_screen() calls. Cc: Eric Anholt Signed-off-by: Rob Herring --- src/gallium/winsys/vc4/drm/vc4_drm_winsys.c | 9 - 1 file