mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-15 10:54:05 +00:00
Revert "drm: copy mode type in drm_mode_connector_list_update()"
This reverts commit 3fbd6439e4
.
This caused some strange booting lockup issues on an Intel G33
belonging to Daniel Vetter, very unusual, I was hoping Daniel
would track this down, but it looks like instead I'll have to hack
a different fix for -next.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
c0eeb856e9
commit
abce1ec9b0
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ void drm_mode_connector_list_update(struct drm_connector *connector)
|
||||||
/* if equal delete the probed mode */
|
/* if equal delete the probed mode */
|
||||||
mode->status = pmode->status;
|
mode->status = pmode->status;
|
||||||
/* Merge type bits together */
|
/* Merge type bits together */
|
||||||
mode->type = pmode->type;
|
mode->type |= pmode->type;
|
||||||
list_del(&pmode->head);
|
list_del(&pmode->head);
|
||||||
drm_mode_destroy(connector->dev, pmode);
|
drm_mode_destroy(connector->dev, pmode);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue