]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/i915/gvt: Fix relocation of shadow bb
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Jan 2017 19:58:16 +0000 (19:58 +0000)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Tue, 17 Jan 2017 08:54:23 +0000 (16:54 +0800)
commit62f0a11e2339e1ba154600d1f49ef5d5d84eaae4
tree048daf5d39393f42f720b84a2751b694a53bc14a
parent58c744da9dcc82a4b55a18e05149ae0e32624d11
drm/i915/gvt: Fix relocation of shadow bb

set_gma_to_bb_cmd() is completely bogus - it is (incorrectly) applying
the rules to read a GTT offset from a command as opposed to writing the
GTT offset. And to cap it all set_gma_to_bb_cmd() is called within a list
iterator of the most strange construction.

Fixes: be1da7070aea ("drm/i915/gvt: vGPU command scanner")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Zhenyu Wang <zhenyuw@linux.intel.com>
Cc: Zhi Wang <zhi.a.wang@intel.com>
Cc: Yulei Zhang <yulei.zhang@intel.com>
Cc: <drm-intel-fixes@lists.freedesktop.org> # v4.10-rc1+
Tested-by: Tina Zhang <tina.zhang@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/execlist.c
drivers/gpu/drm/i915/gvt/scheduler.h