commit | f1c38a7426ba2bbb8bd9924d8980b38c1a6e4177 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Fri Dec 14 13:37:28 2012 -0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Dec 14 11:27:53 2012 -0500 |
tree | b70e605913b58628cb616798376109db49cccca5 | |
parent | 2e7a3ab7cd5e8339a5a269e7101ac180b174ae30 [diff] |
compositor-drm: Don't do a mode set on drm_output_switch_mode() At this point, we reallocated the gbm surface, but we don't have an fb with the right size to use. If we're going to a larger mode, the fb would be too small and the mode set would fail. Besides, the repaint logic will already do a mode set if necessary, so rely on that instead.