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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 72F09C2BA19 for ; Wed, 15 Apr 2020 12:21:03 +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 4452021707 for ; Wed, 15 Apr 2020 12:21:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="hdLQvp4x" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4452021707 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B5BE76E9C8; Wed, 15 Apr 2020 12:21:02 +0000 (UTC) Received: from mail-lj1-x244.google.com (mail-lj1-x244.google.com [IPv6:2a00:1450:4864:20::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id EFAF26E9CA for ; Wed, 15 Apr 2020 12:21:01 +0000 (UTC) Received: by mail-lj1-x244.google.com with SMTP id q22so3467724ljg.0 for ; Wed, 15 Apr 2020 05:21:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Gf4JKz8G7G+RjuxPUQbROZcRoIiDOaO3pVHjI8FiM28=; b=hdLQvp4xXexsPNf8SvM98AkXj+2vHccxZyduR99WtsZamr+si18rNTK/Lf08fP+RL4 y7QmlU3K400hh/QpZ6fVLZbWDMkdSx7XcSfG5bdLfscCO7BsIzBujwkpSQqNRozf6h4e QOPGCqfoQ+8+Mm/FC1NhDlcuC7anHuEpSq11X0AqZuHZfpLp+cg24+Tkse4WBQTHK11p x/LHmWpflAe/ifl9zN0scbTsOp8ZFKitcUiYS7my9wvG1Wjg37nGSIQPSPZbNLIr2HxI AjleSi+HdwisiD7zmDqT3w9d06fcaxLffhiPdm/ZNKx/KvFneH8MCyP5EbLj5GpKYqmR HuRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Gf4JKz8G7G+RjuxPUQbROZcRoIiDOaO3pVHjI8FiM28=; b=EPbOKDwyI7w502cKYg8a1e0EBu/JpR/22KGRiq4bkX2xWL6BW5Md9J/xX+TlF68dUg T6naZERjWy+ag41fuHbAm/jIPm84rMq/gkZAHnIUH9aFR4HSQPai6qMh0DfqZ7fyeIJx TL0COWQyNLLyjiG5Xqcpm1r93MvQer3bYWYxAfAevq3g0fOSz1JibPvw0egJLRWPtvU6 IqR5wo03QkFNOkchvdTblDlkLnJxGOxOsvtL+OB+jP+g0QsT08jswxXzj59gDqTTbGLZ v1RwewPrCD+K1EMAmUZQUeZ2YoA9LZpx7l08b3TNpBQxmIu1mdwGTfARv6MSKsQeAIbS JAQQ== X-Gm-Message-State: AGi0PuYWldf5AbrJMJ1lu1M0XyfoIjyDLRtpbc6XWOOuAVIoAAFZ68PT 5Ts5p8My04R/PcL6R+e3pis6BLFI0Fusix2etp8CsXGY X-Google-Smtp-Source: APiQypJeRj5KclZmKitqCFQrAgzzgpXQhsRU3AvPywLr8Cq6njjwRUuW8ZRT4PD5wXqIbWQ4Ow664bYE/dk3AZnH2y8= X-Received: by 2002:a2e:9605:: with SMTP id v5mr3018795ljh.258.1586953260384; Wed, 15 Apr 2020 05:21:00 -0700 (PDT) MIME-Version: 1.0 References: <20200415074034.175360-1-daniel.vetter@ffwll.ch> <20200415074034.175360-29-daniel.vetter@ffwll.ch> In-Reply-To: <20200415074034.175360-29-daniel.vetter@ffwll.ch> From: Linus Walleij Date: Wed, 15 Apr 2020 14:20:49 +0200 Message-ID: Subject: Re: [PATCH 28/59] drm/mcde: Use devm_drm_dev_alloc To: Daniel Vetter X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Intel Graphics Development , Sam Ravnborg , DRI Development Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Apr 15, 2020 at 9:41 AM Daniel Vetter wrote: > Already using devm_drm_dev_init, so very simple replacment. > > v2: Move misplaced double-assignement to next patch (Sam) > > Acked-by: Sam Ravnborg > Signed-off-by: Daniel Vetter > Cc: Linus Walleij Reviewed-by: Linus Walleij Yours, Linus Walleij _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 DA567C3815B for ; Wed, 15 Apr 2020 12:21:04 +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 B1F27218AC for ; Wed, 15 Apr 2020 12:21:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="hdLQvp4x" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B1F27218AC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org 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 DC2036E9BD; Wed, 15 Apr 2020 12:21:03 +0000 (UTC) Received: from mail-lj1-x244.google.com (mail-lj1-x244.google.com [IPv6:2a00:1450:4864:20::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id E92956E9C8 for ; Wed, 15 Apr 2020 12:21:01 +0000 (UTC) Received: by mail-lj1-x244.google.com with SMTP id u6so1820052ljl.6 for ; Wed, 15 Apr 2020 05:21:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Gf4JKz8G7G+RjuxPUQbROZcRoIiDOaO3pVHjI8FiM28=; b=hdLQvp4xXexsPNf8SvM98AkXj+2vHccxZyduR99WtsZamr+si18rNTK/Lf08fP+RL4 y7QmlU3K400hh/QpZ6fVLZbWDMkdSx7XcSfG5bdLfscCO7BsIzBujwkpSQqNRozf6h4e QOPGCqfoQ+8+Mm/FC1NhDlcuC7anHuEpSq11X0AqZuHZfpLp+cg24+Tkse4WBQTHK11p x/LHmWpflAe/ifl9zN0scbTsOp8ZFKitcUiYS7my9wvG1Wjg37nGSIQPSPZbNLIr2HxI AjleSi+HdwisiD7zmDqT3w9d06fcaxLffhiPdm/ZNKx/KvFneH8MCyP5EbLj5GpKYqmR HuRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Gf4JKz8G7G+RjuxPUQbROZcRoIiDOaO3pVHjI8FiM28=; b=STGLM5PANbgVpL6VE785qqoXbwHDxwNfh6e9TLeI36rth8uhg4lgfZogzpX5nJmRt9 ysRw8jeYEZ3DORxO/EJNKH1IhgZqrc6MGNAfOmhu06op2HAfH3rgoR4fTlQCMqrW/8bi 0TM/PHPTp4ORUxJERWAgsQ9JFGryocC2MTbX3E4yaIbvu0M3IOV/CeD7lbxUU8d2XjE2 Q6hf73Qc+E5xGb5FLlSdIh2V2l1SB8udfKBpSVgvAUzy4nr3sK5B2+mSmWuk4BKNb4kB swOWyuKH4s+jqvHAfeRpxeZMgKncHaHLIk+1xBoW/L1aoE58cZk5nhFac4DxeSFSvxA3 4iew== X-Gm-Message-State: AGi0PuYMWKt+28gxZ0GpkGuZzHCGYkDPgQ6Fl13s6yS0se6G/P+oor2w 8sh++c4eHzbUgAsOQTjakNmXh5YShuKtK5ngxe9y5Q== X-Google-Smtp-Source: APiQypJeRj5KclZmKitqCFQrAgzzgpXQhsRU3AvPywLr8Cq6njjwRUuW8ZRT4PD5wXqIbWQ4Ow664bYE/dk3AZnH2y8= X-Received: by 2002:a2e:9605:: with SMTP id v5mr3018795ljh.258.1586953260384; Wed, 15 Apr 2020 05:21:00 -0700 (PDT) MIME-Version: 1.0 References: <20200415074034.175360-1-daniel.vetter@ffwll.ch> <20200415074034.175360-29-daniel.vetter@ffwll.ch> In-Reply-To: <20200415074034.175360-29-daniel.vetter@ffwll.ch> From: Linus Walleij Date: Wed, 15 Apr 2020 14:20:49 +0200 Message-ID: To: Daniel Vetter Subject: Re: [Intel-gfx] [PATCH 28/59] drm/mcde: Use devm_drm_dev_alloc 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: Daniel Vetter , Intel Graphics Development , Sam Ravnborg , DRI Development Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Apr 15, 2020 at 9:41 AM Daniel Vetter wrote: > Already using devm_drm_dev_init, so very simple replacment. > > v2: Move misplaced double-assignement to next patch (Sam) > > Acked-by: Sam Ravnborg > Signed-off-by: Daniel Vetter > Cc: Linus Walleij Reviewed-by: Linus Walleij Yours, Linus Walleij _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx