]> 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)
commitc333150dc931fbaed9187d36975a1fbf1e6b976b
treec6c5a1c269eb9d885a0cb21d25a1dcda9c2ccfab
parentc814d6d78935b8d62381281f5c5a3ed93112506e
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