From: Pavel Machek <pavel@denx.de>
To: Sasha Levin <sashal@kernel.org>
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>,
Mario Limonciello <mario.limonciello@amd.com>,
Alex Deucher <alexander.deucher@amd.com>,
Charlene Liu <charlene.liu@amd.com>,
Alex Hung <alex.hung@amd.com>,
Daniel Wheeler <daniel.wheeler@amd.com>,
harry.wentland@amd.com, sunpeng.li@amd.com,
Rodrigo.Siqueira@amd.com, christian.koenig@amd.com,
Xinhui.Pan@amd.com, airlied@gmail.com, daniel@ffwll.ch,
martin.leung@amd.com, wayne.lin@amd.com,
amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH AUTOSEL 5.10 1/7] drm/amd/display: Exit idle optimizations before HDCP execution
Date: Tue, 18 Jun 2024 11:13:30 +0200 [thread overview]
Message-ID: <ZnFPuimUl2QYzdzR@duo.ucw.cz> (raw)
In-Reply-To: <20240527155845.3866271-1-sashal@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]
Hi!
> [WHY]
> PSP can access DCN registers during command submission and we need
> to ensure that DCN is not in PG before doing so.
>
> [HOW]
> Add a callback to DM to lock and notify DC for idle optimization exit.
> It can't be DC directly because of a potential race condition with the
> link protection thread and the rest of DM operation.
Why is this picked for 5.10-stable?
It adds an callback, but noone is going to use it in 5.10.
Best regards,
Pavel
> +++ b/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h
> @@ -143,6 +143,13 @@ struct mod_hdcp_ddc {
> } funcs;
> };
>
> +struct mod_hdcp_dm {
> + void *handle;
> + struct {
> + void (*exit_idle_optimizations)(void *handle);
> + } funcs;
> +};
> +
> struct mod_hdcp_psp {
> void *handle;
> void *funcs;
> @@ -252,6 +259,7 @@ struct mod_hdcp_display_query {
> struct mod_hdcp_config {
> struct mod_hdcp_psp psp;
> struct mod_hdcp_ddc ddc;
> + struct mod_hdcp_dm dm;
> uint8_t index;
> };
>
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
prev parent reply other threads:[~2024-06-18 9:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 15:58 [PATCH AUTOSEL 5.10 1/7] drm/amd/display: Exit idle optimizations before HDCP execution Sasha Levin
2024-05-27 15:58 ` [PATCH AUTOSEL 5.10 2/7] ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 Sasha Levin
2024-05-27 15:58 ` [PATCH AUTOSEL 5.10 3/7] drm/lima: add mask irq callback to gp and pp Sasha Levin
2024-05-27 15:58 ` [PATCH AUTOSEL 5.10 4/7] drm/lima: mask irqs in timeout path before hard reset Sasha Levin
2024-05-27 15:58 ` [PATCH AUTOSEL 5.10 5/7] media: lgdt3306a: Add a check against null-pointer-def Sasha Levin
2024-05-27 15:58 ` [PATCH AUTOSEL 5.10 6/7] powerpc/pseries: Enforce hcall result buffer validity and size Sasha Levin
2024-05-27 15:58 ` [PATCH AUTOSEL 5.10 7/7] powerpc/io: Avoid clang null pointer arithmetic warnings Sasha Levin
2024-06-18 9:13 ` Pavel Machek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZnFPuimUl2QYzdzR@duo.ucw.cz \
--to=pavel@denx.de \
--cc=Rodrigo.Siqueira@amd.com \
--cc=Xinhui.Pan@amd.com \
--cc=airlied@gmail.com \
--cc=alex.hung@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=charlene.liu@amd.com \
--cc=christian.koenig@amd.com \
--cc=daniel.wheeler@amd.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=martin.leung@amd.com \
--cc=nicholas.kazlauskas@amd.com \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=sunpeng.li@amd.com \
--cc=wayne.lin@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox