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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 69C13C5B552 for ; Sun, 8 Jun 2025 11:09:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:References:To:From:Subject:Cc:Message-Id:Date:Mime-Version: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JHc5pkYXugEXwov5+5wi7BF1Iwuv6n0gBfGssRYPtSw=; b=Ne8R8KkG8m+xMm3zeAMH4ItkYv 0qyly+OGot/0CDaSd6xBtKcA27nqbmDC88A3dnmQav+1UMtU/V7tr9f6QjbMFiZMLgR/EPLFlA0VH CUiIKp3He10SWzqvo5+2yC+TIZYFdV/et7w1oOp23e2wfqF0Mpf7xkzsqCAfe9M6FrcndT2sjWSz1 WvDB0+W5qsujVtMSkwPXSBj2f6nXeZNgBPaNOfmPlcQ8B7GYSNCntTCCHZ+ODJBxZ+X7YKkJVjYhK UB+1aWQyVxSNGHCpvOEG4IWWTFMBnKfwXkZ73hqaX1v73v6R7AbxgFod3dwuW5fH2aVEVcNdrKImQ HJe3xytw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uODu5-00000002YCQ-1Yd1; Sun, 08 Jun 2025 11:09:29 +0000 Received: from out-171.mta1.migadu.com ([95.215.58.171]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uODu0-00000002YC2-3s2Q for linux-rockchip@lists.infradead.org; Sun, 08 Jun 2025 11:09:27 +0000 Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1749380960; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zoEhqr5dCKReBKCW+FPOezXLEUt9HByAZzTQfk/PhNY=; b=fB1PRqeBq9Fdm/8b7qJrk6r7iGZc1uBykrGgjaZvRx4x8QSqMvrFN1NxGRqhA8Ig6Mmrjy exGRAnFm9hI33Wimi/GSTORJHZ4fYuxyQMBzu/6msWW2N30szn1NdM20M+l11At4s4nsPT CAWx7/UnmguvhWvDG8TjHwtgDQ81SUMTVsvqisNpeY4S4MzzvsAi/r2lIpGlwmsF9/B3rM iA71Ntw0Q42ju14WWIr1bLPEngBw8qJuzEwESc/aXSDw+anAf7bHEkNJcwDQKQ0yxuEbKj 037GMaPr7ql62n9xtjxEZCvlJAIBzdRqw514hKC34Sb/+8A64OO9qQac8HyGFA== Date: Sun, 08 Jun 2025 13:08:50 +0200 Message-Id: Cc: , , , , , , , , "Dang Huynh" , , , , Subject: Re: [PATCH drm-misc-next] rockchip/drm: vop2: don't check color_mgmt_changed in atomic_enable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" To: "Piotr Zalewski" References: <20241206192013.342692-3-pZ010001011111@proton.me> In-Reply-To: X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250608_040925_781204_EB54BF23 X-CRM114-Status: GOOD ( 27.38 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1458557116177592769==" Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org --===============1458557116177592769== Content-Type: multipart/signed; boundary=affa8168ff2adf1cce55c04b55d0b5a716290986d64deb81ada2b29ecbd7; micalg=pgp-sha512; protocol="application/pgp-signature" --affa8168ff2adf1cce55c04b55d0b5a716290986d64deb81ada2b29ecbd7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Hi Piotr, On Sat Jun 7, 2025 at 5:32 PM CEST, Piotr Zalewski wrote: > On Thursday, June 5th, 2025 at 10:13 PM, Diederik de Haas wrote: >> Since kernel 6.14-rc1 I have the problem that visual output is no longer >> shown on my PineTab2 and a `git bisect` pointed to this patch/commit >> as the culprit. What is important to note is that `CONFIG_DRM=3Dm` seems >> to be required as the problem does not occur with `CONFIG_DRM=3Dy`. >>=20 >> Near the end of my bisect session, something interesting occurred. >> I was booted into a 'bad' kernel (ie no visual output) and when I >> started to build my final kernel, I closed the lid of the PineTab2 which >> made it go into suspend. When my final kernel was built, I opened the >> lid again, which made it resume, to transfer my final kernel to it. >> And much to my surprise, I then did have visual output. >> When I read the (below) commit message of the 'offending' commit, it may >> not be such a surprise after all. >>=20 >> I did try it on a Quartz64-B (also rk3566) and it did not have any issue >> (output via HDMI). >> I don't know what the cause for this issue is, hopefully you do. > > I tested and confirmed that this happens with drm=3Dm but also in my case= =20 > it happened when drm=3Dy. After some testing I found out that at boot mod= eset Interesting that it also happened with drm=3Dy. As you're more knowledgeable then I am with this, maybe look through https://lists.sr.ht/~diederik/pine64-discuss/ to see if you may spot something relevant? > happened twice and at short interval and since this patch allows for gamm= a=20 > LUT update regardless of color_mgmt_changed state this makes DSP CTRL GAM= MA=20 > LUT EN bit to be unset twice too. It seems that VOP does not like it. I= =20 Happy to see you found the cause :-) Do you happen to know why it was unset twice? That sounds suboptimal. But (IIUC) setting a bit to a value it already has causing issues, sounds surprising as well. > patched vop2_vp_dsp_lut_disable function so that dsp_ctrl is set only if= =20 > GAMMA LUT EN bit is set. I checked that this also does not break the gamm= a=20 > lut functionality with emphasis on out-of/into suspend behavior. > > diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c b/drivers/gpu/d= rm/rockchip/rockchip_drm_vop2.c > index d0f5fea15e21..7ddf311b38c6 100644 > --- a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c > +++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c > @@ -897,6 +897,9 @@ static void vop2_vp_dsp_lut_disable(struct vop2_video= _port *vp) > { > u32 dsp_ctrl =3D vop2_vp_read(vp, RK3568_VP_DSP_CTRL); > =20 > + if ((dsp_ctrl & RK3568_VP_DSP_CTRL__DSP_LUT_EN) =3D=3D 0) > + return; > + > dsp_ctrl &=3D ~RK3568_VP_DSP_CTRL__DSP_LUT_EN; > vop2_vp_write(vp, RK3568_VP_DSP_CTRL, dsp_ctrl); > } I built a kernel with 6.14-rc1 + this patch and can confirm the screen has output again :-) > I will wait with sending a patch because maybe Andy has something to add= =20 > to this. Sounds like a plan. It could be that this issue surfaced an underlaying issue and if so, fixing that would be even better. > Best regards, Piotr Zalewski Thanks a lot! Cheers, Diederik --affa8168ff2adf1cce55c04b55d0b5a716290986d64deb81ada2b29ecbd7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQT1sUPBYsyGmi4usy/XblvOeH7bbgUCaEVvWQAKCRDXblvOeH7b brRDAQCguY9ZFdSt7xQUkBKyd7789zRNn0+93u+Vr4h+mYoyJQEAr5r9tLCGYzr9 L2/ox8e+rRdwvnI33pwjOjQezGaHlA4= =oIW1 -----END PGP SIGNATURE----- --affa8168ff2adf1cce55c04b55d0b5a716290986d64deb81ada2b29ecbd7-- --===============1458557116177592769== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip --===============1458557116177592769==--