]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: Remove disable_warn_untrack and print untracked mmio with debug level
authorChangbin Du <changbin.du@intel.com>
Thu, 19 Apr 2018 04:12:37 +0000 (12:12 +0800)
committerZhi Wang <zhi.a.wang@intel.com>
Sun, 13 May 2018 21:18:54 +0000 (05:18 +0800)
commitcecec14e61a9837cf8c2756e419f0ed819bdf1a5
tree373e56c7a3e689bf0319ec0c5151bfb57050805c
parent0f1469f5fc3db2e985ed94405618dff65c19298b
drm/i915/gvt: Remove disable_warn_untrack and print untracked mmio with debug level

The disable_warn_untrack never prevent gvt from printing untracked
mmio errors. We were disturbed by this error storm and the fix is
just adding them to the list with no essential new change.

This message is only useful for enabling new platform during
developing process. So lower the message level to debug and then
remove disable_warn_untrack.

Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/gvt.h
drivers/gpu/drm/i915/gvt/handlers.c
drivers/gpu/drm/i915/gvt/mmio.c