mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
drm/radeon/kms: make initial state of load detect property correct.
this was incorrect on my rs480. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
23fff28a9b
commit
624ab4f87e
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user