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.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 E320CC2BB85 for ; Wed, 15 Apr 2020 07:18:40 +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 A59F820936 for ; Wed, 15 Apr 2020 07:18:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A59F820936 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=siol.net 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 8F5B16E85B; Wed, 15 Apr 2020 07:17:56 +0000 (UTC) Received: from mail.siol.net (mailoutvs31.siol.net [185.57.226.222]) by gabe.freedesktop.org (Postfix) with ESMTPS id 09A476E15C for ; Tue, 14 Apr 2020 17:53:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.siol.net (Postfix) with ESMTP id 7F40452394D; Tue, 14 Apr 2020 19:53:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at psrvmta09.zcs-production.pri Received: from mail.siol.net ([127.0.0.1]) by localhost (psrvmta09.zcs-production.pri [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id zT-bx81lubdB; Tue, 14 Apr 2020 19:53:37 +0200 (CEST) Received: from mail.siol.net (localhost [127.0.0.1]) by mail.siol.net (Postfix) with ESMTPS id 304EC52395E; Tue, 14 Apr 2020 19:53:37 +0200 (CEST) Received: from jernej-laptop.localnet (cpe-194-152-20-232.static.triera.net [194.152.20.232]) (Authenticated sender: jernej.skrabec@siol.net) by mail.siol.net (Postfix) with ESMTPA id D84D852394D; Tue, 14 Apr 2020 19:53:34 +0200 (CEST) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Andrzej Hajda , Neil Armstrong , Laurent Pinchart , Jonas Karlman , David Airlie , Daniel Vetter , Torsten Duwe , Maxime Ripard , Icenowy Zheng , Sam Ravnborg , Stephen Rothwell , Samuel Holland , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Vasily Khoruzhick Subject: Re: drm/bridge: anx6345: set correct BPC for display_info of connector Date: Tue, 14 Apr 2020 19:53:34 +0200 Message-ID: <12495893.uLZWGnKmhe@jernej-laptop> In-Reply-To: <20200329222253.2941405-1-anarsoul@gmail.com> References: <20200329222253.2941405-1-anarsoul@gmail.com> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 15 Apr 2020 07:17:53 +0000 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: Vasily Khoruzhick Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Dne ponedeljek, 30. marec 2020 ob 00:22:53 CEST je Vasily Khoruzhick napisal(a): > Some drivers (e.g. sun4i-drm) need this info to decide whether they > need to enable dithering. Currently driver reports what panel supports > and if panel supports 8 we don't get dithering enabled. > > Hardcode BPC to 6 for now since that's the only BPC > that driver supports. > > Fixes: 6aa192698089 ("drm/bridge: Add Analogix anx6345 support") > Signed-off-by: Vasily Khoruzhick Applied to drm-misc-fixes. Thanks! Best regards, Jernej _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel