drmmode_display: debug_modes should not be set explictly
The correct way to set debug_modes is via the ModeDebug option
in xorg.conf. We also don't want this debug printed by default.
Also, removed PrintEDID call since this is redundant and not
typically done inside the get_modes callback.
BUG=chromium-os:37139
TEST=Verified that Xorg.0.log is less verbose.
TEST=Verified that mode debug can be re-enabied as follows:
Add:
Option "ModeDebug" "true"
To (Device section):
/etc/X11/xorg.conf.d/exynos.conf
Note: there is still a lot of mode debug in the logs but less than
before.
Change-Id: I85606aeabcc7654367fd5cac980a3e038c9ee8fe
Signed-off-by: Mandeep Singh Baines <msb@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/39536
Reviewed-by: Sean Paul <seanpaul@chromium.org>
1 file changed