Re: [PATCH v2 5/5] drm/i915: use i915_gem_open() directly instead of i915_driver_open()

From: Masahiro Yamada
Date: Thu Sep 15 2016 - 05:49:00 EST


2016-09-15 18:46 GMT+09:00 Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx>:
> On Wed, 14 Sep 2016, Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> wrote:
>> i915_driver_open() is equivalent to i915_gem_open(). Replace the
>> i915_driver_open with the direct use of i915_gem_open().
>
> Sorry I know I asked for this, but there was opposition to doing
> this. Please just do the return i915_gem_open(dev, file) version like
> you had originally.

Sure.

(I was also wondering if it is the right thing to do.)

I will send v3.





--
Best Regards
Masahiro Yamada