Skip to content

Commit f5c3237

Browse files
Fangzhi Zuoalexdeucher
authored andcommitted
drm/amd/display: Disable DPCD Probe Quirk
Disable dpcd probe quirk to native aux. Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4500 Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://lore.kernel.org/r/20250904191351.746707-1-Jerry.Zuo@amd.com Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit c5f4fb4) Cc: stable@vger.kernel.org # 6.16.y: 5281cbe Cc: stable@vger.kernel.org # 6.16.y: 0b4aa85 Cc: stable@vger.kernel.org # 6.16.y: b87ed52 Cc: stable@vger.kernel.org # 6.16.y
1 parent 440cec4 commit f5c3237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ void amdgpu_dm_initialize_dp_connector(struct amdgpu_display_manager *dm,
809809
drm_dp_aux_init(&aconnector->dm_dp_aux.aux);
810810
drm_dp_cec_register_connector(&aconnector->dm_dp_aux.aux,
811811
&aconnector->base);
812+
drm_dp_dpcd_set_probe(&aconnector->dm_dp_aux.aux, false);
812813

813814
if (aconnector->base.connector_type == DRM_MODE_CONNECTOR_eDP)
814815
return;

0 commit comments

Comments
 (0)