drm/amd/display: Enable colorspace property for MST connectors
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 8 May 2024 21:45:35 +0000 (16:45 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 May 2024 19:15:01 +0000 (15:15 -0400)
commitcfe34d6a4c0f2754ab9b0fb0cd23d4c9f50a3859
tree07ff47e78cba7365a2784f2f3b57220ed9b4ee7a
parentfa4c500ce93f4f933c38e6d6388970e121e27b21
drm/amd/display: Enable colorspace property for MST connectors

MST colorspace property support was disabled due to a series of warnings
that came up when the device was plugged in since the properties weren't
made at device creation. Create the properties in advance instead.

Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Fixes: 69a959610229 ("drm/amd/display: Temporary Disable MST DP Colorspace Property").
Reported-and-tested-by: Tyler Schneider <tyler.schneider@amd.com>
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3353
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c