commit | 5cd82b757795228516bf60a0552d1a40fa8adeb2 | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@intel.com> | Tue Jun 13 10:15:26 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Jun 29 11:15:11 2017 +0800 |
tree | 0cf1fff3514e338ea1721bb0f25ccb600da7f1a0 | |
parent | 75e64ff2c2f5ce1ae5b47b2f372fe5b9dc99f5a9 [diff] |
drm/i915/gvt: Make function dpy_reg_mmio_readx safe The dpy_reg_mmio_read_x functions directly copy 4 bytes data to the target address with considering the length. If may cause the target memory corrupted if the requested length less than 4 bytes. Fix it for safety even we already have some checking to avoid this happen. And for convince, the 3 functions are merged. Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>