commit | b721b65af4eb46df6a1d9e34b14003225e403565 | [log] [tgz] |
---|---|---|
author | Xiong Zhang <xiong.y.zhang@intel.com> | Tue Nov 28 07:29:54 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Tue Nov 28 17:24:30 2017 +0800 |
tree | 33da86c6907903ad60744426ec7e66a94c143b87 | |
parent | 7e60590208942de856fd43956ccebd19e71d686f [diff] |
drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition For ADDR_4K_MASK, bit[45..12] should be 1, all other bits should be 0. The current definition wrongly set bit[46] as 1 also. This path fixes this. v2: Add commit message, fixes and cc stable.(Zhenyu) Fixes: 2707e4446688("drm/i915/gvt: vGPU graphics memory virtualization") Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com> Cc: stable@vger.kernel.org Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>