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=-5.4 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 47082C433E0 for ; Fri, 26 Feb 2021 12:19:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EF68664E20 for ; Fri, 26 Feb 2021 12:19:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230449AbhBZMTr (ORCPT ); Fri, 26 Feb 2021 07:19:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231158AbhBZMTR (ORCPT ); Fri, 26 Feb 2021 07:19:17 -0500 Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3005::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EDC1C0617AA for ; Fri, 26 Feb 2021 04:18:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tronnes.org ; s=ds202012; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=r/6vfWhqipvLyzahEZKp3//4g9Jmkmn637+uZha2WN0=; b=M1zkB8Bgx1H4dApWcJ0SNeimlL ED73W38VsozuDNEB238xzl7w0bMhIxmScyrY5u5AWjFLJF7jhNVyFUbeTPz5wqwZOIO34MEl+ljeE SKnFVjMaB9X7DDU3ZUXY9rWzITUPImr323kcCDaIPsB9ulOvoegfRNH2L2P5tDp5CW+RFsWlGJAyZ 1L95FLFcK5mtqGTbVAj1kPsUPoUfQ523pwlFrRGJbzxgaPcQ7CYMu69UYrFE9BgpplAis3grwZLaO 0r2KBTrj3bybgTpmMacUfaO50y9gaEjjsQxksgDBmNGJ1jgFVPDJxqqoXOHfYSTF0fl54qoE2m8GV qAjmRn6Q==; Received: from 211.81-166-168.customer.lyse.net ([81.166.168.211]:65187 helo=[192.168.10.61]) by smtp.domeneshop.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lFc4m-0004Ad-Gx; Fri, 26 Feb 2021 13:18:32 +0100 Subject: Re: [PATCH v6 3/3] drm: Add GUD USB Display driver To: Peter Stuge Cc: hudson@trmm.net, markus@raatikainen.cc, Daniel Vetter , linux-usb@vger.kernel.org, dri-devel@lists.freedesktop.org, th020394@gmail.com, lkundrak@v3.sk, pontus.fuchs@gmail.com, sam@ravnborg.org References: <20210219121702.50964-1-noralf@tronnes.org> <20210219121702.50964-4-noralf@tronnes.org> <20210225095825.6196.qmail@stuge.se> <20210225213729.16532.qmail@stuge.se> From: =?UTF-8?Q?Noralf_Tr=c3=b8nnes?= Message-ID: <2774f35e-9436-87a0-c596-6ddb4ec6c637@tronnes.org> Date: Fri, 26 Feb 2021 13:18:30 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <20210225213729.16532.qmail@stuge.se> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Den 25.02.2021 22.37, skrev Peter Stuge: > Noralf Trønnes wrote: >>> I forgot, but I have a two-tone (black/red) e-ink display here, and I >>> also have a 3-bpp RGB TFT display. >> >> I've been anticipating the need for more formats, but I didn't want to >> add them without having a user. Otherwise I could end up adding stuff >> that would never be used. If you can test, there's no problem adding >> support for more formats now. > > That's great! I can't promise to to test the three-color (b/w/r) e-ink > but I'll prepare a test setup for the RGB-TFT on the weekend. > Ok, I'll add GUD_DRM_FORMAT_RGB111 in the next patch version. Noralf.