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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1920BC4332F for ; Wed, 13 Apr 2022 08:23:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233743AbiDMIZ4 (ORCPT ); Wed, 13 Apr 2022 04:25:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232618AbiDMIZz (ORCPT ); Wed, 13 Apr 2022 04:25:55 -0400 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B4C0340CE for ; Wed, 13 Apr 2022 01:23:35 -0700 (PDT) Received: by mail-ej1-x62d.google.com with SMTP id lc2so2331395ejb.12 for ; Wed, 13 Apr 2022 01:23:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=pDdCO2Z9sHAkcidfpKBTGhIx4GsRFl2YRA+5zMVZ7Po=; b=EQSfe/OGM1bDLSi6whKMEjNq4/6t5obsX6B3zW3tIoZLjKAB8+dPT5hT7TZitAkSiT fTwT0mW7viCTIF4OAb5wBT0PlPjORofhAKFSzh9V9G3tcQa7lEhUL13MOzBriYY+fqmc IVVRwfNl3wO2clI7usFeV426Mk2ctlMr3lIpc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=pDdCO2Z9sHAkcidfpKBTGhIx4GsRFl2YRA+5zMVZ7Po=; b=PFwDlX6qcFcPhAEOqZuYSzdoXtc1i+Cs2Ntu1kUl7t0imw5vUcYTs4yAuoz1cWsFk9 ZTXmwiuZ1D7Ub4B6LRQg9IdH49imqALUG2+DQC6uQI5pXcZezDNf+ay6PhZnMjI+a1UB tMITxRBs/Qg7ygPBrAjJgI/n9HJxoLkGNocEFXtlMmuepai3MaNxGVfk1tIETrA+8L3K 4pxYM1euEB/++kkiTB+qSkjdq8BV4WfuhbHbPa9raCvjwk3HwFL0kS3UO1gweoP3Dtk3 srPU2RsfqXr2/giIgTyE7agVijtU1XZoOV6H4Tr/lBWUvM7zJQ9qyuLKpiFnW0OTSWUv WLSg== X-Gm-Message-State: AOAM531zOCmcnqGcgWbbbUEuPyut0kfM64hrKPr6Rg2au+IxGmwID712 3rt/W/1T1MUxCgdGR2/TEQdnyw== X-Google-Smtp-Source: ABdhPJy6vkhPnQjZPHpvyKo4dmGeTKsNWOhUCSOfAThna7ZkD4GSLlcdAsCMZnlM5vvm+zfGBdc8Tw== X-Received: by 2002:a17:907:94cd:b0:6e0:b001:aeb6 with SMTP id dn13-20020a17090794cd00b006e0b001aeb6mr37652242ejc.283.1649838213381; Wed, 13 Apr 2022 01:23:33 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id k11-20020a50c8cb000000b0041d97e9fd46sm879363edh.83.2022.04.13.01.23.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Apr 2022 01:23:32 -0700 (PDT) Date: Wed, 13 Apr 2022 10:23:31 +0200 From: Daniel Vetter To: Stephen Rothwell Cc: Dave Airlie , Daniel Vetter , Intel Graphics , DRI , Christian =?iso-8859-1?Q?K=F6nig?= , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the drm-misc tree Message-ID: Mail-Followup-To: Stephen Rothwell , Dave Airlie , Intel Graphics , DRI , Christian =?iso-8859-1?Q?K=F6nig?= , Linux Kernel Mailing List , Linux Next Mailing List References: <20220406155030.0dacf051@canb.auug.org.au> <20220413100448.6f5f4de7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220413100448.6f5f4de7@canb.auug.org.au> X-Operating-System: Linux phenom 5.10.0-8-amd64 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 13, 2022 at 10:04:48AM +1000, Stephen Rothwell wrote: > Hi all, > > On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell wrote: > > > > After merging the drm-misc tree, today's linux-next build (htmldocs) > > produced this warning: > > > > include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member 'pos' not described in 'ttm_lru_bulk_move' > > > > Introduced by commit > > > > b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains") > > This warning is now produced by the drm tree. Christian, do you have a patch to fix this? -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A01F9C433FE for ; Wed, 13 Apr 2022 08:23:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A7A5010FBEA; Wed, 13 Apr 2022 08:23:36 +0000 (UTC) Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by gabe.freedesktop.org (Postfix) with ESMTPS id C474110FBEA for ; Wed, 13 Apr 2022 08:23:34 +0000 (UTC) Received: by mail-ej1-x629.google.com with SMTP id i27so2355453ejd.9 for ; Wed, 13 Apr 2022 01:23:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=pDdCO2Z9sHAkcidfpKBTGhIx4GsRFl2YRA+5zMVZ7Po=; b=EQSfe/OGM1bDLSi6whKMEjNq4/6t5obsX6B3zW3tIoZLjKAB8+dPT5hT7TZitAkSiT fTwT0mW7viCTIF4OAb5wBT0PlPjORofhAKFSzh9V9G3tcQa7lEhUL13MOzBriYY+fqmc IVVRwfNl3wO2clI7usFeV426Mk2ctlMr3lIpc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=pDdCO2Z9sHAkcidfpKBTGhIx4GsRFl2YRA+5zMVZ7Po=; b=0ra2C9u9HroMHLJZIn1bHEsfbHSaJZXN0ib1xByAq5lB0uAOdmMk5pfsVjHUsOMtjN 5J4+fVrBjUBWwZCZQ1940F2//URvqWmXTFZR9lCVFo07nWLkkungnUOnNVCNy/cp1Ox4 bhD2UE+RAh4qdJp4CQ201aVNGa2YZEl04vygbJb4CFDFd6vi2lweh9FPa7EJjvZrNt7o 0N/j3n8pWmP+yhJCPDkyxvsAaH+jF9bP/TRIJe22Jpl7FRJ3imifZh2x8zojo/G6ZFp0 NHyXSCzJJSMCJvdIuywiv1VBckGIWOxjyy1ehfwlYk2KeAMnLDzzjDcVu+cw0DHgY1hY 9yLA== X-Gm-Message-State: AOAM532DqJAJ5LD2EjSkEuXiK+i8R9ts86CPk9bY6Ce8vzOfNXxSUang WJpmDYYXzQybjvipbBKbvRSyQA== X-Google-Smtp-Source: ABdhPJy6vkhPnQjZPHpvyKo4dmGeTKsNWOhUCSOfAThna7ZkD4GSLlcdAsCMZnlM5vvm+zfGBdc8Tw== X-Received: by 2002:a17:907:94cd:b0:6e0:b001:aeb6 with SMTP id dn13-20020a17090794cd00b006e0b001aeb6mr37652242ejc.283.1649838213381; Wed, 13 Apr 2022 01:23:33 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id k11-20020a50c8cb000000b0041d97e9fd46sm879363edh.83.2022.04.13.01.23.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Apr 2022 01:23:32 -0700 (PDT) Date: Wed, 13 Apr 2022 10:23:31 +0200 From: Daniel Vetter To: Stephen Rothwell Subject: Re: linux-next: build warning after merge of the drm-misc tree Message-ID: Mail-Followup-To: Stephen Rothwell , Dave Airlie , Intel Graphics , DRI , Christian =?iso-8859-1?Q?K=F6nig?= , Linux Kernel Mailing List , Linux Next Mailing List References: <20220406155030.0dacf051@canb.auug.org.au> <20220413100448.6f5f4de7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220413100448.6f5f4de7@canb.auug.org.au> X-Operating-System: Linux phenom 5.10.0-8-amd64 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: Dave Airlie , Daniel Vetter , Intel Graphics , Linux Kernel Mailing List , DRI , Linux Next Mailing List , Christian =?iso-8859-1?Q?K=F6nig?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Apr 13, 2022 at 10:04:48AM +1000, Stephen Rothwell wrote: > Hi all, > > On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell wrote: > > > > After merging the drm-misc tree, today's linux-next build (htmldocs) > > produced this warning: > > > > include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member 'pos' not described in 'ttm_lru_bulk_move' > > > > Introduced by commit > > > > b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains") > > This warning is now produced by the drm tree. Christian, do you have a patch to fix this? -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 708BAC433F5 for ; Wed, 13 Apr 2022 08:23:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ED94810FBBA; Wed, 13 Apr 2022 08:23:35 +0000 (UTC) Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by gabe.freedesktop.org (Postfix) with ESMTPS id C3F4810FBBA for ; Wed, 13 Apr 2022 08:23:34 +0000 (UTC) Received: by mail-ej1-x635.google.com with SMTP id g18so2343296ejc.10 for ; Wed, 13 Apr 2022 01:23:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=pDdCO2Z9sHAkcidfpKBTGhIx4GsRFl2YRA+5zMVZ7Po=; b=EQSfe/OGM1bDLSi6whKMEjNq4/6t5obsX6B3zW3tIoZLjKAB8+dPT5hT7TZitAkSiT fTwT0mW7viCTIF4OAb5wBT0PlPjORofhAKFSzh9V9G3tcQa7lEhUL13MOzBriYY+fqmc IVVRwfNl3wO2clI7usFeV426Mk2ctlMr3lIpc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=pDdCO2Z9sHAkcidfpKBTGhIx4GsRFl2YRA+5zMVZ7Po=; b=Jza5EC9pcoO1uhYAtTbaRFP6y7Xyu16OBPp9+KOIVIhbiDc8h4NPANHk33/m8K66nj GpDGmFdBH/ZENoXL2uM8Ty00bK4+GnuvFUbXxkBLfUzTPi+l+Bg0lwYjcPyiKKLkRn7y q2CP8Wjf0Q576YD4Mr2xcYm00N4dIMmI5Kss/BOqBSKVD9shuQrhlJrpaH/wXqdznt7B t72G2yUkvyRKdLGJ8oCA3pjYKm1u9OfskiQok3BK7LQuq1IVfBV5jho0//fSWzz1apM9 sB+/+ihQIspAWlCrKU0fvUjhPfoT3b/xob+lGMrAfdgMh1q46Voc20jfhLUO9gOThKcL 7BCw== X-Gm-Message-State: AOAM531+z+15p1iuzM3++2nactO3SUVo6kBFnv0PPoKSgVVIdPfjONeI oGodME802tnNO6FImKVlrIISIQ== X-Google-Smtp-Source: ABdhPJy6vkhPnQjZPHpvyKo4dmGeTKsNWOhUCSOfAThna7ZkD4GSLlcdAsCMZnlM5vvm+zfGBdc8Tw== X-Received: by 2002:a17:907:94cd:b0:6e0:b001:aeb6 with SMTP id dn13-20020a17090794cd00b006e0b001aeb6mr37652242ejc.283.1649838213381; Wed, 13 Apr 2022 01:23:33 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id k11-20020a50c8cb000000b0041d97e9fd46sm879363edh.83.2022.04.13.01.23.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Apr 2022 01:23:32 -0700 (PDT) Date: Wed, 13 Apr 2022 10:23:31 +0200 From: Daniel Vetter To: Stephen Rothwell Message-ID: Mail-Followup-To: Stephen Rothwell , Dave Airlie , Intel Graphics , DRI , Christian =?iso-8859-1?Q?K=F6nig?= , Linux Kernel Mailing List , Linux Next Mailing List References: <20220406155030.0dacf051@canb.auug.org.au> <20220413100448.6f5f4de7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220413100448.6f5f4de7@canb.auug.org.au> X-Operating-System: Linux phenom 5.10.0-8-amd64 Subject: Re: [Intel-gfx] linux-next: build warning after merge of the drm-misc tree 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: Dave Airlie , Daniel Vetter , Intel Graphics , Linux Kernel Mailing List , DRI , Linux Next Mailing List , Christian =?iso-8859-1?Q?K=F6nig?= Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Apr 13, 2022 at 10:04:48AM +1000, Stephen Rothwell wrote: > Hi all, > > On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell wrote: > > > > After merging the drm-misc tree, today's linux-next build (htmldocs) > > produced this warning: > > > > include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member 'pos' not described in 'ttm_lru_bulk_move' > > > > Introduced by commit > > > > b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains") > > This warning is now produced by the drm tree. Christian, do you have a patch to fix this? -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch