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.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 83609C83000 for ; Tue, 28 Apr 2020 14:08:49 +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 550E9206C0 for ; Tue, 28 Apr 2020 14:08:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="TGTa7lhF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 550E9206C0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch 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 2F19E6E4B1; Tue, 28 Apr 2020 14:08:47 +0000 (UTC) Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by gabe.freedesktop.org (Postfix) with ESMTPS id 56B3E6E4A1 for ; Tue, 28 Apr 2020 14:08:46 +0000 (UTC) Received: by mail-wm1-x341.google.com with SMTP id v8so2468077wma.0 for ; Tue, 28 Apr 2020 07:08:46 -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:references:mime-version :content-disposition:in-reply-to; bh=9eUg5kMO2GiBXiJCstZe2u5TOp+y1CPnz3YfIOGVMiM=; b=TGTa7lhFkYgXDC7ndxX8Jx7uso0L7YdJyRcyoJcp5C3FmD4HJ5+5XLLdeDb6etvF/M K5+Bm8cKEhAHY5+I2MJOZLHH33GyGu98M5grjtoTVN8ZAnlYNDkUupgn+rSOceILTpB2 3XyaIDAMkHTJTD8gkM8TryZ5Jxe2Ek0ECshuU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=9eUg5kMO2GiBXiJCstZe2u5TOp+y1CPnz3YfIOGVMiM=; b=KCWAwyWMwvaqypc8HFq50gtBrhZ1o+NK9URIdm5wF3dVUQF2OOKoVbCcuca6K00UCF f3l0SgzhqvdmAvcl+FH1teSXC0gX2fJJwCKBjKrqb/0rZAxc4zg0TXFPKU2QFFO3fCwI 2vYGK+Q9JB+lbwGJrmVA85qdxQ6A2Reg8qBHLzoLRWoTRaLa+Zi6G7PmiraZOAUNUELE xQLov2PYRHNHe7uuY2D1dHjoM0bsTnbTDQiUw6Dzww/UgCycFL8AgugOddBQJREMv5Q3 BHTIKhtfxa3UEOYjtybbb4664y4n9yxmVrPK2A6l5aeU2Jivtglfber/x9agamSG+jtD NF/w== X-Gm-Message-State: AGi0PuaYYMTiK7iEdlB1yHl6rJzH8AH6a4r4rqi09op2dvA1zi4mGlE5 PZryuihZS1MefdDJIeo1Ste1jw== X-Google-Smtp-Source: APiQypKZrzEfJxhk/510ehCb0PzphzdTIxMZzGjYf2YVlmhaoY1QUF2Zo4YmULsSGycSNBwYXnmKXw== X-Received: by 2002:a1c:6a0b:: with SMTP id f11mr4808693wmc.123.1588082925022; Tue, 28 Apr 2020 07:08:45 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id h2sm27095894wro.9.2020.04.28.07.08.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Apr 2020 07:08:43 -0700 (PDT) Date: Tue, 28 Apr 2020 16:08:42 +0200 From: Daniel Vetter To: Alexey Brodkin Subject: Re: [PATCH 53/59] drm/arc: Move to drm/tiny Message-ID: <20200428140842.GL3456981@phenom.ffwll.local> References: <20200415074034.175360-1-daniel.vetter@ffwll.ch> <20200415074034.175360-54-daniel.vetter@ffwll.ch> <20200415094512.GA30444@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Operating-System: Linux phenom 5.3.0-3-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: Sam Ravnborg , Daniel Vetter , Intel Graphics Development , Eugeniy Paltsev , DRI Development Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Apr 15, 2020 at 02:20:35PM +0200, Daniel Vetter wrote: > On Wed, Apr 15, 2020 at 2:03 PM Alexey Brodkin > wrote: > > > > Hi Daniel, > > > > > -----Original Message----- > > > From: Sam Ravnborg > > > Sent: Wednesday, April 15, 2020 12:45 PM > > > To: Daniel Vetter > > > Cc: Intel Graphics Development ; Alexey Brodkin > > > ; DRI Development ; Daniel Vetter > > > > > > Subject: Re: [PATCH 53/59] drm/arc: Move to drm/tiny > > > > > > Hi Daniel. > > > On Wed, Apr 15, 2020 at 09:40:28AM +0200, Daniel Vetter wrote: > > > > Because it is. > > > > > > > > Signed-off-by: Daniel Vetter > > > > Cc: Alexey Brodkin > > > > --- > > > > MAINTAINERS | 2 +- > > > > drivers/gpu/drm/Kconfig | 2 -- > > > > drivers/gpu/drm/Makefile | 1 - > > > > drivers/gpu/drm/arc/Kconfig | 10 ---------- > > > > drivers/gpu/drm/arc/Makefile | 3 --- > > > > drivers/gpu/drm/tiny/Kconfig | 10 ++++++++++ > > > > drivers/gpu/drm/tiny/Makefile | 1 + > > > > drivers/gpu/drm/{arc/arcpgu_drv.c => tiny/arcpgu.c} | 0 > > > > 8 files changed, 12 insertions(+), 17 deletions(-) > > > > delete mode 100644 drivers/gpu/drm/arc/Kconfig > > > > delete mode 100644 drivers/gpu/drm/arc/Makefile > > > > rename drivers/gpu/drm/{arc/arcpgu_drv.c => tiny/arcpgu.c} (100%) > > > > > > We have "DRM: ARC: add HDMI 2.0 TX encoder support" which > > > adds another platform driver to drm/arc/ > > > This speaks against the move to tiny IMO > > > > Indeed that's an interesting question, see v3 series here: > > https://lists.freedesktop.org/archives/dri-devel/2020-April/262352.html > > Looking at this patch series, feels a bit like hand-rolling of bridge > code, badly. We should get away from that. > > Once you have that I think the end result is tiny enough that it can > stay, bridges intergrate quite well into simple display pipe drivers. > > > BTW should I pull that series in my tree and send you a pull-request > > or that kind of change needs to go through another tree? > > > > Also I'd like to test the change we discuss here to make sure stuff > > still works. Once we do that I'll send an update. Any hint on > > when that change needs to be acked/nacked? > > Simplest is if this can all land through drm-misc, is arc not > maintained in there? And there's plenty of time for testing, I'm just > slowly crawling through the tree to get everything polished and > cleaned up in this area. Any updates on testing this pile here? First patch landed now, and I've started to push driver patches. So would be good to get this sorted out too. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel