Re: [Mesa-dev] [PATCH 33/53] i965/drm: Drop code to search for an existing bufmgr.

2017-04-05 Thread Chris Wilson
On Tue, Apr 04, 2017 at 05:10:23PM -0700, Kenneth Graunke wrote: > This functionality was added by libdrm commit > 743af59669386cb6e063fa4bd85f0a0b2da86295 (intel: make bufmgr_gem > shareable from different API) in an attempt to solve libva/mesa buffer > sharing problems. Specifically, this was wo

[Mesa-dev] [PATCH 33/53] i965/drm: Drop code to search for an existing bufmgr.

2017-04-04 Thread Kenneth Graunke
This functionality was added by libdrm commit 743af59669386cb6e063fa4bd85f0a0b2da86295 (intel: make bufmgr_gem shareable from different API) in an attempt to solve libva/mesa buffer sharing problems. Specifically, this was working around an issue hit by Chromium, which used the same drm_fd for mul