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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C086C433F5 for ; Thu, 30 Sep 2021 17:23:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EBE53619E2 for ; Thu, 30 Sep 2021 17:23:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352580AbhI3RYt (ORCPT ); Thu, 30 Sep 2021 13:24:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352565AbhI3RYq (ORCPT ); Thu, 30 Sep 2021 13:24:46 -0400 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EF1DC06176A for ; Thu, 30 Sep 2021 10:23:02 -0700 (PDT) Received: by mail-lf1-x12f.google.com with SMTP id e15so28421928lfr.10 for ; Thu, 30 Sep 2021 10:23:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=H8Db515P2u3wr8eXpxbK+mdL07rAEGHZYTKLOrQ0Ezw=; b=BLudoU1R5T/CW89tzCG/kuhg5sdEQS1uJDH9zxbhJO16UL5oDpz87cOexihq6kA0GQ sfvfHJEXVSEKxpc4dG6OIUZ+biW+n9i/NjdbEc4QgrozJY5506juVmjJfXLkX6ZD6fh9 D3o7GNWJEvwNHDxhF694ejAjzK1CpMMUJxxDWz7MxszI5XZPKG7F9YhYU/jzaA3hIcvJ AFbLyOIkHHZfNuL+z1mlniTqeo5VhnJfGAye/bZlcP43dq8u0O+K5qj+QHJA4e60VGIb f5CBFez0yMwbHYeNzDgpiSzFFPM4+N58pVNaALuRu1BkxWOq5xqnJlLdkOzUsfCw+ryt ODgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=H8Db515P2u3wr8eXpxbK+mdL07rAEGHZYTKLOrQ0Ezw=; b=yrbLrzbD5pLB6hvINqGAhqNTQ6RYfrv67T1jzxbY70Hw8n1pj+uBbxZjCssvTcETZJ HDx0UHPoSwFVQhNqYjFhgMHRY8ViAduInRwUF3cD6YILKN5VO8H4uK85ZOYtTp8pSRsS ogHelnxqF/ogoqCVyx8oSumfbFjDaP+R7qtwPGm/CzPB3MqaUZGzhgLy57H9C76/jN0x N230WMeroCGmACJ8vxUZsxG0Hp+igyODDY8CDvib0m/xwxQNY0+nfUghdjOnTAB1Tb02 TNf0zGf7Ax8n3aK7VQLl7k0ZtbEMaATNiaMlOGGoGKw9znosVVwEiwC/IX0Xh3wSWbGV tufw== X-Gm-Message-State: AOAM531lUZ5U7ovGvZwq4ugNejTpyphB1LAwv7e9JZVlG92ty5bHh/aq lM0c39FA2Fg2M8gXUUiYVzjojmm1YdDE9nB3grXw1w== X-Google-Smtp-Source: ABdhPJyvjrJEB0rRbVB9O+YguaIBi4LthEutwQhoaWse0IUnkg0n/FYjG3RqA3+pw+y/Sq3ipUz9tZwJgyVXblJ7cmQ= X-Received: by 2002:a05:6512:110a:: with SMTP id l10mr393783lfg.550.1633022580476; Thu, 30 Sep 2021 10:23:00 -0700 (PDT) MIME-Version: 1.0 References: <20210930162302.2344542-1-nathan@kernel.org> In-Reply-To: From: Nick Desaulniers Date: Thu, 30 Sep 2021 10:22:49 -0700 Message-ID: Subject: Re: [PATCH] drm/amd: Return NULL instead of false in dcn201_acquire_idle_pipe_for_layer() To: Alex Deucher , "Deucher, Alexander" , "Koenig, Christian" , "Pan, Xinhui" Cc: Nathan Chancellor , Harry Wentland , Leo Li , amd-gfx list , Maling list - DRI developers , LKML , llvm@lists.linux.dev Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 30, 2021 at 10:10 AM Alex Deucher wrote: > > Applied. Thanks! > > Alex > > On Thu, Sep 30, 2021 at 12:23 PM Nathan Chancellor wrote: > > > > Clang warns: Any chance AMDGPU folks can look into adding clang to the CI roster? -- Thanks, ~Nick Desaulniers 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3708C433FE for ; Thu, 30 Sep 2021 17:23:05 +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 68704619E2 for ; Thu, 30 Sep 2021 17:23:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 68704619E2 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4F4386EC2F; Thu, 30 Sep 2021 17:23:04 +0000 (UTC) Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by gabe.freedesktop.org (Postfix) with ESMTPS id 895F56EC2F for ; Thu, 30 Sep 2021 17:23:03 +0000 (UTC) Received: by mail-lf1-x130.google.com with SMTP id i25so28320330lfg.6 for ; Thu, 30 Sep 2021 10:23:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=H8Db515P2u3wr8eXpxbK+mdL07rAEGHZYTKLOrQ0Ezw=; b=BLudoU1R5T/CW89tzCG/kuhg5sdEQS1uJDH9zxbhJO16UL5oDpz87cOexihq6kA0GQ sfvfHJEXVSEKxpc4dG6OIUZ+biW+n9i/NjdbEc4QgrozJY5506juVmjJfXLkX6ZD6fh9 D3o7GNWJEvwNHDxhF694ejAjzK1CpMMUJxxDWz7MxszI5XZPKG7F9YhYU/jzaA3hIcvJ AFbLyOIkHHZfNuL+z1mlniTqeo5VhnJfGAye/bZlcP43dq8u0O+K5qj+QHJA4e60VGIb f5CBFez0yMwbHYeNzDgpiSzFFPM4+N58pVNaALuRu1BkxWOq5xqnJlLdkOzUsfCw+ryt ODgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=H8Db515P2u3wr8eXpxbK+mdL07rAEGHZYTKLOrQ0Ezw=; b=1N9lBLkBu07Ic6UmQwoRv8UH/lFOY25sL8ltbc4GD2rOCo1yplB20cdqo1Gk8EhKEP cWKaSIisJJFPZh8e2Jonldm1YQAjq5NTeRiEmcGtGskoS+T4/1T/hRyZXvKPA26gTvkZ FRNQseXFMCqeYCqeesawS715kt3ya/okLRWAMLun9EsRT1KzMWXh6E1QHf9ZDU67d9XQ RCjCnknEepXWlx4dl43TxMK0YRcq3T9IOfwNZPVBFCkzUSIjM7gwr1gLRZvr7YvFb+OS UXOaXxAmS1KxitPdmGmmQy+cfE1VTtPuKdrDF11U22rMfp73LafE3no8VgKTafkLF+VY SHLQ== X-Gm-Message-State: AOAM5316weJuVXUDf28v18Nw0xCu+qrpjcG338n2grNlhPm8ZI3fUrsm PkwrQsukSg68pAaVkohvun1Kak32jpELjxmqYFEEoQ== X-Google-Smtp-Source: ABdhPJyvjrJEB0rRbVB9O+YguaIBi4LthEutwQhoaWse0IUnkg0n/FYjG3RqA3+pw+y/Sq3ipUz9tZwJgyVXblJ7cmQ= X-Received: by 2002:a05:6512:110a:: with SMTP id l10mr393783lfg.550.1633022580476; Thu, 30 Sep 2021 10:23:00 -0700 (PDT) MIME-Version: 1.0 References: <20210930162302.2344542-1-nathan@kernel.org> In-Reply-To: From: Nick Desaulniers Date: Thu, 30 Sep 2021 10:22:49 -0700 Message-ID: Subject: Re: [PATCH] drm/amd: Return NULL instead of false in dcn201_acquire_idle_pipe_for_layer() To: Alex Deucher , "Deucher, Alexander" , "Koenig, Christian" , "Pan, Xinhui" Cc: Nathan Chancellor , Harry Wentland , Leo Li , amd-gfx list , Maling list - DRI developers , LKML , llvm@lists.linux.dev Content-Type: text/plain; charset="UTF-8" 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Sep 30, 2021 at 10:10 AM Alex Deucher wrote: > > Applied. Thanks! > > Alex > > On Thu, Sep 30, 2021 at 12:23 PM Nathan Chancellor wrote: > > > > Clang warns: Any chance AMDGPU folks can look into adding clang to the CI roster? -- Thanks, ~Nick Desaulniers From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0C39C72 for ; Thu, 30 Sep 2021 17:23:03 +0000 (UTC) Received: by mail-lf1-f46.google.com with SMTP id b20so28665718lfv.3 for ; Thu, 30 Sep 2021 10:23:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=H8Db515P2u3wr8eXpxbK+mdL07rAEGHZYTKLOrQ0Ezw=; b=BLudoU1R5T/CW89tzCG/kuhg5sdEQS1uJDH9zxbhJO16UL5oDpz87cOexihq6kA0GQ sfvfHJEXVSEKxpc4dG6OIUZ+biW+n9i/NjdbEc4QgrozJY5506juVmjJfXLkX6ZD6fh9 D3o7GNWJEvwNHDxhF694ejAjzK1CpMMUJxxDWz7MxszI5XZPKG7F9YhYU/jzaA3hIcvJ AFbLyOIkHHZfNuL+z1mlniTqeo5VhnJfGAye/bZlcP43dq8u0O+K5qj+QHJA4e60VGIb f5CBFez0yMwbHYeNzDgpiSzFFPM4+N58pVNaALuRu1BkxWOq5xqnJlLdkOzUsfCw+ryt ODgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=H8Db515P2u3wr8eXpxbK+mdL07rAEGHZYTKLOrQ0Ezw=; b=Dr4Jcl0CINirZB+BG5w7dfph3kEK1Si7tAcCtVHVUDTMP6prNyk/vz1e/tC2V45VHu 7VrW151MJfb+9TkVURsWSToTEi49Zqk3KqS+v1MCdbfrKbRvhFMIqO/bGviCMX2Bxer0 eaiBkX7ZUeiV0wkA3SoaqefbprdMEjtRIkHGzW7MY1m6VGxw+bY14y4rYJnhCOKHFVSQ 7BcR9KE/8qp/X6USHNiop7KexLEtazqaA/B8I2+Z6SGX1qDJfaCDQx+6CwhBHT5rwHsc mrnYNrAuLPbOMexC95MeIYTz3Cw38qX3U7sEkCxb1t5iMmfonqh9vvlbTGWHGpTrwHP0 CnBA== X-Gm-Message-State: AOAM531fEWhncD7wYlvm0PQBp2vcQmMiLy/8IhfB71ExKQJBawPR2Wh4 ALjzXIoGRHpMVoDXiyjxFhNxk0owrQYSQfE9BowTsg== X-Google-Smtp-Source: ABdhPJyvjrJEB0rRbVB9O+YguaIBi4LthEutwQhoaWse0IUnkg0n/FYjG3RqA3+pw+y/Sq3ipUz9tZwJgyVXblJ7cmQ= X-Received: by 2002:a05:6512:110a:: with SMTP id l10mr393783lfg.550.1633022580476; Thu, 30 Sep 2021 10:23:00 -0700 (PDT) Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20210930162302.2344542-1-nathan@kernel.org> In-Reply-To: From: Nick Desaulniers Date: Thu, 30 Sep 2021 10:22:49 -0700 Message-ID: Subject: Re: [PATCH] drm/amd: Return NULL instead of false in dcn201_acquire_idle_pipe_for_layer() To: Alex Deucher , "Deucher, Alexander" , "Koenig, Christian" , "Pan, Xinhui" Cc: Nathan Chancellor , Harry Wentland , Leo Li , amd-gfx list , Maling list - DRI developers , LKML , llvm@lists.linux.dev Content-Type: text/plain; charset="UTF-8" On Thu, Sep 30, 2021 at 10:10 AM Alex Deucher wrote: > > Applied. Thanks! > > Alex > > On Thu, Sep 30, 2021 at 12:23 PM Nathan Chancellor wrote: > > > > Clang warns: Any chance AMDGPU folks can look into adding clang to the CI roster? -- Thanks, ~Nick Desaulniers