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

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
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment