rockchip: iommu: update iommu driver
authorSimon Xue <xxm@rock-chips.com>
Thu, 27 Nov 2014 01:27:39 +0000 (09:27 +0800)
committerSimon Xue <xxm@rock-chips.com>
Thu, 27 Nov 2014 01:47:39 +0000 (09:47 +0800)
commit630463c3338f14c4254602aae1d4facb6611e18f
tree342090eac9816c7d85a47b49fe494e56f72c0ee1
parent090748a40e8ce43386dd22ec5a33d34d0d411e72
rockchip: iommu: update iommu driver

1.Audi vpu_combo contain hevc and vpu,it need to switch
  when hevc on or vpu on,but there was a issue could cause
  hevc or vpu failed,so current vpu driver disable/enable
  iommu each frame to avoid failed,for these,a lot of log
  produced,so change dev_info to dev_dbg when iommu attach/deattach

2.AudiB has fixed the vop read problem,we use soc_is_rk3126 or
  soc_is_rk3128 instead of cpu_is_rk312x to identify Audi
drivers/iommu/rockchip-iommu.c