drm/i915/gvt: always use readq and writeq
authorChangbin Du <changbin.du@intel.com>
Fri, 30 Dec 2016 06:10:53 +0000 (14:10 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Mon, 9 Jan 2017 03:05:56 +0000 (11:05 +0800)
commit905a5035ebe79e89712cda0bed1887c73aa8e9bb
treedbbc31998691edd7956b4095d4af3a7290ded26a
parent39762ad437f1149b904e6baeaf28824da34a89c1
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>
drivers/gpu/drm/i915/gvt/gtt.c