]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: print correct value for untracked mmio
authorPei Zhang <pei.zhang@intel.com>
Wed, 4 Jan 2017 14:32:23 +0000 (22:32 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Mon, 9 Jan 2017 03:05:56 +0000 (11:05 +0800)
commitd28e975bf2cb30967cc76f68949163cf01abf4b6
treec6c5a1c269eb9d885a0cb21d25a1dcda9c2ccfab
parentf1033c5a14a37dbc2fc167210d5add25dbe8c39a
drm/i915/gvt: print correct value for untracked mmio

In function intel_vgpu_emulate_mmio_read, the untracked mmio register is
dumped through kernel log, but the register value is not correct. This
patch fixes this issue.

V2: fix the fromat warning from checkpatch.pl.

Signed-off-by: Pei Zhang <pei.zhang@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/mmio.c