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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 722C6C47258 for ; Wed, 17 Jan 2024 10:58:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:To:Subject:MIME-Version: Date:Message-ID:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=SXN5Lgd5erYFnkDje5vsQBQDGU+oTY1l+tyb7RGvmhU=; b=BvleGsdiVsFzcBDZYbZkTv9eOW VwawVSgTjn6POyzcOIdoLXHJkrs6vzqEu6fnvIYUG/NmM2kwY4xfOKAMPKs+ohlNRrfu5/JObNSn4 IFTkdByZ50+Zoqt1itzm8FE4MMApAj+ToKBuFB6MQhMpckYqrLTbeM1YqibE9Zj+OOPs9iqWSit+8 mLli5h9fWG8uL6Jp76AptE4/70q4VOnmC1QG5HI/fZ0V8irk9BRInwzvyJflj05ei5wT8dyIz3ehx g1fni6Vo5NrYKeC+cSSp3XvvH31sxNEXog1WR9dWEd+u+7sgFy5MOf7tc6c4U2MzJ4FGCfl/9Y22E hsHWgI7g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rQ3cr-00FMl7-00; Wed, 17 Jan 2024 10:58:29 +0000 Received: from madrid.collaboradmins.com ([46.235.227.194]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rQ3co-00FMjk-0R; Wed, 17 Jan 2024 10:58:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1705489103; bh=/7lI1B2ezdJpZing7eGVqikWQmFS6qFYXxnwlupy290=; h=Date:Subject:To:References:From:In-Reply-To:From; b=tMgwAN0XVR4clizkCEDnib7CoFsCa0hRMJsErRaVWDzYjzOc+/kEVeArCbv4OAkss rpyyvEjyWbQ5q58V+e3HDrUPMAEkws77pSqguHFBDQveJf1dSibyrnCo59m3br4vcf 7beOB9K/TZmZ/TC9vg3/ObJJLIC7uujE4Rg9LGOz3TUcDF3zfm+iUq19+MqwxEBdWZ oLAqi4Z4U/tKm4Mfnny72PK7fsdzOhqzZlFxfGG0FH/ORgLOAdcz3xYiWkwut99mwI sxf+GwNw8OwGDAXsh5Sua/04RN8TS6Ojh7Ezb8MgD6GO1Td9kkHR/CPk7C21yRtRC0 94/E4NOFiPHJg== Received: from [100.66.96.193] (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: vignesh) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 4285F3782021; Wed, 17 Jan 2024 10:58:17 +0000 (UTC) Message-ID: <7f123e16-54d7-e25e-63ae-cf6efc31d136@collabora.com> Date: Wed, 17 Jan 2024 16:28:15 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH v1 0/8] drm/ci: Add support for GPU and display testing To: Daniel Stone , Helen Koike , Dave Airlie , Sima Vetter , Daniel Stone , Emma Anholt , linux-rockchip , guilherme.gallo@collabora.com, sergi.blanch.torne@collabora.com, Linux Kernel Mailing List , dri-devel , David Heidelberg , Rob Clark , linux-mediatek@lists.infradead.org, linux-amlogic@lists.infradead.org References: <20231220121110.1441160-1-vignesh.raman@collabora.com> Content-Language: en-US From: Vignesh Raman In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240117_025826_335080_E0519957 X-CRM114-Status: GOOD ( 16.10 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Hi Daniel, On 11/01/24 23:41, Daniel Stone wrote: > Hi Vignesh, > > On Wed, 10 Jan 2024 at 10:47, Vignesh Raman wrote: >> On 09/01/24 19:08, Daniel Stone wrote: >>> A better sequencing would be something like: >>> 1. add ANX7625 config >>> 2. refactor _existing_ MTK display jobs to use YAML includes, change >>> the existing job name, and rename the existing xfail set, remove >>> IGT_FORCE_DRIVER from the script since it's now set by the job >>> 3. add MTK Panfrost+PVR GPU jobs with new xfails, add xfail entry to >>> MAINTAINERS >>> 4+5: same as 2+3 but for Amlogic >>> 6+7: same as 2+3 but for Rockchip >>> >>> Then the separate rename/update xfail commits just disappear, as does >>> the removal of IGT_FORCE_DRIVER, because it's just done incrementally >>> as part of the commits which change the related functionality. It's >>> extremely important that every change can work standalone, instead of >>> introducing intermediate breakage which is only fixed in later commits >>> in the series. >> >> Thank you for reviewing the patches. I agree, will follow this sequence >> and send a v2 version. > > Alongside Rob's patch to add msm-specific tests to the runlist, we'd > need to add the Panfrost-specific tests. Whilst we're here, we might > as well add the vc4/v3d/etnaviv/lima tests so they can use it in > future. > > Panfrost should also skip kms_.* tests - since it's not a KMS driver, > it can't run the KMS tests, so there's no point in trying. I will add these tests and update skips file. Sorry missed this before sending v2. I'm rechecking the xfails for the v2 series and will send v3 with these changes. Thanks. Regards, Vignesh _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic