Message ID | 20240619102219.138927-1-jacopo.mondi@ideasonboard.com (mailing list archive) |
---|---|
Headers | show
Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C08EF12EBE8 for <linux-renesas-soc@vger.kernel.org>; Wed, 19 Jun 2024 10:22:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718792563; cv=none; b=GKppf3sQ8T6bDKWEmC2KcTG+bK5P6phUNYetDKBLQUV4laaNQ/YOEcYv8/LqLkFw9jOA4FUIdu9tSU9TCH+sLLTo33qqvRHcVRFFdziWsEw4NXHcy85TT+X2YguZYCHTb5LBb4V+ZoOjPtS9xWHRh5zqFYwKHXAQgbW+JmmtTYI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718792563; c=relaxed/simple; bh=kWppy7kzX76ZP+Kpg/QDqihgHRN9nqTNMekCt0x6Qoc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=G9ZfubU5beutRFBMZWOacEP1LHVixN5djsRFfF2EQhOAKnR6kFaDb4uWGIjq0vAvqhs9Re0wS6QgjwyOz8qUPyANP++7PU71gev2lsUMsnoooKTLlnD5kDquyO5gU133CipVfpNYIR8qNQGi7T7Wh9b3LrPUMxS3rswRZWDVUtI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=apuU+xC6; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="apuU+xC6" Received: from localhost.localdomain (93-61-96-190.ip145.fastwebnet.it [93.61.96.190]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 401FF541; Wed, 19 Jun 2024 12:22:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1718792540; bh=kWppy7kzX76ZP+Kpg/QDqihgHRN9nqTNMekCt0x6Qoc=; h=From:To:Cc:Subject:Date:From; b=apuU+xC623Yzch46x/LoqJVld3VZqht11mIPwt5GBZFBH9OK5Yp0/JG1U/71plxZo /zER3ayrwrHGTmjZ5Gig3bcb0RiRTgjlP47noeMhP5M9AFIZQZfUjbYDREnvCiSbDB lJtuX3+Ei5XwrbLfoU9jvTzUuUCXVqiu/9olJq4s= From: Jacopo Mondi <jacopo.mondi@ideasonboard.com> To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>, Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Cc: Jacopo Mondi <jacopo.mondi@ideasonboard.com>, David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>, dri-devel@lists.freedesktop.org (open list:DRM DRIVERS FOR RENESAS R-CAR), linux-renesas-soc@vger.kernel.org (open list:DRM DRIVERS FOR RENESAS R-CAR) Subject: [PATCH 0/4] drm: rcar-du: Add support for R8A779H0 Date: Wed, 19 Jun 2024 12:22:14 +0200 Message-ID: <20240619102219.138927-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: <linux-renesas-soc.vger.kernel.org> List-Subscribe: <mailto:linux-renesas-soc+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-renesas-soc+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series | drm: rcar-du: Add support for R8A779H0 | expand |