Revert "wl-drm: Fix issue of not being able to set output mode"

Reverting this in favor of a better way to fix the issue inside EFL
itself.

This reverts commit 5dc1c1c8eb.
This commit is contained in:
Chris Michael 2017-11-01 08:49:55 -04:00
parent b5320b6246
commit 846722277c
1 changed files with 2 additions and 1 deletions

View File

@ -580,7 +580,8 @@ _drm2_randr_apply(void)
if (s->config.priority > top_priority)
top_priority = s->config.priority;
ecore_drm2_output_mode_set(output, mode, 0, 0);
ecore_drm2_output_mode_set(output, mode, s->config.geom.x,
s->config.geom.y);
/* TODO: cannot support rotations until we support planes
* and we cannot support planes until Atomic support is in */