1. 16 11月, 2017 4 次提交
  2. 27 10月, 2017 3 次提交
  3. 05 9月, 2017 1 次提交
  4. 15 8月, 2017 1 次提交
  5. 10 8月, 2017 1 次提交
  6. 07 8月, 2017 1 次提交
  7. 04 8月, 2017 1 次提交
  8. 27 7月, 2017 1 次提交
  9. 29 6月, 2017 1 次提交
  10. 27 6月, 2017 1 次提交
  11. 08 6月, 2017 10 次提交
  12. 23 5月, 2017 1 次提交
  13. 05 5月, 2017 1 次提交
  14. 30 3月, 2017 1 次提交
  15. 29 3月, 2017 2 次提交
  16. 20 3月, 2017 1 次提交
  17. 17 3月, 2017 2 次提交
    • T
      drm/i915/gvt: replace the gvt_err with gvt_vgpu_err · 695fbc08
      Tina Zhang 提交于
      gvt_err should be used only for the very few critical error message
      during host i915 drvier initialization. This patch
      1. removes the redundant gvt_err;
      2. creates a new gvt_vgpu_err to show errors caused by vgpu;
      3. replaces the most gvt_err with gvt_vgpu_err;
      4. leaves very few gvt_err for dumping gvt error during host gvt
         initialization.
      
      v2. change name to gvt_vgpu_err and add vgpu id to the message. (Kevin)
          add gpu id to gvt_vgpu_err. (Zhi)
      v3. remove gpu id from gvt_vgpu_err caller. (Zhi)
      v4. add vgpu check to the gvt_vgpu_err macro. (Zhiyuan)
      v5. add comments for v3 and v4.
      v6. split the big patch into two, with this patch only for checking
          gvt_vgpu_err. (Zhenyu)
      v7. rebase to staging branch
      v8. rebase to fix branch
      Signed-off-by: NTina Zhang <tina.zhang@intel.com>
      Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
      695fbc08
    • Z
      drm/i915/gvt: handle force-nonpriv registers, cmd parser part · 4938ca90
      Zhao Yan 提交于
      this patch adds force non-priv registers check in LRI cmds handler
      
      v4:
      transform is_force_nonpriv_mmio() from macro to inline fuction to eliminate
      checkpatch warning
      
      v3:
      per zhenyu's comment, fix some style warnings
      
      v2:
      per zhenyu's comment, refine the code to remove cascaded ifs
      Signed-off-by: NZhao Yan <yan.y.zhao@intel.com>
      Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
      4938ca90
  18. 02 3月, 2017 1 次提交
  19. 01 3月, 2017 3 次提交
  20. 24 2月, 2017 2 次提交
  21. 23 2月, 2017 1 次提交