commit | acb805a3565d4473d112e5176e9ca4fba6548642 | [log] [tgz] |
---|---|---|
author | Wang Quanxian <quanxian.wang@intel.com> | Mon Jul 30 18:09:46 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jul 30 18:09:46 2012 -0400 |
tree | 8c56da51776deaf79b576a4aa2b72dfe2b264615 | |
parent | 572c2ff59a56232afe1721eca179e392b7f73021 [diff] |
compositor-drm: Handle unconnected connectors better If a connector is not attached to a crtc, weston fails to bring it up. Typically kms fbdev drives all crtc and connectors, but if kms hasn't been initialzed and weston is the first to set a mode of if a monitor is hotplugged, we just fail to bring it up. (krh: reformatted and edited a bit from original patch)