summaryrefslogtreecommitdiff
path: root/curvetun/.gitignore
blob: ad9d744f057a81c940dbb3e04c7d270a4de28c25 (plain)
1
2
3
4
5
6
7
*.*

!.gitignore
!Makefile
!abiname.c
!nacl_build.sh
!nacl_path.sh
onchange='this.form.submit();'>
authorChangbin Du <changbin.du@intel.com>2016-12-30 14:10:53 +0800
committerZhenyu Wang <zhenyuw@linux.intel.com>2017-01-09 11:05:56 +0800
commit905a5035ebe79e89712cda0bed1887c73aa8e9bb (patch)
treedbbc31998691edd7956b4095d4af3a7290ded26a
parent39762ad437f1149b904e6baeaf28824da34a89c1 (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>
Diffstat