commit | 5d5fe176155e6cfa4a53accb90e4010baa5266d0 | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@intel.com> | Tue Aug 15 13:20:51 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Fri Sep 08 14:21:13 2017 +0800 |
tree | 87f8eeccc8b7a1ce37cbbd51a10b9690d2c77319 | |
parent | bb9d2d050503c69695557b8b741276686ca2a396 [diff] |
drm/i915/kvmgt: Sanitize PCI bar emulation For PCI, 64bit bar consumes two BAR registers, but this doesn't mean both of two BAR are valid. Actually the second BAR is regarded as reserved in this case. So we shouldn't emulate the second BAR. Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>