OSDN Git Service

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)
commitb99f514f5dfa38e04ef0b628d82a97772945cae7
tree373e56c7a3e689bf0319ec0c5151bfb57050805c
parent3eda0d22ead04f81ea59c9584bcbf5b496745e92
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