drm/i915/gvt: Remove reduntant printing of untracked mmio
authorColin Xu <colin.xu@intel.com>
Sat, 17 Mar 2018 07:31:02 +0000 (15:31 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Mon, 19 Mar 2018 06:47:35 +0000 (14:47 +0800)
commitb2744f862cf63c557be92ee466c6bcfddc230323
tree3393f7b84c6f96de85bcae4ca303a50ac430d0d0
parent22de4e7a531b623962e62ee6d3a39a7e51bdf90e
drm/i915/gvt: Remove reduntant printing of untracked mmio

Reduntant message prints when:
  - linux guest creating.
  - dma-buf win10 guest boot.
  - xonotic stress testing in linux guest.

Add below registers to default MMIO handler:
    0xd00, RPM_CONFIG0
    0xd40, RC6_LOCATION
    0x65010, HSW_AUD_MISC_CTRL
    0x6671c,
    0x700a0, CUR_FBC_CTL
    0x7239c,

v2:
  - Should init i915_reg_t using uint32_t instead of _MMIO macro.
    (compiling errors)
  - Use defined offset in i915_reg.h
    (zhenyu)

Signed-off-by: Colin Xu <colin.xu@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/handlers.c