From patchwork Thu Jul 30 01:46:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 11692399 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 96B1F722 for ; Thu, 30 Jul 2020 07:17:05 +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 7573E2070B for ; Thu, 30 Jul 2020 07:17:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=crapouillou.net header.i=@crapouillou.net header.b="anZX3nB5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7573E2070B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=crapouillou.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 857496E86B; Thu, 30 Jul 2020 07:16:50 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from crapouillou.net (crapouillou.net [89.234.176.41]) by gabe.freedesktop.org (Postfix) with ESMTPS id BFC466E834 for ; Thu, 30 Jul 2020 01:46:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1596073593; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=Nkzm7+SJ8S0uEbvir2Ri0RhcYGlcBnAXNM+14mPSXL4=; b=anZX3nB5q5L6g50HathDLjTJiZbwhJK3gileOtgVQag/sofblzgPv/nmyQzVwaMjE8O6tN +DDSbOrRyAe5/uobD41naAIW5QU7xFz6u+AAaZMvLakumbkD5jzAj4B6JTU+z96WANmdSW gmvYh5toPPH6on/mMuh/Sy2gnUzXJNI= From: Paul Cercueil To: David Airlie , Daniel Vetter Subject: [PATCH 0/3] More ingenic-drm IPU cleanups Date: Thu, 30 Jul 2020 03:46:23 +0200 Message-Id: <20200730014626.83895-1-paul@crapouillou.net> MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 30 Jul 2020 07:16:49 +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: Paul Cercueil , od@zcrc.me, Sam Ravnborg , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, A few more patches to the ingenic-drm IPU driver. Patch [1/3] fixes the behaviour on newer SoCs at high resolutions / framerates. Patch [2/3] drops YUV 4:2:2 support on the JZ4725B SoC because of what I think is a hardware bug. Patch [3/3] makes the IPU clock enabled/disabled when needed. Cheers, -Paul Paul Cercueil (3): drm/ingenic: ipu: Only restart manually on older SoCs drm/ingenic: ipu: Remove YUV422 from supported formats on JZ4725B drm/ingenic: ipu: Only enable clock when needed drivers/gpu/drm/ingenic/ingenic-ipu.c | 38 +++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 5 deletions(-)