drm/i915: promote ddb update message to DRM_DEBUG_KMS
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 4 Oct 2018 23:16:00 +0000 (16:16 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 11 Oct 2018 21:23:04 +0000 (14:23 -0700)
commitb9117149fefdcdc6fcd12a14a26d71979582c057
tree1dbe3251732cdd93f94e08186360bc97974a1fc2
parent9e44b180f81bbc69d15807e113675d19bf538c77
drm/i915: promote ddb update message to DRM_DEBUG_KMS

This message is currently marked as DRM_DEBUG_ATOMIC. I would like it
to be DRM_DEBUG_KMS since it is more KMS than atomic, and this will
also make the message appear in the CI logs, which may or may not help
us with some FIFO underrun bugs.

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181004231600.14101-7-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_pm.c