commit | bc6a1c85795256cd7b44bc1dd264fe3144b8b6f8 | [log] [tgz] |
---|---|---|
author | Chuanxiao Dong <chuanxiao.dong@intel.com> | Tue Feb 14 15:14:05 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Tue Feb 14 17:35:39 2017 +0800 |
tree | dbea2dbf7f35b1314635adc1b6ec48f178c20926 | |
parent | 6e27d51457df3f9c7ac406a2a447e89c42e440dd [diff] |
drm/i915/gvt: optimize the inhibit context mmio load For the inhibit ctx, load all mmio in render mmio list into HW by MMIO write for ctx initialization. For the none-inhibit ctx, only load the render mmio which is not in_context into HW by MMIO write. Skip the MMIO write for in_context mmio as context image will load it. Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>