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=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 78B10C433B4 for ; Tue, 20 Apr 2021 16:54:15 +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 05D5D613AB for ; Tue, 20 Apr 2021 16:54:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 05D5D613AB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=emersion.fr 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 154AB88D18; Tue, 20 Apr 2021 16:54:14 +0000 (UTC) Received: from mail-40136.protonmail.ch (mail-40136.protonmail.ch [185.70.40.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5696A88D18 for ; Tue, 20 Apr 2021 16:54:13 +0000 (UTC) Date: Tue, 20 Apr 2021 16:53:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail3; t=1618937650; bh=X1M3tuVWpAndo1D47PQUBVonVDO+ZAaIPMIUS0x26b8=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=TBvKFhwNGBAUHOPt0grNaqrVV00KrVPyIJWVDzOPciGZWni9hMGQ7KibtBfSeemnw JClZZ6aEYGfocVP/OflHpG5rkPr44l/NWPv42BW5Yu1EKso6gmYk0EUvOPpCryiF6r rHCv6DirMKktf/gYDuR/XCGqNlgUQNRKNOtDjD6NOpcRGd8QYS4fFtjdggISkzH9jR mZDwdtBXeqETnbG+vseELTRDMey+bNGV9ykmalBhUbpPj/EFvpToOJQrnV9ipbrY+H mLAlNqQe+2ARHCvPaLHiscPxJOizCX9otpN66FWmtuz/AEA/6ZxMZ+6Syumbmj/4is 079eb11/sU88w== To: Daniel Vetter From: Simon Ser Subject: Re: [PATCH] drm/connector: demote connector force-probes for non-master clients Message-ID: In-Reply-To: References: <20210402112212.5625-1-contact@emersion.fr> MIME-Version: 1.0 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: , Reply-To: Simon Ser Cc: dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tuesday, April 20th, 2021 at 11:14 AM, Daniel Vetter wrote: > Do we have an igt for this? Timing test should do the job I think, > assuming we have at least one output which requires an edid read (so maybe > skip the test if a forced probe takes less than 10ms or so). Err, an igt that only relies on timings? Sorry, but that sounds like a recipe for flaky tests. Ideally a chamelium test would allow to make sure all of this works as expected. I don't really have this hw anymore though. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel