CHROMIUM: drm/exynos: don't warn about non-kds modeset
authorMandeep Singh Baines <msb@chromium.org>
Fri, 7 Dec 2012 18:34:51 +0000 (10:34 -0800)
committerGerrit <chrome-bot@google.com>
Sat, 8 Dec 2012 04:04:15 +0000 (20:04 -0800)
commit25d4aa44488b2745c7a0f9093cb0873deb9878d8
treea9273249ea75ce26cd2e1d74d7de80a0d06c8664
parentb0ccaa4de2dabf00c3642aa7226c84ddae8e89ea
CHROMIUM: drm/exynos: don't warn about non-kds modeset

Now that the page_flip logic is shared with the mode_set code,
it's possible for us to call page_flip on a non-kds buffer.
Modify the warning to only check the non-modeset case.

BUG=chrome-os-partner:15349,chrome-os-partner:14965
TEST=dmesg | grep non-kds

Change-Id: I2c23900fffd565886dcccf0e2b79fd04c1b0ab64
Signed-off-by: Mandeep Singh Baines <msb@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/39385
Reviewed-by: Simon Que <sque@chromium.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
drivers/gpu/drm/exynos/exynos_drm_crtc.c