We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a3c24 commit 5b3c020Copy full SHA for 5b3c020
drivers/gpu/drm/ast/ast_sil164.c
@@ -29,6 +29,8 @@ static int ast_sil164_connector_helper_get_modes(struct drm_connector *connector
29
if (ast_connector->physical_status == connector_status_connected) {
30
count = drm_connector_helper_get_modes(connector);
31
} else {
32
+ drm_edid_connector_update(connector, NULL);
33
+
34
/*
35
* There's no EDID data without a connected monitor. Set BMC-
36
* compatible modes in this case. The XGA default resolution
0 commit comments