From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764517AbcIOJs5 (ORCPT ); Thu, 15 Sep 2016 05:48:57 -0400 Received: from conssluserg-06.nifty.com ([210.131.2.91]:23222 "EHLO conssluserg-06.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754281AbcIOJsz (ORCPT ); Thu, 15 Sep 2016 05:48:55 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com u8F9mbjp015820 X-Nifty-SrcIP: [209.85.213.174] MIME-Version: 1.0 In-Reply-To: <87twdhpkba.fsf@intel.com> References: <1473863952-7658-1-git-send-email-yamada.masahiro@socionext.com> <1473863952-7658-6-git-send-email-yamada.masahiro@socionext.com> <87twdhpkba.fsf@intel.com> From: Masahiro Yamada Date: Thu, 15 Sep 2016 18:48:36 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 5/5] drm/i915: use i915_gem_open() directly instead of i915_driver_open() To: Jani Nikula Cc: David Airlie , dri-devel@lists.freedesktop.org, "Christian K?nig" , Alexander Deucher , Daniel Vetter , intel-gfx@lists.freedesktop.org, Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-09-15 18:46 GMT+09:00 Jani Nikula : > On Wed, 14 Sep 2016, Masahiro Yamada 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