From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 F32571D88C4; Tue, 17 Dec 2024 08:41:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734424903; cv=none; b=B1VNlJGldahRaOvhDMqU70ftuLAWHBHnzZdzhYReQ4WclDU2FdcrttycuAAMojbXX0V+cJxCsaiRrvE4jCC5evj2tXiulplfHkz/qvHAhU+ZHZOpM0xFXuleksXIhUwalrN+PYXIZCYxVXRkk3IyvcMsXS2CXFjgOXzNeZhZHno= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734424903; c=relaxed/simple; bh=D+wSx9Afy4rDKFVT4VamMlGTvUye5qQYDZIaMP5OHiM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=agAiC43Rb6HWJ4fJNWPMNaRpsfJqYj0afJBPbZ13o9PRh0oTEnClqWmvWtvqVnKCZxJm+693Xyd98GiEl8QpDghidAYPAIG4wtFmrw0owgRJ3ZBo/CvD4vYryxTLijrjmZqbAZHczq6WW8ldM9nUWdsEcuII2ulPv6ER3JRnaJI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h5arzDkP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="h5arzDkP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 954BCC4CED6; Tue, 17 Dec 2024 08:41:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734424902; bh=D+wSx9Afy4rDKFVT4VamMlGTvUye5qQYDZIaMP5OHiM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h5arzDkPatzr3nbQxyJVcP8TNxxt35kvCrZbY5fFam3pzk3ciAeeIxxRHZSnW/DFX WgwkjnmHMSApjAJ9Qss9sSgiOkFred1lfuPjyAyn3zaTgTdR/0/wSJ+mXk6CICWPGz Q2QEPb2+OrTPgrocfvWrD2/3ZKaB0Ft0p4krZYj3tikdTdl0e3+epGbGnWW2BIR165 /DEZ6mcOGRWRMfJwnX5xilHzIHS8ixTft9K2wI9I2qY9j0NIoVy+kA9VlEplk2Juh5 /FkUonRr5ic9mqHkRSeYp+b5vhe1IfOXTSOqd3GFCv+q8aS8+ymf76n+W7o/fILjrN Z8tS0kwnrjf1Q== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1tNT9E-000000006GN-2TkS; Tue, 17 Dec 2024 09:41:44 +0100 Date: Tue, 17 Dec 2024 09:41:44 +0100 From: Johan Hovold To: Dmitry Baryshkov Cc: Rob Clark , Abhinav Kumar , Sean Paul , Marijn Suijten , David Airlie , Simona Vetter , Robert Foss , Neil Armstrong , Abel Vesa , Richard Acayan , Rob Clark , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 7/8] drm/msm/dpu: link DSPP_2/_3 blocks on X1E80100 Message-ID: References: <20241216-dpu-fix-catalog-v1-0-15bf0807dba1@linaro.org> <20241216-dpu-fix-catalog-v1-7-15bf0807dba1@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241216-dpu-fix-catalog-v1-7-15bf0807dba1@linaro.org> On Mon, Dec 16, 2024 at 10:27:28AM +0200, Dmitry Baryshkov wrote: > Link DSPP_2 to the LM_2 and DSPP_3 to the LM_3 mixer blocks. Please say something about why you're doing this and what the expected outcome of doing so is. There is currently no way for a third party (e.g. stable or distro maintainer) to determine what this patch does, if it needs to be backported or if it's essentially just a clean up like Abhinav indicated in one of his replies. > Fixes: e3b1f369db5a ("drm/msm/dpu: Add X1E80100 support") > Signed-off-by: Dmitry Baryshkov Johan