commit | fd3bd0a99cffffe476d54edd2eb13b52b1e9a27d | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@intel.com> | Thu Apr 06 10:56:03 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Wed Apr 12 13:57:56 2017 +0800 |
tree | e70f021cf01d7568ada71c61b015a13f4095db63 | |
parent | 43c29e1f449d596ed92f12cc19e41d9731ec3312 [diff] |
drm/i915/gvt: use directly assignment for structure copying Let c compiler handle the structure copying. The compiler will use builtin function to handle that. Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>