commit | 905a5035ebe79e89712cda0bed1887c73aa8e9bb | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@intel.com> | Fri Dec 30 14:10:53 2016 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Mon Jan 09 11:05:56 2017 +0800 |
tree | dbbc31998691edd7956b4095d4af3a7290ded26a | |
parent | 39762ad437f1149b904e6baeaf28824da34a89c1 [diff] |
drm/i915/gvt: always use readq and writeq The readq and writeq are already offered by drm_os_linux.h. So we can use them directly whithout dectecting their presence. This patch removed the duplicated code. Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>