1. 28 12月, 2018 1 次提交
  2. 13 12月, 2018 2 次提交
  3. 04 12月, 2018 4 次提交
  4. 29 11月, 2018 1 次提交
  5. 09 11月, 2018 4 次提交
  6. 06 11月, 2018 1 次提交
  7. 02 11月, 2018 1 次提交
  8. 31 10月, 2018 1 次提交
  9. 30 10月, 2018 2 次提交
  10. 24 10月, 2018 1 次提交
  11. 12 10月, 2018 1 次提交
  12. 02 10月, 2018 1 次提交
  13. 27 9月, 2018 1 次提交
  14. 26 9月, 2018 1 次提交
  15. 14 9月, 2018 4 次提交
  16. 13 9月, 2018 1 次提交
  17. 06 9月, 2018 2 次提交
  18. 20 8月, 2018 1 次提交
    • I
      drm/i915: Verify power domains after enabling them · 6dfc4a8f
      Imre Deak 提交于
      After
      commit 2cd9a689 ("drm/i915: Refactor intel_display_set_init_power() logic")
      it makes more sense to check the power domain/well refcounts after
      enabling the power domains functionality. Before that it's guaranteed
      that most power wells (in the INIT domain) will have a reference held,
      so not an interesting state.
      
      While at it also add the check after the init_hw/fini_hw, disable and
      suspend/resume steps. Make the test optional on a Kconfig option since
      it may add substantial overhead: on VLV/CHV the corresponding PUNIT reg
      access for each power well may take up to 20ms.
      
      v2:
      - Add the state check to more spots. (Chris)
      
      v3:
      - During suspend check the state before deiniting display core.
        Afterwards DC states are disabled (and so the dc_off power well is
        enabled) even though we don't hold a reference on it.
      - Do the test conditionally based on a new Kconfig option. (Chris)
      
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Reviewed-by: NChris Wilson <chris@chris-wilson.co.uk>
      [Add DRM_I915_DEBUG_RUNTIME_PM to welcome messages]
      Signed-off-by: NImre Deak <imre.deak@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20180817145837.26592-1-imre.deak@intel.com
      6dfc4a8f
  19. 16 8月, 2018 2 次提交
  20. 15 8月, 2018 1 次提交
  21. 08 8月, 2018 2 次提交
  22. 07 8月, 2018 2 次提交
  23. 04 8月, 2018 1 次提交
  24. 20 7月, 2018 1 次提交
  25. 19 7月, 2018 1 次提交