From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4A9EC433DB for ; Fri, 22 Jan 2021 14:51:54 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 859E923A53 for ; Fri, 22 Jan 2021 14:51:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 859E923A53 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0B74E6E9F7; Fri, 22 Jan 2021 14:51:54 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 131E26E9F7; Fri, 22 Jan 2021 14:51:53 +0000 (UTC) IronPort-SDR: eF2RC2GT86rFgm39LQHbWmcSC6S4rlZkZL8xTrb/McxWKa3I01IAiDQvI8UzA1bkGPfjQ8amod C3a1TzfJw8Nw== X-IronPort-AV: E=McAfee;i="6000,8403,9871"; a="264273477" X-IronPort-AV: E=Sophos;i="5.79,366,1602572400"; d="scan'208";a="264273477" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2021 06:51:52 -0800 IronPort-SDR: rW4pe8qyPzL2SVDQzy71Hz/ziNDSL8rjW61ooRp+O+bxzejOkLgoA+id6/g0DeIiIzMZqtbSE+ jaUkwdRI9LXA== X-IronPort-AV: E=Sophos;i="5.79,366,1602572400"; d="scan'208";a="367456287" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2021 06:51:50 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1l2xnx-0091RL-5C; Fri, 22 Jan 2021 16:52:53 +0200 Date: Fri, 22 Jan 2021 16:52:53 +0200 From: Andy Shevchenko To: Patrik Jakobsson Message-ID: References: <20210122113855.25770-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Subject: Re: [Intel-gfx] [PATCH v1 1/2] drm/gma500: Convert to use new SCU IPC API X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , Intel Graphics Development , dri-devel , Linus Walleij Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, Jan 22, 2021 at 03:16:55PM +0100, Patrik Jakobsson wrote: > On Fri, Jan 22, 2021 at 12:39 PM Andy Shevchenko > wrote: > > > > Convert the GMA500 driver to use the new SCU IPC API. This allows us > > to get rid of the duplicate PMC IPC implementation which is now covered > > in SCU IPC driver. > > > > Signed-off-by: Andy Shevchenko > > Acked-by: Linus Walleij > > Both patches look good. Do you want me to take them through drm-misc? Otherwise: > Acked-by: Patrik Jakobsson I guess it's fine to go via drm-misc, but we might need an immutable branch/tag in the future (in case the rest cleanups that are dependent but have not sent yet will pending v5.12). -- With Best Regards, Andy Shevchenko _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx