[Intel-gfx] [PATCH] tests/gem_flink_race, prime_self_import: fix object counts

2014-05-07 Thread Mika Kuoppala
We need to add one drm_open_any() before getting the object counts as first call to drm_open_any() allocates file descriptors for exit handlers and thus is not symmetrical Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77867 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77875

Re: [Intel-gfx] [PATCH] tests/gem_flink_race, prime_self_import: fix object counts

2014-05-07 Thread Daniel Vetter
On Wed, May 07, 2014 at 04:55:28PM +0300, Mika Kuoppala wrote: We need to add one drm_open_any() before getting the object counts as first call to drm_open_any() allocates file descriptors for exit handlers and thus is not symmetrical Bugzilla: