Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 624ab4f8 authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie
Browse files

drm/radeon/kms: make initial state of load detect property correct.



this was incorrect on my rs480.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 23fff28a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1343,7 +1343,7 @@ radeon_add_legacy_connector(struct drm_device *dev,
				radeon_connector->dac_load_detect = false;
			drm_connector_attach_property(&radeon_connector->base,
						      rdev->mode_info.load_detect_property,
						      1);
						      radeon_connector->dac_load_detect);
			drm_connector_attach_property(&radeon_connector->base,
						      rdev->mode_info.tv_std_property,
						      radeon_combios_get_tv_info(rdev));