]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Attach privacy screen to DRM connector
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 24 Jul 2025 18:01:09 +0000 (13:01 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Aug 2025 20:57:42 +0000 (16:57 -0400)
commita928f8d542ccd1e40e101cffc923ff33e36bf147
tree0ef73dac980dc497403d1280198f0a62ce95a692
parentd728fd03e5f2117853d91b3626d434a97fe896d1
drm/amd/display: Attach privacy screen to DRM connector

[WHY]
If a system has a privacy screen advertised by a driver it should
be included in the DRM connector for the eDP panel.

[HOW]
Detect statically declared privacy screens when creating eDP connector
and attach privacy screen DRM properties.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c