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 5b3c020 commit c09c4f2Copy full SHA for c09c4f2
drivers/gpu/drm/ast/ast_vga.c
@@ -29,6 +29,8 @@ static int ast_vga_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