commit | 54cff6479fd87e4a941e3686d93faa734586922b | [log] [tgz] |
---|---|---|
author | Zhi Wang <zhi.a.wang@intel.com> | Sun Sep 10 16:40:04 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Nov 16 11:46:07 2017 +0800 |
tree | fd2265249e3d8180259b091f1f63987212496bc4 | |
parent | a58c38aa6cdf0d00727cafd85cd2354dec46401a [diff] |
drm/i915/gvt: Make elsp_dwords in the right order The context descriptors in elsp_dwords are stored in a reversed order and the definition of context descriptor is also reversed. The revesred stuff is hard to be used and might cause misunderstanding. Make them in the right oder for following code re-factoring. Tested on my SKL NUC. Signed-off-by: Zhi Wang <zhi.a.wang@intel.com>